function OpenWin(){
    win=window.open("window.htm","new","toolbar=no,scrollbars=yes,,resizable=yes,width=600,height=300");
}


