<!--
if (document.images)
{
	img1on = new Image();   img1on.src = "../images/mision_down.gif";
	img2on = new Image();   img2on.src = "../images/comite_down.gif";
	img3on = new Image();   img3on.src = "../images/declaraciones_down.gif";
	img4on = new Image();	img4on.src = "../images/eventos_down.gif";
	img5on = new Image();   img5on.src = "../images/contacto_down.gif";
	img6on = new Image();   img6on.src = "../images/links_down.gif";

		
	img1off = new Image();  img1off.src = "../images/mision_up.gif";
	img2off = new Image();  img2off.src = "../images/comite_up.gif";
	img3off = new Image();  img3off.src = "../images/declaraciones_up.gif";
	img4off = new Image();	img4off.src = "../images/eventos_up.gif";
	img5off = new Image();  img5off.src = "../images/contacto_up.gif";
	img6off = new Image();  img6off.src = "../images/links_up.gif";
}
-->
