function subwin(URL,W,H){
subWin = window.open(URL,"window01","screenX=0,screenY=0,left=10,top=10,width="+W+",height="+H+",scrollbars=1,resizable=1,status=1");
}
