function external(url){
	if(confirm("Estas abandonando el sitio web de http://www.laalergia.com y su política de privacidad.\nEl sitio web al que te redirige puede contener una  política de privacidad diferente.\n¿Está seguro de continuar?")) {
		window.open(url);
	}
	
}

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

