function newPopup(url, height, width, scrollbars) {
	popupWindow = window.open(
	url,'popUpWindow','height='+ height +',width='+ width +',left=0,top=0,resizable=no,scrollbars=' + scrollbars + ',toolbar=no,menubar=no,location=no,directories=no,status=no')
}
