function menu_superior_elt()

 

{

	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='http://www.mcgraw-hill.es/index.html'> &nbsp;HOME</a>");

	document.write ("  &nbsp;<a class='navegador' href='http://www.mcgraw-hill.es/he/index.html'>HIGHER ED</a>");

	document.write ("  &nbsp;<a class='navegador' href='http://www.mcgraw-hill.es/tpr/index.html'>PROFESSIONAL</a>");

	document.write ("  &nbsp;<a class='navegador' href='http://www.mcgraw-hill.es/med/index.html'>MEDICINE</a>");

	document.write ("  &nbsp;<a class='navegador' href='http://www.mcgraw-hill.es/bcv/index.html'>SCHOOL</a>"); 
	
	document.write ("  &nbsp;<a class='navegador' href='http://www.mcgraw-hill.es/elt/index.html'>ELT</a>"); 

	document.write ("</td>");



	document.write("<td width=306 nowrap><a href='http://www.mcgraw-hill.com' target='_blank'> <img src='http://www.mcgraw-hill.es/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='http://www.mcgraw-hill.es/imagenes/general/home_map.gif'>");

//    <!--      Imagenes logo, dibujo derecha    ------------------------------>

	    document.write("<td width ='100%' background='http://www.mcgraw-hill.es/imagenes/general/home_map.gif' bgColor='#cccce5'>");

		document.write("<table>");

		document.write("<tr>");

	     document.write("<td valign='top'><img src='http://www.mcgraw-hill.es/imagenes/general/mhe_logo.gif' width='430' height='56' align = top >");

		 document.write("</td>");

	     document.write("<td>");

		 document.write("<img src='http://www.mcgraw-hill.es/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;Author");

            document.write("&nbsp;<input type='text' name='user_input1' class='cajas' size='15'  onBlur=\"Javascript:author_selection = 'yes';\">");

            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;Title");

            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='http://www.mcgraw-hill.es/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>Choose a country...</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ña</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>");

}

