var flag= 0;
function loadme()
{
        if ( flag != 0 )
        {
        if ( (reg_user == 0 ) &&  (sawPopUp == 0))
        {
browserVer = parseInt(navigator.appVersion);
popup_name = "http://www.allwords.com/subscribe.php";
popup_title = "Support_AllWords";
popup_options= "toolbar=0,location=0,status=no,menubar=yes,scrollbars=yes,resizable=yes,width=420,height=520,left=10,top=50";
open(popup_name,popup_title,popup_options);
        }
        }
return 0;
}

function loadPunder()
  {
        if (( flag != 0 ) && (reg_user == 0))
        {
                popup_options= "width=800,height=575,resizable=yes,toolbar=1,menubar=1,status=no,scrollbars=yes,top=0,left=0";
                win=open("","subs",popup_options);
                win.blur();
                win.location="http://www.mystery-book-store.com";
        }
   }


