if (navigator.appName!="Microsoft Internet Explorer" || parseInt(navigator.appVersion)>3 && navigator.appName=="Microsoft Internet Explorer")
{
	button11 = new Image; // When mouse off
	button11.src = "pics/button11.gif";
	button12 = new Image; // When mouse on
	button12.src = "pics/button12.gif";

	button21 = new Image; // When mouse off
	button21.src = "pics/button21.gif";
	button22 = new Image; // When mouse on
	button22.src = "pics/button22.gif";

	button31 = new Image; // When mouse off
	button31.src = "pics/button31.gif";
	button32 = new Image; // When mouse on
	button32.src = "pics/button32.gif";

	button41 = new Image; // When mouse off
	button41.src = "pics/button41.gif";
	button42 = new Image; // When mouse on
	button42.src = "pics/button42.gif";

	button51 = new Image; // When mouse off
	button51.src = "pics/button51.gif";
	button52 = new Image; // When mouse on
	button52.src = "pics/button52.gif";

	button61 = new Image; // When mouse off
	button61.src = "pics/button61.gif";
	button62 = new Image; // When mouse on
	button62.src = "pics/button62.gif";
}

function changepic(byta, pic) {
if (navigator.appName != "Microsoft Internet Explorer" || parseInt(navigator.appVersion) > 3 && navigator.appName == "Microsoft Internet Explorer") {
	self.status = "";
	document.images[byta].src = eval(pic + ".src");
	return true;
}
}