<!-- OPEN WIN -->  

function OpenWin(theURL) { 
  window.open(theURL, "popup2", "scrollbars=yes, resizable=yes, width=590, height=480");
 }

