 function openWin(theUrl,theName,props) { 
   WinId = window.open(theUrl,theName,props); 
 } 
