function popUp(newX,newY,URL) {
	window.open(URL, "_blank", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+newX+',height='+newY)
}

function popUpScroll(newX,newY,URL) {
	window.open(URL, "_blank", 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width='+newX+',height='+newY)
}

function popUpNoticias(URL) {
	window.open(URL, "_blank", 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=600,height=400')
}