<!-- 

document.write(
'<td>',
'<div align="center"><img src="images/sup.jpg" width="788" height="150" usemap="#MapMap" border="1">', 
'<map name="MapMap">',
'<area shape="rect" coords="30,136,86,146" href="markonline.htm" target="_top">',
'<area shape="rect" coords="133,135,198,146" href="acciones.htm" onMouseOver="mostrar(2)" onMouseOut="startTimer()" target="_top">',
'<area shape="rect" coords="242,135,375,146" href="cuenta.htm" onMouseOver="mostrar(3)" onMouseOut="startTimer()" target="_top">',
'<area shape="rect" coords="425,134,488,147" href="copisteria.htm" target="_top">',
'</map>',
'</div>',
'</td>'
)

// -->