document.writeln('<style>');
document.writeln('td.menu,a.menu:link {align:center; font:Bold 8pt Arial;color:white;cursor:hand;text-decoration:none}');
document.writeln('td.menuInactive,a.menuInactive:link {align:center; font:Bold 8pt Arial;color:white;cursor:arrow;text-decoration:none}');
document.writeln('a.menu:hover {align:center;font:Bold 8pt arial;color:white;cursor:hand;text-decoration:none}');
document.writeln('a.menu:visited {align:center;font:Bold 8pt arial;color:white;cursor:hand;text-decoration:none}');
document.writeln('</style>');

function show(name)
{
  document.getElementById(name).style.visibility="visible";
}

function hide(name)
{
  document.getElementById(name).style.visibility="hidden"; 
}



//Cada uno de estos arreglos guarda el id de su respectivo menu.
principal = new Array ("c1","c2","c3","c4","c5","c6","c7");
productos = new Array ("c11","c12","c13","c14","c15","c16","c17","c18","c19","c20");
//frecuenta = new Array ("c21","c22","c23","c24","c25");
frecuenta = new Array ();
promociones = new Array ("c31","c32","c33","c34","c35","c36","c37");
//alianzas = new Array ("c41","c42","c43","c44","c45");
alianzas = new Array ("c41");
viajando = new Array ("c51","c52","c53","c54","c55","c56","c57");
//corporativo = new Array ("c61","c62","c63","c64","c65","c66","c67");
corporativo = new Array ();
clientes = new Array ("c71","c72","c73","c74");


//Esta funcion evita que se guarden selecciones anteriores.
function actualiza( array )
{
    for (var i=0; i< array.length ; i++)
        document.getElementById( array[i] ).bgColor="#006699"; 
}


//Esta funcion pinta todas las opciones del menu excepto la seleccionada.
function repinta( array , id , color )
{
    for (var i=0; i< array.length ; i++)
       if (id != array[i] )
           document.getElementById( array[i] ).bgColor=color; 
 }

function englishPage(pageName)
{
var aux="";
aux=pageName.substring(0,pageName.length-4)+"_en"+pageName.substr(pageName.length-4);
return aux;
}

function spanishPage(pageName)
{
var aux="";
aux=pageName.substring(0,pageName.length-7)+pageName.substr(pageName.length-4);
return aux;
}

function doubleSubmit()
{
   try
   {
	top.main.document.changeLanguageForm.submit();
   }
   catch(e)
   {
	var a="";
	a=top.main.location.href;
	if  (a.search('staticVersion/English')!=-1)
		top.main.location.href="/staticVersion/"+spanishPage(a.substr(a.search('staticVersion')+22));
	else
		top.main.location.href="/staticVersion/English/"+englishPage(a.substr(a.search('staticVersion')+14));
   }
}




function redirect()
{
top.main.redirect();
}



function popUp()
{
//alert("entrando a la funcion de javascript");	
window.open('/g4mx/public/templates/PopUpDoubts/0,2199,,00.html','Mexicana','toolbar=no,status=no,scrollbars=no,location=no,menubar=no,directories=no,resizable=yes,width=415,height=550,left = 112,top = 84');
} 




//Se agrego un id a cada celda para identificarlas y pasarla como referencia a las funciones
document.writeln('<div style="left:0;top:77;position:absolute">');
document.writeln('<table bgColor="#cccccc" border=0 cellpadding=0 cellspacing=1>');
document.writeln('<td class="menu" align="center" width=80 height=15 bgColor="#3100ff" >ENGLISH');
document.writeln('<td id="c1" class="menuInactive" align="center" width=85 height=15 bgColor="#003366" onmouseover=this.bgColor="#006699";hide("c");hide("d");hide("e");hide("g");show("a");actualiza(productos);repinta(principal,"c1","#003366"); >SERVICES');
document.writeln('<td id="c2" class="menu" align="center" width=80 height=15 bgColor="#003366" onmouseover=this.bgColor="#006699";hide("a");hide("c");hide("d");hide("e");hide("g");><a class=menu href="http://www.silvas.com.mx/ip/costos.html">COSTS</a>');
document.writeln('<td id="c3" class="menu" align="center" width=80 height=15 bgColor="#003366" onmouseover=this.bgColor="#006699";hide("a");hide("d");hide("e");hide("g");show("c");actualiza(promociones);repinta(principal,"c3","#003366");>CLIENTS');
document.writeln('<td id="c4" class="menuInactive" align="center" width=110 height=15 bgColor="#003366" onmouseover=this.bgColor="#006699";hide("c");hide("a");hide("e");hide("g");show("d");actualiza(alianzas);repinta(principal,"c4","#003366");>LOCATIONS');
document.writeln('<td id="c5" class="menuInactive" align="center" width=80 height=15 bgColor="#003366" onmouseover=this.bgColor="#006699";hide("c");hide("d");hide("a");hide("g");show("e");actualiza(viajando);repinta(principal,"c5","#003366");>ATTORNEYS');
document.writeln('<td id="c6" class="menu" align="center" width=85 height=15 bgColor="#003366" onmouseover=this.bgColor="#006699";hide("c");hide("d");hide("e");hide("a");hide("g");actualiza(corporativo);repinta(principal,"c6","#003366");><a class="menu" href="http://www.silvas.com.mx/ip/plus.html">PHILOSOPHY</a>');
document.writeln('<td id="c7" class="menuInactive" align="center" width=80 height=15 bgColor="#003366" onmouseover=this.bgColor="#006699";hide("c");hide("d");hide("e");hide("a");show("g");actualiza(clientes);repinta(principal,"c7","#003366");>OFFICES');
document.writeln('<td class="menu" align="center" width=70 height=15 bgColor="#3100ff" onmouseover=this.bgColor="#006699"; onmouseout=this.bgColor="#3100ff";><a class=menu href="http://www.silvas.com.mx/ip/contacto.html">CONTACT</a>');
document.writeln('</table>');
document.writeln('</div>');
//"c1" Productos
document.writeln('<div id="a" style="left:0;top:93;position:absolute;visibility:hidden;" onmouseover=show("a");>');
document.writeln('<table bgColor="#cccccc" border=0 cellpadding=0 cellspacing=1>');
document.writeln('<td id="c11" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c11","#006699"); ><a class=menu href="http://www.silvas.com.mx/ip/patentes.html"> PATENTS </a>');
document.writeln('<td id="c12" class="menu" align="center" width=90 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c12","#006699");><a class=menu href="http://www.silvas.com.mx/ip/marcas.html"> TRADEMARKS </a>');
document.writeln('<td id="c13" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c13","#006699"); ><a class=menu href="http://www.silvas.com.mx/ip/slogans.html"> SEARCHES </a>');
document.writeln('<td id="c14" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c14","#006699");><a class=menu href="http://www.silvas.com.mx/ip/publicidad.html"> LICENSING </a>');
document.writeln('<td id="c15" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c15","#006699"); ><a class=menu href="http://www.silvas.com.mx/ip/reservas.html"> COPYRIGHT </a>');
document.writeln('<td id="c16" class="menu" align="center" width=90 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c16","#006699");><a class=menu href="http://www.silvas.com.mx/ip/litigio.html"> LITIGATION </a>');
document.writeln('<td id="c17" class="menu" align="center" width=100 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c17","#006699"); ><a class=menu href="http://www.silvas.com.mx/ip/translations.html"> TRANSLATION </a>');
document.writeln('<td id="c18" class="menu" align="center" width=85 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c18","#006699"); ><a class=menu href="http://www.silvas.com.mx/ip/contratos.html">CONTRACTS </a>');
document.writeln('<td id="c19" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c19","#006699"); ><a class=menu href="http://www.silvas.com.mx/ip/patentes.html"> CORPORATE </a>');
document.writeln('<td id="c20" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(productos,"c20","#006699"); ><a class=menu href="http://www.silvas.com.mx/ip/litigio.html"> COBRANZA </a>');
document.writeln('</table>');
document.writeln('</div>'); 

//"c2" Frecuenta
/*
document.writeln('<div id="b" style="left:0;top:93;position:absolute;visibility:hidden;" onmouseover=show("b");>');
document.writeln('<table bgColor="#cccccc"border=0 cellpadding=0 cellspacing=1>');
document.writeln('<td id="c21" class="menu" align="center" width=120 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(frecuenta,"c21","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/litigio.html">¿Que es Frecuenta?</a>');
document.writeln('<td id="c22" class="menu" align="center" width=75 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366"; repinta(frecuenta,"c22","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/litigio.html">Beneficios</a>');
document.writeln('<td id="c23" class="menu" align="center" width=140 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366"; repinta(frecuenta,"c23","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/litigio.html">¿Como obtener Millas?</a>');
document.writeln('<td id="c24" class="menu" align="center" width=160 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(frecuenta,"c24","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/litigio.html">¿Para qué sirven las Millas?</a>');
document.writeln('<td id="c25" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(frecuenta,"c25","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/litigio.html">Regístrate</a>');
document.writeln('</table>');
document.writeln('</div>');
*/

//"c3" Promociones
document.writeln('<div id="c" style="left:25;top:93;position:absolute;visibility:hidden;" onmouseover=show("c");>');
document.writeln('<table bgColor="#cccccc" border=0 cellpadding=0 cellspacing=1>');
document.writeln('<td id="c31" class="menu" align="center" width=90 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(promociones,"c31","#006699");  ><a  class=menu href="http://www.silvas.com.mx/ip/cmarcas.html">PATENTS</a>');
document.writeln('<td id="c32" class="menu" align="center" width=95 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(promociones,"c32","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/creservas.html">TRADEMARKS</a>');
document.writeln('<td id="c33" class="menu" align="center" width=85 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(promociones,"c33","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/cpatentes.html">CORPORATE</a>');
document.writeln('<td id="c34" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(promociones,"c34","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/cinda.html">COPYRIGHT</a>');
document.writeln('<td id="c35" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(promociones,"c35","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/csoftware.html">SOFTWARE</a>');
document.writeln('<td id="c36" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(promociones,"c36","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/cdiseño.html">DESIGNS</a>');
document.writeln('<td id="c37" class="menu" align="center" width=80 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(promociones,"c37","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/ccontratos.html">CONTRACTS</a>');
document.writeln('</table>');
document.writeln('</div>');

//"c4" Alianzas
document.writeln('<div id="d" style="left:336;top:93;position:absolute;visibility:hidden;" onmouseover=show("d");>');
document.writeln('<table bgColor="#cccccc" border=0 cellpadding=0 cellspacing=1>');
document.writeln('<td id="c41" class="menu" align="center" width=90 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(alianzas,"c41","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/standares.html">AAA</a>');
//document.writeln('<td id="c42" class="menu" align="center" width=65 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(alianzas,"c42","#006699");><a  class=menu href="/staticVersion/alianzas_hoteles.htm">Hoteles</a>');
//document.writeln('<td id="c43" class="menu" align="center" width=140 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(alianzas,"c43","#006699");><a  class=menu href="/staticVersion/alianzas_arrendadoras.htm">Arrendadoras de Autos</a>');
//document.writeln('<td id="c44" class="menu" align="center" width=70 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(alianzas,"c44","#006699"); ><a  class=menu href="/staticVersion/alianzas_telefonia.htm">Telefonía</a>');
//document.writeln('<td id="c45" class="menu" align="center" width=55 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(alianzas,"c45","#006699"); ><a  class=menu href="/staticVersion/alianzas_bancos.htm">Bancos</a>');
document.writeln('</table>');
document.writeln('</div>');

//"c5" Viajando
document.writeln('<div id="e" style="left:40;top:93;position:absolute;visibility:hidden;" onmouseover=show("e");>');
document.writeln('<table bgColor="#cccccc" border=0 cellpadding=0 cellspacing=1>');

document.writeln('<td id="c51" class="menu" align="center" width=90 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(viajando,"c51","#006699");><a  href="http://www.silvas.com.mx/ip/grado.html" class=menu>EDUCATION</a>');


document.writeln('<td id="c52" class="menu" align="center" width=100 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(viajando,"c52","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/exp.html">EXPERIENCE</a>');

document.writeln('<td id="c53" class="menu" align="center" width=100 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(viajando,"c53","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/trayectoria.html">PROFILE</a>');
document.writeln('<td id="c54" class="menu" align="center" width=90 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(viajando,"c54","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/perfil.html">PHILOSOPHY</a>');
document.writeln('<td id="c55" class="menu" align="center" width=100 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(viajando,"c55","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/capacitacion.html">TRAINING</a>');
document.writeln('<td id="c56" class="menu" align="center" width=90 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(viajando,"c56","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/asociados.html">ASSOCIATES</a>');
document.writeln('<td id="c57" class="menu" align="center" width=100 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(viajando,"c57","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/recruiting.html">RECRUITING</a>');
document.writeln('</table>');
document.writeln('</div>');

//"c6" Corporativo
/*document.writeln('<div id="f" style="left:100;top:93;position:absolute;visibility:hidden;" onmouseover=show("f");>');
document.writeln('<table bgColor="#cccccc" border=0 cellpadding=0 cellspacing=1>');
document.writeln('<td id="c61" class="menu" align="center" width=90 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(corporativo,"c61","#006699");><a  class=menu href="/staticVersion/corporativo.htm">Misión y Visión</a>');
document.writeln('<td id="c62" class="menu" align="center" width=50 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(corporativo,"c62","#006699"); ><a  class=menu href="/staticVersion/corporativo_historia.htm">Historia</a>');
document.writeln('<td id="c63" class="menu" align="center" width=40 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(corporativo,"c63","#006699"); ><a  class=menu href="/staticVersion/corporativo_flota.htm">Flota</a>');
document.writeln('<td id="c64" class="menu" align="center" width=60 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(corporativo,"c64","#006699"); ><a  class=menu href="/staticVersion/corporativo_ofnas_metropolitana.htm">Oficinas</a>');
document.writeln('<td id="c65" class="menu" align="center" width=60 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(corporativo,"c65","#006699"); ><a  class=menu href="/staticVersion/corporativo_directorio.htm">Directorio</a>');
document.writeln('<td id="c66" class="menu" align="center" width=100 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(corporativo,"c66","#006699");><a  class=menu href="http://www.revistavuelo.com.mx.htm">Revista Vuelo</a>');
document.writeln('<td id="c66" class="menu" align="center" width=70 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(corporativo,"c66","#006699"); ><a  class=menu href="/staticVersion/corporativo_empleo.htm">Empleo</a>');
document.writeln('<td id="c67" class="menu" align="center" width=140 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(corporativo,"c67","#006699");><a  class=menu href="/staticVersion/corporativo_noticias.htm">Noticias y Novedades</a>');
document.writeln('</table>');
document.writeln('</div>');
*/

//"c7" Clientes
document.writeln('<div id="g" style="left:176;top:93;position:absolute;visibility:hidden;" onmouseover=show("g");>');
document.writeln('<table bgColor="#cccccc" border=0 cellpadding=0 cellspacing=1>');
document.writeln('<td id="c71" class="menu" align="center" width=100 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(clientes,"c71","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/santafe.html">SANTA FE</a>');
document.writeln('<td id="c72" class="menu" align="center" width=100 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(clientes,"c72","#006699"); ><a  class=menu href="http://www.silvas.com.mx/ip/reforma.html">REFORMA</a>');



//////////////////////////////////////////////////////////////////////////////////////

//document.writeln('<td id="c73" class="menu" align="center" width=180 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(clientes,"c73","#006699");><a  class=menu href="/staticVersion/ac_comentarios.htm">Comentarios y Sugerencias</a>');

document.writeln('<td id="c73" class="menu" align="center" width=180 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(clientes,"c73","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/lomas.html">LOMAS DE CHAPULTEPEC</a>');

//////////////////////////////////////////////////////////////////////////////////////


document.writeln('<td id="c74" class="menu" align="center" width=123 height=16 bgColor="#006699" onmouseover=this.bgColor="#03366";repinta(clientes,"c74","#006699");><a  class=menu href="http://www.silvas.com.mx/ip/sur.html">ZONA ROSA</a>');document.writeln('</table>');
document.writeln('</div>');