function openWin(theURL,winName,features) { //v2.0  var nw;  nw=window.open(theURL,winName,features);  nw.focus();}
