intmenu1off = new Image();
	intmenu1off.src = "/pix/int-menu01-off.gif";
intmenu1on = new Image();
	intmenu1on.src = "/pix/int-menu01-on.gif";

intmenu2off = new Image();
	intmenu2off.src = "/pix/int-menu02-off.gif";
intmenu2on = new Image();
	intmenu2on.src = "/pix/int-menu02-on.gif";

intmenu3off = new Image();
	intmenu3off.src = "/pix/int-menu03-off.gif";
intmenu3on = new Image();
	intmenu3on.src = "/pix/int-menu03-on.gif";

intmenu4off = new Image();
	intmenu4off.src = "/pix/int-menu04-off.gif";
intmenu4on = new Image();
	intmenu4on.src = "/pix/int-menu04-on.gif";

intmenu5off = new Image();
	intmenu5off.src = "/pix/int-menu05-off.gif";
intmenu5on = new Image();
	intmenu5on.src = "/pix/int-menu05-on.gif";

intmenu6off = new Image();
	intmenu6off.src = "/pix/int-menu06-off.gif";
intmenu6on = new Image();
	intmenu6on.src = "/pix/int-menu06-on.gif";

intmenu7off = new Image();
	intmenu7off.src = "/pix/int-menu07-off.gif";
intmenu7on = new Image();
	intmenu7on.src = "/pix/int-menu07-on.gif";

intmenu8off = new Image();
	intmenu8off.src = "/pix/int-menu08-off.gif";
intmenu8on = new Image();
	intmenu8on.src = "/pix/int-menu08-on.gif";

menu1off = new Image();
	menu1off.src = "/pix/menu01-off.gif";
menu1on = new Image();
	menu1on.src = "/pix/menu01-on.gif";

menu2off = new Image();
	menu2off.src = "/pix/menu02-off.gif";
menu2on = new Image();
	menu2on.src = "/pix/menu02-on.gif";

menu3off = new Image();
	menu3off.src = "/pix/menu03-off.gif";
menu3on = new Image();
	menu3on.src = "/pix/menu03-on.gif";

menu4off = new Image();
	menu4off.src = "/pix/menu04-off.gif";
menu4on = new Image();
	menu4on.src = "/pix/menu04-on.gif";

menu5off = new Image();
	menu5off.src = "/pix/menu05-off.gif";
menu5on = new Image();
	menu5on.src = "/pix/menu05-on.gif";

menu6off = new Image();
	menu6off.src = "/pix/menu06-off.gif";
menu6on = new Image();
	menu6on.src = "/pix/menu06-on.gif";

menu7off = new Image();
	menu7off.src = "/pix/menu07-off.gif";
menu7on = new Image();
	menu7on.src = "/pix/menu07-on.gif";

menu8off = new Image();
	menu8off.src = "/pix/menu08-off.gif";
menu8on = new Image();
	menu8on.src = "/pix/menu08-on.gif";

function display(location, source) {
	document[location].src = eval(source + ".src");
}