function newPopup_L(url) {
	popupWindow = window.open(
	url,'popUpWindow','height=640,width=840,left=20,top=20,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes')
	}