function nwindow(mypage, w, h, s, r)
{
  var scroll = 1;
  var resize = 1;
  if (typeof s =="undefined") scroll=0
  if (typeof r =="undefined") resize=0
  var myname = "";
  //var scroll = 0;
  var winl = (screen.width - w) / 2;
  var wint = (screen.height - h) / 2;
  winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll + 'resizable=' + resize
  win = window.open(mypage, myname, winprops)
  if(parseInt(navigator.appVersion) >= 4)
  {
	win.window.focus();
  }
}


function agregar(){
   if ((navigator.appName=="Microsoft Internet Explorer") &&
		 (parseInt(navigator.appVersion)>=4)) {
	  var url="http://www.guiaongs.org";
	  var titulo="Portal de ONGs de España. Ayuda humanitaria, derechos humanos y medioambiente";
	  window.external.AddFavorite(url,titulo);
   } else {
	  if(navigator.appName == "Netscape")
		 alert("Presione Crtl+D para agregar este sitio en sus Bookmarks");
   }
}

function abrirPublicacion()
{
	posx=((screen.availWidth-300)/2)
	posy=((screen.availHeight-230)/2)
	eval("boxwindow=window.open('publicacion_gestion_noticias.html','boxwindow','width=300,height=230,toolbar=0,directories=0,status=0,scrollbars=0,resize=0,menubar=0,screenx="+posx+",screeny="+posy+",left="+posx+",top="+posy+"')")
}

function abrirContactos()
{
	posx=((screen.availWidth-350)/2)
	posy=((screen.availHeight-270)/2)
	eval("boxwindow=window.open('contacto_recepcion.html','boxwindow','width=350,height=270,toolbar=0,directories=0,status=0,scrollbars=0,resize=0,menubar=0,screenx="+posx+",screeny="+posy+",left="+posx+",top="+posy+"')")
}

function checkNewsletter(formu){

if(formu.terminos.checked==false){
	alert("Debes aceptar los términos y condiciones para subscribirte al newsletter.");
	return false;
}

return true;

}

function checkNewsletter2(formu){

	if(formu.legal_ok.checked==false){
		alert("Debes aceptar los términos y condiciones para subscribirte al newsletter.");
		return false;
	}

	return true;

}

