function openWin(theURI) {
	cElement="scrollbars=1,width=750,height=660,resizable=1,directories=0,toolbar=0,menubar=0,status=0,location=0";
	PopUpWin=window.open(theURI,'open',cElement);
	PopUpWin.focus();
}
