<!--
function OpenWin1(){win1=window.open("1000.html","new1","width=640,height=500,top=0,left=0,scrollbars=1");}
function OpenWin2(){win1=window.open("2000.html","new2","width=640,height=500,top=0,left=0,scrollbars=1");}
function OpenWin3(){win1=window.open("3000.html","new3","width=640,height=500,top=0,left=0,scrollbars=1");}
// -->

<!--
function CloseWin(){
    window.close();
}
// -->