function winOpen(URL){window.open(URL,"thewin","toolbar=no,menubar=no,scrollbars= no,resizable=yes,width=10,height=10");}function winOpen2(URL){window.open(URL,"thewin","toolbar=no,menubar=no,scrollbars= yes,resizable=yes,width=10,height=10");}function winClose(){window.close();}function Resize(A,B){window.resizeTo(width=A,height=B);}
