
		<!--
			function PopupWindow(pageref,title,w,h,s) {
				var params=
				"width=" + w + "," +
				"height=" + h + "," +
				"toolbar=0," +
				"menubar=0," +
				"location=0," +
				"scrollbars=" + s + "," +
				"resizable=0," +
				"left=20," +
				"top=20," +
				"screenx=20," +
				"screeny=20"
				window.open(pageref, title, params);
			}

		//-->
