document.write('<div id="menu">');
document.write('<br />');
document.write ('<img src="util/menulogo.jpg" hspace="10" vspace="30" border="0" usemap="#Map1"/>');
document.write('<map name="Map1" id="Map1">');
document.write('<area shape="rect" coords="0,-2,99,165" href="index.html" />');
document.write('<area shape="rect" coords="0,165,99,194" href="fotos/santillana2010.html" />');
document.write('<area shape="rect" coords="0,194,99,219" href="artwork.html" />');
document.write('<area shape="rect" coords="0,218,99,243" href="contacto.php" />');
document.write('</map>');
document.write('<br />');
document.write('</div>');
