
function abre(theURL,winName,features) {  
window.open(theURL,winName,features); 
}

with (document) {

writeln('	  <tr>');
writeln('	    <td valign="top" width="100%" style="border-top: 1px solid #d3d2d2;">');
writeln('	  	  <table width="100%" cellpadding="0" cellspacing="0">');
writeln('		    <tr>');
writeln('		  	  <td valign="top">');
writeln('			    <img src="images/50_porciento.jpg" border="0" width="383" height="111" vspace="0" usemap="#Mapder1">');
writeln('			    <map name="Mapder1">');
writeln('			   	   <area shape="rect" coords="30,82,119,99" href="contacto_promo_50.html">');
writeln('			    </map>');
writeln('			  </td>');
writeln('			</tr>');


writeln('			<tr>');
writeln('			  <td valign="top">');
writeln('			    <img src="images/articulo_celulitis.jpg" border="0" width="383" height="112" vspace="0" usemap="#Mapder3">');
writeln('			    <map name="Mapder3">');
writeln('			      <area shape="rect" coords="29,85,118,103" href="celulitis.html">');
writeln('			    </map>');
writeln('			  </td>');
writeln('			</tr>');
writeln('		  </table>');
writeln('		</td>');
writeln('	  </tr>');


writeln('			<tr>');
writeln('			  <td valign="top">');
writeln('			    <img src="images/recuperar2010.jpg" border="0" width="383" height="112" vspace="0" usemap="#Mapder31">');
writeln('			    <map name="Mapder31">');
writeln('			      <area shape="rect" coords="29,85,118,103" href="recuperar2010.html">');
writeln('			    </map>');
writeln('			  </td>');
writeln('			</tr>');


writeln('			<tr>');
writeln('			   <td valign="top">');
writeln('			    <img src="images/depilacionlaser2.jpg" border="0" width="383" height="113" vspace="0" usemap="#Mapder5">');
writeln('			    <map name="Mapder5">');
writeln('			  	  <area shape="rect" coords="29,83,118,100" href="depilaciondefinitiva.html">');
writeln('				</map>');
writeln('			  </td>');
writeln('			</tr>');
writeln('		  </table>');
writeln('		</td>');
writeln('	  </tr>');


writeln('			<tr>');
writeln('			   <td valign="top">');
writeln('			    <img src="images/promociones.jpg" border="0" width="383" height="113" vspace="0" usemap="#Map2">');
writeln('			    <map name="Map2">');
writeln('			  	  <area shape="rect" coords="29,82,117,98" href="promociones.html">');
writeln('				</map>');
writeln('			  </td>');
writeln('			</tr>');
writeln('		  </table>');
writeln('		</td>');
writeln('	  </tr>');



}