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