/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
if (1280 > screen.width){
    document.write('<img alt="Ver la Sismicidad Reciente" src="images/design/mapa_relieve_peq.png" usemap="#map1" id="img_central_ppal" />');
    document.write('<map name="map1" id="mapa">');
    document.write('<area shape="rect" coords="3,4,249,219" href="sis_reciente.php" alt="Mapa Sísmico" />');
    document.write('</map>');
}
else{
    document.write('<img alt="Ver la Sismicidad Reciente" src="images/design/mapa_relieve_peq.png" usemap="#map1" id="img_central_ppal" />');
    document.write('<map name="map1" id="mapa">');
    document.write('<area shape="rect" coords="0,0,303,270" href="sis_reciente.php" alt="Mapa Sísmico" />');
    document.write('</map>');

}


