// JavaScript Document



function openwin(page){
org=window.open(page,"window01","resizable=yes,scrollbars=yes,width=620,height=600,screenX=10,screenY=10");
org.focus();}











