chineseon = new Image(100,30);
chineseon.src = "images/buttonc_over.gif";
chineseoff = new Image(100,30);
chineseoff.src = "images/buttonc.gif";

schineseon = new Image(100,30);
schineseon.src = "images/buttonz_over.gif";
schineseoff = new Image(100,30);
schineseoff.src = "images/buttonz.gif";

englishon = new Image(100,30);
englishon.src = "images/buttone_over.gif";
englishoff = new Image(100,30);
englishoff.src = "images/buttone.gif";

frenchon = new Image(100,30);
frenchon.src = "images/buttonf_over.gif";
frenchoff = new Image(100,30);
frenchoff.src = "images/buttonf.gif";

germanon = new Image(100,30);
germanon.src = "images/buttong_over.gif";
germanoff = new Image(100,30);
germanoff.src = "images/buttong.gif";

spainon = new Image(100,30);
spainon.src = "images/buttons_over.gif";
spainoff = new Image(100,30);
spainoff.src = "images/buttons.gif";

japanon = new Image(100,30);
japanon.src = "images/buttonj_over.gif";
japanoff = new Image(100,30);
japanoff.src = "images/buttonj.gif";

italyon = new Image(100,30);
italyon.src = "images/buttoni_over.gif";
italyoff = new Image(100,30);
italyoff.src = "images/buttoni.gif";

dutchon = new Image(100,30);
dutchon.src = "images/buttond_over.gif";
dutchoff = new Image(100,30);
dutchoff.src = "images/buttond.gif";

tamilon = new Image(100,30);
tamilon.src = "images/buttony_over.gif";
tamiloff = new Image(100,30);
tamiloff.src = "images/buttony.gif";

malayon = new Image(100,30);
malayon.src = "images/buttonm_over.gif";
malayoff = new Image(100,30);
malayoff.src = "images/buttonm.gif";

koreaon = new Image(100,30);
koreaon.src = "images/buttonk_over.gif";
koreaoff = new Image(100,30);
koreaoff.src = "images/buttonk.gif";

tagalogon = new Image(100,30);
tagalogon.src = "images/buttont_over.gif";
tagalogoff = new Image(100,30);
tagalogoff.src = "images/buttont.gif";

porton = new Image(100,30);
porton.src = "images/buttonp_over.gif";
portoff = new Image(100,30);
portoff.src = "images/buttonp.gif";

russiaon = new Image(100,30);
russiaon.src = "images/buttonr_over.gif";
russiaoff = new Image(100,30);
russiaoff.src = "images/buttonr.gif";

arabicon = new Image(100,30);
arabicon.src = "images/buttona_over.gif";
arabicoff = new Image(100,30);
arabicoff.src = "images/buttona.gif";

polishon = new Image(100,30);
polishon.src = "images/buttonl_over.gif";
polishoff = new Image(100,30);
polishoff.src = "images/buttonl.gif";

thaion = new Image(100,30);
thaion.src = "images/buttonh_over.gif";
thaioff = new Image(100,30);
thaioff.src = "images/buttonh.gif";


function rollon(imgName)
{
	imgOn = eval(imgName + "on.src");
	document[imgName].src = imgOn;
}

function rolloff(imgName)
{
	document[imgName].src = eval(imgName + "off.src");
}
