window.defaultStatus="SEMAPA";

function Open_Servicios1(URL)
{
msgWindow=window.open(URL,'Fotos','toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 0,copyhistory= 1,width=250,height=150');
}

function Open(URL,Nombre,Ancho,Alto)
{
msgWindow=window.open(URL,Nombre,'toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 0,copyhistory= 1,top=220,left=460,width=' + Ancho + ',height=' + Alto);
}

function Open2(URL,Nombre,Ancho,Alto)
{
msgWindow=window.open(URL,Nombre,'toolbar= 0,location= 0,directories= 0,status= 0,menubar= 0,scrollbars= 1,resizable= 0,copyhistory= 1,top=0,left=0,width=' + Ancho + ',height=' + Alto);
}

function nada() 
{
// empty function
}
