function doPreload() {

home_on=new Image(92,21); home_on.src="/images/menu/b_home2.gif"; home_off=new Image(92,21); home_off.src="/images/menu/b_home1.gif";
candies_on=new Image(99,21); candies_on.src="/images/menu/b_candies2.gif"; candies_off=new Image(99,21); candies_off.src="/images/menu/b_candies1.gif";
about_on=new Image(88,21); about_on.src="/images/menu/b_about2.gif"; about_off=new Image(88,21); about_off.src="/images/menu/b_about1.gif";
ocrap_on=new Image(118,21); ocrap_on.src="/images/menu/b_ocrap2.gif"; ocrap_off=new Image(118,21); ocrap_off.src="/images/menu/b_ocrap1.gif";
mb_on=new Image(137,21); mb_on.src="/images/menu/b_mb2.gif"; mb_off=new Image(137,21); mb_off.src="/images/menu/b_mb1.gif";
email_on=new Image(92,21); email_on.src="/images/menu/b_email2.gif"; email_off=new Image(92,21); email_off.src="/images/menu/b_email1.gif";
store_on=new Image(96,21); store_on.src="/images/menu/b_store2.gif"; store_off=new Image(96,21); store_off.src="/images/menu/b_store1.gif";

}


function randChar() {

var rnd = Math.floor(Math.random()*3 + 1);
document.write("<img src=\"\/images\/common\/char" + rnd + ".gif\" width=\"98\" height=\"94\">");

}


function swap(name, state) { if(document.images) document[name].src = eval(state + ".src"); }

function createWindow(url,name,size) { wind = window.open(url,name,size); }

function changeddl(list) {

	if(list.options[list.selectedIndex].value)
		location.href = list.options[list.selectedIndex].value;

}

