<!--
//rollovers...

if(document.images) {
		inicio1 = new Image();
		inicio1.src = "images/inicio1.gif";
		inicio2 = new Image();
		inicio2.src = "images/inicio2.gif";
		
		nosotros1 = new Image();
		nosotros1.src = "images/nosotros1.gif";
		nosotros2 = new Image();
		nosotros2.src = "images/nosotros2.gif";
		
		productos1 = new Image();
		productos1.src = "images/productos1.gif";
		productos2 = new Image();
		productos2.src = "images/productos2.gif";
		
		ubicacion1 = new Image();
		ubicacion1.src = "images/ubicacion1.gif";
		ubicacion2 = new Image();
		ubicacion2.src = "images/ubicacion2.gif";
		
		contactar1 = new Image();
		contactar1.src = "images/contactar1.gif";
		contactar2 = new Image();
		contactar2.src = "images/contactar2.gif";
		
		aeb1 = new Image();
		aeb1.src = "images/aeb1.gif";
		fot2 = new Image();
		fot2.src = "images/fot2.gif";
		
		trabajos1 = new Image();
		trabajos1.src = "images/trabajos1.gif";
		trabajos2 = new Image();
		trabajos2.src = "images/trabajos2.gif";
}

function onoff(imgName,state) {
        if(document.images) {               
		document.images[imgName].src = eval(imgName+state+".src");
        }
}         
//-->