var imgoff=new Array(8); var imgon=new Array(8);

if (document.images) {
	for (var i=0;i<9;i++) {
		imgon[i] = new Image();
		imgon[i].src = "/imagenes/menus/op"+i+"on.gif";
		imgoff[i] = new Image();
		imgoff[i].src = "/imagenes/menus/op"+i+"off.gif";
		}
}
imgon[9] = new Image(); imgon[9].src = "/imagenes/menus/op2aon.gif";
imgoff[9] = new Image(); imgoff[9].src = "/imagenes/menus/op2aoff.gif";
imgon[10] = new Image(); imgon[10].src = "/imagenes/menus/op2bon.gif";
imgoff[10] = new Image(); imgoff[10].src = "/imagenes/menus/op2boff.gif";
imgon[11] = new Image(); imgon[11].src = "/imagenes/menus/op2con.gif";
imgoff[11] = new Image(); imgoff[11].src = "/imagenes/menus/op2coff.gif";
imgon[12] = new Image(); imgon[12].src = "/imagenes/menus/op2a1on.gif";
imgoff[12] = new Image(); imgoff[12].src = "/imagenes/menus/op2a1off.gif";
imgon[13] = new Image(); imgon[13].src = "/imagenes/menus/op2a2on.gif";
imgoff[13] = new Image(); imgoff[13].src = "/imagenes/menus/op2a2off.gif";
imgon[14] = new Image(); imgon[14].src = "/imagenes/menus/op2a3on.gif";
imgoff[14] = new Image(); imgoff[14].src = "/imagenes/menus/op2a3off.gif";
imgon[15] = new Image(); imgon[15].src = "/imagenes/menus/op2c1on.gif";
imgoff[15] = new Image(); imgoff[15].src = "/imagenes/menus/op2c1off.gif";
imgon[16] = new Image(); imgon[16].src = "/imagenes/menus/op2c2on.gif";
imgoff[16] = new Image(); imgoff[16].src = "/imagenes/menus/op2c2off.gif";


function overIt(x) {if (document.images) {var imgName = "document.opc" + x; eval(imgName).src = imgon[x].src;}}
function outOfIt(x) {if (document.images) {var imgName = "document.opc" + x;eval(imgName).src = imgoff[x].src;}}
