	<!--
		function popupWin(file,wide,high) {
		msgWindow=open(file,"",'resizable=yes,width='+wide+',height='+high+',scrollbars=yes');
		if (msgWindow.opener == null)
		msgWindow.opener = self;
		}
	//-->


