 function openWin(theURI) {
   PopUpWin=window.open(theURI,'theWin','scrollbars=1, width=590,height=790,resizable=1,directories=0, toolbar=1,status=1,location=0');
   PopUpWin.focus();
  }
