// preload menu-images
var imgs = new Array(8);
for (var c=1; c<8; c++) 
{
	imgs[c] = new Image;
	imgs[c].src = "/img/menu_"+c+"_o.gif";
}

