function menu_pie_generic()
{
	findMyText("S.A.U", "SL");
	document.write("</td>");

	document.write("</tr>");

  document.write("<tr>");

    document.write("<td height='4'>");

      document.write("<table border='0' cellpadding='0' cellspacing='0' width='100%' height='22' >");

        document.write("<tr>");

          document.write("<td align='left' class='fondo' nowrap><img src='/imagenes/general/logos/mgh_b_logotype.gif' height='22' width='276' border='0'>"); 

          document.write("</td>");

          document.write("<td align='right' class='fondo'  nowrap> <img src='/imagenes/general/logos/mgh_gradient.jpg' width='336'  border='0' height='22'>"); 

          document.write("</td>");

        document.write("</tr>");

     document.write(" </table>");

    document.write("</td>");

  document.write("</tr>");

  document.write("<tr>");

    document.write("<td height='80' align=middle bgColor=#ffffff class='footer'><div align='center'>");

     document.write("<table width='592' border='0' cellspacing='0' cellpadding='0'>");

        document.write("<tr>");

          document.write("<td><img src='/imagenes/general/punt.gif' width='1' height='18'></td>");

        document.write("</tr>");

        //document.write("<tr>");

          //document.write("<td width='588'>");

		//	  document.write("<div align='center'><a  href='/index.html' class='textoenlace'>Inicio</a> <span class='textoenlace'>| <a ' href='/rep_locator/index.html' class='textoenlace'>Cont&aacute;ctenos</a> | <a href='/bcv/index.html' class='textoenlace'>Ense&ntilde;anzas Medias</a> | <a href='/he/index.html' class='textoenlace'>Universidad</a> | <a  href='/tpr/index.html' class='textoenlace'>Profesional</a> | <a href='/med/index.html' class='textoenlace'>Ciencias de la Salud</a> </div><div align='center'><a href='http://www.mcgraw-hill.es/prices/condiciones_generales_de_venta.pdf' target='_blank' class='textoenlace' >Condiciones Generales de Venta</a> | <a href='http://www.mcgraw-hill.es/prices/condicoes_gerais_de_venda.pdf' target='_blank' class='textoenlace' >Condiç&otilde;es gerais de venda</a></div></span></td>");

        //document.write("</tr>");

        document.write("<tr>");

         document.write("<td></td>");

        document.write("</tr>");

        document.write("<tr>");

          document.write("<td><div align='center'><span class='textoenlace'>Copyright &copy; 2005 The McGraw-Hill Companies - CIF.B28914323</span></div></td>");

        document.write("</tr>");

        document.write("<tr>");

          document.write("<td><div align='center'><a href='http://www.mcgraw-hill.com/privacy.html' target='_blank' class='textoenlace' >Pol&iacute;tica de privacidad </a><span class='textoenlace'>y</span> <a href='http://www.mcgraw-hill.com/copyrttm.htm' target='_blank' class='textoenlace'>T&eacute;rminos de uso</a> </div></td>");

       document.write("</tr>");

        document.write("<tr>");

          document.write("<td>");


}

var haystackText = "";
function findMyText(needle, replacement) {

     if (haystackText.length == 0) {
          haystackText = document.title;
     }
     var match = new RegExp(needle, "ig");     
     var replaced = "";
     if (replacement.length > 0) {
          replaced = haystackText.replace(match, replacement);
     }
     else {
          var boldText = needle ;
          replaced = haystackText.replace(match, boldText);
     }
     document.title = replaced;
}

