//var URL="https://www.bizcurrency.com/secure/ENG/payln.asp"
//olf, pre-Feb 28, 29
//var URL="https://www.bizcurrency.com/gpv2/ENG/payln.asp" 
//new one to be changed on Feb 28, 09
var URL="https://www.bizcurrency.com/gpweb" 

//var URL="http://72.233.5.35/gpv2/ENG/payln.asp"

onhome=new Image;
onhome.src= "images/on-home.gif";
onabout=new Image;
onabout.src= "images/on-about.gif";
onsolutions=new Image;
onsolutions.src= "images/on-solutions.gif";
onlogin=new Image;
onlogin.src= "images/on-login.gif";
onregister=new Image;
onregister.src= "images/on-register.gif";
oncontact=new Image;
oncontact.src= "images/on-contact.gif";
oncorp=new Image;
oncorp.src= "images/on-corp.gif";
onfin=new Image;
onfin.src= "images/on-fin.gif";
ondpp=new Image;
ondpp.src= "images/on-dpp.gif";
onpp=new Image;
onpp.src= "images/on-pp.gif";
oncp=new Image;
oncp.src= "images/on-cp.gif";

function over(x,y){if(document.images) document.images[x].src="images/"+y+"-"+x+".gif";}

function popwin(){
if (screen.width) x=(screen.width-788)/2;
else x=0;
if (screen.height) y=(screen.height-452)/2;
else y=0;
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=776,height=245,left='+x+',top='+y+'');");}