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