function popup(url, width, height, scroll, resize) {
	newWindow = window.open(url,"newWindow",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+scroll+',resizable='+resize+',left=80,width=' +width+ ',height=' +height+ ',top=50')
 }

function openboletin(x)
{
	newwindow = window.open('/boletin/service.asp?email='+x,'','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=false,resizable=true,left=300,width=200,height=100,top=100')
}