var stile = "top=100, left=100, width=600, height=200, status=no, menubar=no, toolbar=no, scrollbars=yes";
		function Popup(apri) {
			parentWindow = this.document;
			popupWindow = window.open(apri, "", stile);
		}

