// 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 de planes 
	graphic1= new Image();
	graphic1.src = "./images/personales.gif";
	graphic1on = new Image();
	graphic1on.src = "./images/personales_over.gif";

	graphic2= new Image();
	graphic2.src = "./images/corporativo.gif";
	graphic2on = new Image();
	graphic2on.src = "./images/corporativo_over.gif";

	graphic3= new Image();
	graphic3.src = "./images/internet_movil.gif";
	graphic3on = new Image();
	graphic3on.src = "./images/internet_movil_over.gif";



	graphic4= new Image();
	graphic4.src = "./images/personales_abierto.gif";
	graphic4on = new Image();
	graphic4on.src = "./images/personales_abierto_over.gif";

	graphic5= new Image();
	graphic5.src = "./images/personales_controlado.gif";
	graphic5on = new Image();
	graphic5on.src = "./images/personales_controlado_over.gif";



	graphic6= new Image();
	graphic6.src = "./images/corp_abierto.jpg";
	graphic6on = new Image();
	graphic6on.src = "./images/corp_abierto_over.jpg";

	graphic7= new Image();
	graphic7.src = "./images/corp_controlado.jpg";
	graphic7on = new Image();
	graphic7on.src = "./images/corp_controlado_over.jpg";

	graphic8= new Image();
	graphic8.src = "./images/corp_ilimitado.jpg";
	graphic8on = new Image();
	graphic8on.src = "./images/corp_ilimitado_over.jpg";

	graphic9= new Image();
	graphic9.src = "./images/corp_controlado_ilimitado.jpg";
	graphic9on = new Image();
	graphic9on.src = "./images/corp_controlado_ilimitado_o.jpg";

	graphic10= new Image();
	graphic10.src = "./images/ppal_sin_equipo.jpg";
	graphic10on = new Image();
	graphic10on.src = "./images/ppal_sin_equipo_over.jpg";

	graphic11= new Image();
	graphic11.src = "./images/ppal_planes_corporativos.jpg";
	graphic11on = new Image();
	graphic11on.src = "./images/ppal_planes_corporativ_over.jpg";

	graphic12= new Image();
	graphic12.src = "./images/ppal_pymes.jpg";
	graphic12on = new Image();
	graphic12on.src = "./images/ppal_pymes_over.jpg";

	graphic13= new Image();
	graphic13.src = "./images/ppal_grandes_cuentas.jpg";
	graphic13on = new Image();
	graphic13on.src = "./images/ppal_grandes_cuentas_over.jpg";

	graphic14= new Image();
	graphic14.src = "./images/datos_corporativos.jpg";
	graphic14on = new Image();
	graphic14on.src = "./images/datos_corporativos_over.jpg";

	graphic15= new Image();
	graphic15.src = "./images/ppal_estandar.jpg";
	graphic15on = new Image();
	graphic15on.src = "./images/ppal_estandar_over.jpg";

	graphic16= new Image();
	graphic16.src = "./images/ilimitado_usr_emp.jpg";
	graphic16on = new Image();
	graphic16on.src = "./images/ilimitado_usr_emp_over.jpg"; 

	graphic17= new Image();
	graphic17.src = "./images/ilimitado_tarifa_esp.jpg";
	graphic17on = new Image();
	graphic17on.src = "./images/ilimitado_tarifa_esp_over.jpg";

	function imageChange(imageID,imageName,imageID2,imageName2) 
	{
		{
			document.images[imageID].src = eval(imageName + ".src");
			document.images[imageID2].src = eval(imageName2 + ".src");
		}
	}