var URL="https://www.bizcurrency.com/secure/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,z){
  if(document.images) if(!z) document.images[x].src="images/"+y+"-"+x+".gif";
  else document.images[x+z].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+'');");}