// JavaScript Document

	//Este Script Cambia las graficas de los botones del menu en el evento OnMouseOver
	alt0 = new Image();
	alt0.src = "";

	alt1 = new Image();
	alt1.src = "";

	// Menu ppal 
	graphic1= new Image();
	graphic1.src = "./images/routers.gif";
	graphic1on = new Image();
	graphic1on.src = "./images/routers_press.gif";

	graphic2= new Image();
	graphic2.src = "./images/portatiles.jpg";
	graphic2on = new Image();
	graphic2on.src = "./images/portatiles_press.jpg";

	graphic3= new Image();
	graphic3.src = "./images/cables.gif";
	graphic3on = new Image();
	graphic3on.src = "./images/cables_press.gif";

	graphic4= new Image();
	graphic4.src = "./images/maletines.gif";
	graphic4on = new Image();
	graphic4on.src = "./images/maletines_press.gif";

	graphic5= new Image();
	graphic5.src = "./images/impresoras.gif";
	graphic5on = new Image();
	graphic5on.src = "./images/impresoras_press.gif";

	graphic6= new Image();
	graphic6.src = "./images/tarjetas.gif";
	graphic6on = new Image();
	graphic6on.src = "./images/tarjetas_press.gif";

	graphic7= new Image();
	graphic7.src = "./images/parlantes.gif";
	graphic7on = new Image();
	graphic7on.src = "./images/parlantes_press.gif";

	graphic8= new Image();
	graphic8.src = "./images/mp3_mp4.gif";
	graphic8on = new Image();
	graphic8on.src = "./images/mp3_mp4_press.gif";

	graphic9= new Image();
	graphic9.src = "./images/pcs_desktop.jpg";
	graphic9on = new Image();
	graphic9on.src = "./images/pcs_desktop_press.jpg";

	graphic10= new Image();
	graphic10.src = "./images/mouses.gif";
	graphic10on = new Image();
	graphic10on.src = "./images/mouses_press.gif";

	graphic11= new Image();
	graphic11.src = "./images/teclados.gif";
	graphic11on = new Image();
	graphic11on.src = "./images/teclado_press.gif";

	function imageChange(imageID,imageName,imageID2,imageName2) 
	{
		{
			document.images[imageID].src = eval(imageName + ".src");
			document.images[imageID2].src = eval(imageName2 + ".src");
		}
	}