
// this function is used to open the link window for openurl servers for subscribers
function open_url_link(url)
{
  ou_Window = window.open(url,'SFXmenu','location=no, status=yes, menubar=no, scrollbars=yes, resizable=yes, width=460, height=420');
}

