function menu_pie_elt()
 
{
	findMyText("S.A.U", "SL");
    document.write("<tr>");
    document.write("<td>");
	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' bgcolor='#FF0000' nowrap><img src='http://www.mcgraw-hill.es/imagenes/general/logos/mgh_b_logotype.gif' height='22' width='276' align='top' border='0'>"); 
          document.write("</td>");
          document.write("<td align='right' bgcolor='#FF0000' nowrap> <img src='http://www.mcgraw-hill.es/imagenes/general/logos/mgh_gradient.jpg' width='336'  border='0' height='22' align='top'>"); 
          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='http://www.mcgraw-hill.es/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='http://www.mcgraw-hill.es/index.html' class='textoenlace'>Home</a> <span class='textoenlace'>| <a ' href='http://www.mcgraw-hill.es/rep_locator/index_elt.html' class='textoenlace'>Contat us</a> | <a href='http://www.mcgraw-hill.es/bcv/index.html' class='textoenlace'>Schooll</a> | <a href='http://www.mcgraw-hill.es/he/index.html' class='textoenlace'>Higher Ed</a> | <a  href='http://www.mcgraw-hill.es/tpr/index.html' class='textoenlace'>Professional</a> | <a href='http://www.mcgraw-hill.es/med/index.html' class='textoenlace'>Medicine</a> </span></div></td>");
        document.write("</tr>");
        document.write("<tr>");
         document.write("<td>&nbsp;</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>");
		document.write("</td>");
        document.write("</tr>");
}

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;
}


