
function changeImage(imgName, imgSrc){
 document.images[imgName].src = imgSrc.src;
}

n1 = new Image(); 
n1.src = root + "images/n_home.gif";
r1 = new Image(); 
r1.src = root + "images/r_home.gif";

n2 = new Image(); 
n2.src = root + "images/n_account.gif";
r2 = new Image(); 
r2.src = root + "images/r_account.gif";

n3 = new Image(); 
n3.src = root + "images/n_cashier.gif";
r3 = new Image(); 
r3.src = root + "images/r_cashier.gif";

n4 = new Image(); 
n4.src = root + "images/n_news.gif";
r4 = new Image(); 
r4.src = root + "images/r_news.gif";

n5 = new Image(); 
n5.src = root + "images/n_games.gif";
r5 = new Image(); 
r5.src = root + "images/r_games.gif";

n6 = new Image(); 
n6.src = root + "images/n_tell.gif";
r6 = new Image(); 
r6.src = root + "images/r_tell.gif";

n7 = new Image(); 
n7.src = root + "images/n_affiliates.gif";
r7 = new Image(); 
r7.src = root + "images/r_affiliates.gif";

n8 = new Image(); 
n8.src = root + "images/n_about.gif";
r8 = new Image(); 
r8.src = root + "images/r_about.gif";

n9 = new Image(); 
n9.src = root + "images/n_help.gif";
r9 = new Image(); 
r9.src = root + "images/r_help.gif";

n10 = new Image(); 
n10.src = root + "images/n_download.gif";
r10 = new Image(); 
r10.src = root + "images/r_download.gif";

n11 = new Image(); 
n11.src = root + "images/n_vip.gif";
r11 = new Image(); 
r11.src = root + "images/r_vip.gif";

function openWin(thePage)
{
 window.open(thePage,"theWin","toolbars=0,manubar=0,scrollbars=1,directories=0,location=0,resizable=1,width=750,height=550,left=30,top=30");
}

function openWin2(thePage2)
{
 window.open(thePage2,"theWin2","toolbars=0,manubar=0,scrollbars=1,directories=0,location=0,resizable=1,width=500,height=500,left=50,top=30");
}

