function OpenWin1(url)
       {
       NewWin=window.open(url,"_blank", config="width=420,height=254,locationbar=0, statusbar=0,toolbar=0,left=35,top=20,scrollbars=yes,menubar=no,resizable=yes,leftmargin=0,topmargin=0");
       }

function OpenWin1b(url)
       {
       NewWin=window.open(url,"new", config="width=420,height=600,locationbar=0, statusbar=0,toolbar=0,left=35,top=20,scrollbars=yes,menubar=no,resizable=yes,leftmargin=0,topmargin=0");
       }

function OpenWin2(url)
       {
       NewWin=window.open(url, "_blank", config="width=610,height=564,locationbar=0, statusbar=0,toolbar=0,left=35,top=0,scrollbars=no,menubar=no,resizable=no");
       }

function OpenWin2b(url)
       {
       NewWin=window.open(url, "_blank", config="width=675,height=580,locationbar=0, statusbar=0,toolbar=0,left=35,top=0,scrollbars=no,menubar=no,resizable=yes");
       }
