<!--ウインドウのサイズ指定-->

function openWin( w, h ){
wo=window.open("","ph","resizable=yes,toolbar=no,location=no,status=no,menubar=no, width="+w+",height="+h);
wo.resizeTo(w,h);
wo.focus();}

<!--ウインドウのサイズ指定-->
