function openWin( w, h ){
       wo=window.open("","win","scrollbars=yes,resizable=no,toolbar=no,location=no,status=yes,menubar=no,width="+w+",height="+h);
wo.resizeTo(w,h);
wo.focus();}
