
function menu_superior_generica()
{
cargar_google();
cargar_menu_superior();


}


function cargar_google()
{
document.write("<script type='text/javascript'>");
document.write("var gaJsHost = (('https:' == document.location.protocol) ? 'https://ssl.' : 'http://www.');");
document.write("unescape(\"%3Cscript src='\" + gaJsHost + \"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E\"));");
document.write("</script>");
document.write("<script type='text/javascript'>");
document.write("try {");
document.write("var pageTracker = _gat._getTracker('UA-15728875-1');");
document.write("pageTracker._trackPageview();");
document.write("} catch(err) {}</script>");

}


function cargar_menu_superior() 

{

	document.write ("<table width='100%' border='0' cellspacing='0' cellpadding='0' style='border-collapse: collapse' bordercolor='#111111'>");

//		<!--      Tabla Menu de Navegación   --------------------------> 

	document.write("<tr>");



	document.write ("<td height='22' nowrap><a class='navegador' href='/index.html'> &nbsp;INICIO</a>");

	document.write ("  &nbsp;<a class='navegador' href='/he/index.html'>UNIVERSIDAD</a>");

	document.write ("  &nbsp;<a class='navegador' href='/tpr/index.html'>PROFESIONAL</a>");

	document.write ("  &nbsp;<a class='navegador' href='/med/index.html'>CC SALUD</a>");

	document.write ("  &nbsp;<a class='navegador' href='/bcv/index.html'>ENSE&Ntilde;ANZAS MEDIAS</a>"); 

		document.write ("  &nbsp;<a class='navegador' href='/rep_locator/index.html'>CONTACTOS</a>");

	document.write ("</td>");



	document.write("<td width=306 nowrap><a href='http://www.mcgraw-hill.com' target='_blank'> <img src='/imagenes/general/logos/mgh_b_fixed.jpg' width=306 height=22 border=0><br></a>");



//		 <!--   Final Tabla Menu de Navegación   -------------------------->







	 document.write("</td>");   

	 document.write("</tr>");

    document.write("</table>");



	document.write("<tr background='imagenes/general/home_map.gif'>");

//    <!--      Imagenes logo, dibujo derecha    ------------------------------>

	    document.write("<td width ='100%' background='/imagenes/general/home_map.gif' bgColor='#cccce5' align = right >");

		document.write("<table cellspacing=0 cellpadding=0>");

		document.write("<tr>");

	     document.write("<td valign='top' align = left width=30%><img src='/imagenes/general/mhe_logo.gif' width='430' height='56' align = top >");

		 document.write("</td>");

	     document.write("<td align='right'>");

		 document.write("<img src='/imagenes/general/hdr_corporate.gif' width='328' height='56' align='top'>");

		 document.write("</td>");

		 document.write("</tr>");

		document.write("</table>");

		document.write("</td>");

	document.write("</tr>");





	document.write("<tr bgcolor='#000066'>");

    document.write("<td height=19 bgcolor='#000066'>");

     

      

      document.write("<table  border='0' cellspacing='0' cellpadding='0' style='border-collapse: collapse' bordercolor='#111111'>");

  //      <!--      Tabla buscador, buscador Internacional    ------------------------------>

        document.write("<tr>");

		document.write("<td class='menusuperior' valign='top' align='left'>");

		document.write("<form name='search' action='/Templates/action' method='get' onSubmit='return search_action();'>");

			 document.write("&nbsp;Autor");

            document.write("&nbsp;<input type='text' name='user_input1' class='cajas' size='15'  onBlur=\"Javascript:author_selection = 'yes';\">");
			
			document.write ("&nbsp;ISBN/EAN");
            //document.write ("&nbsp;I.S.B.N.");

	       document.write("&nbsp;<input type='text' name='user_input2' class='cajas' size='12'  onBlur=\"Javascript:isbn_selection = 'yes';\">");

            document.write("&nbsp;T&iacute;tulo");

            document.write("&nbsp;<input type='text' name='user_input3' class='cajas' size='10'  onBlur=\"Javascript:title_selection = 'yes';\">");

            document.write("<input type='hidden'  name='start' value='1'>");

            document.write("&nbsp;&nbsp;<input type='image' border=0 src='/imagenes/general/lupa.gif' width='18' height='15' align='middle' alt='Buscar' name='Submit'>");

		document.write("</td>");

         document.write("</form>");

		 document.write("<form name=sites>");

         document.write("<td class='menusuperior' valign='middle' width=130></td>");



        document.write("<td class='menusuperior' valign='middle'>");

        document.write("<select name='webs' class='cajas' onChange ='Ir_a()'>");

             document.write("<option value=0>Seleccione un pa&iacute;s...</option>");

                document.write("<option value='http://www.mcgraw-hill.com'>McGraw-Hill Corporativo</option>");

                document.write("<option value='http://www.mhhe.com'>McGraw-Hill EEUU</option>");

                document.write("<option value='http://www.mcgraw-hill.co.uk'>McGraw-Hill Reino Unido</option>");

                document.write("<option value='http://www.mcgraw-hill.it'>McGraw-Hill Italia</option>");

                document.write("<option value='http://www.mcgraw-hill.pt'>McGraw-Hill Portugal</option>");

                document.write("<option value='http://www.mcgraw-hill.es'>McGraw-Hill Espa&ntilde;a</option>");
				
                document.write("<option value='http://www.mcgraw-hill.com.mx'>McGraw-Hill Latinoam&eacute;rica</option>");

                document.write("<option value='http://www.tatamcgrawhill.com'>Tata/McGraw-Hill (India)</option>");

                document.write("<option value='http://www.asia-mcgraw-hill.com.sg'>McGraw-Hill Asia/Pac&iacute;fico</option>");

                document.write("<option value='http://www.mcgrawhill.ca'>McGraw-Hill Ryerson (Canada)</option>");

                document.write("<option value='http://www.mcgraw-hill.com.au'>McGraw-Hill Australia</option>");

              document.write("</select>");

            document.write("</td>");

          document.write("</form>");

	  document.write("</tr>");





    document.write("</table>");

    //    <!--      Fin Tabla buscador, buscador Internacional    ------------------------------>

    document.write("</table>");

}

