/*-----------------------------------------------------------------
      POPUP SCRIPT
-----------------------------------------------------------------*/
function go_member(k)
{
    window.open(k, 'contents_go', 'width=494, height=650, menubar=no,scrollbars=yes');
}
function go_map(k)
{
    window.open(k, 'contents_go', 'width=494, height=753, menubar=no,scrollbars=yes');
}
function go_slist(k)
{
    window.open(k, 'contents_go', 'width=800,  height=650, menubar=no,scrollbars=yes');
}
