function newPopup(url) {
	popupWindow = window.open(	
	url,'popUpWindow','height=700px,width=450px,left=10,top=10,resizable=no,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=no')

}


