function popUp1 (URL) // Ventana Principal 790x525
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=785,height=524,left=2,top=0');");
}


function popUp2 (URL) // Mapa Carreteras 408x500
{
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=408,height=500,left=200,top=20');");
}

//<!-- -->