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')
 }
