

function OpenWin1(){
    win=window.open("event.html","new","width=490,height=600");
}

function OpenWin2(){
    win=window.open("event2.html","new","width=490,height=600");
}
function OpenWin3(){
    win=window.open("event06.html","new","width=490,height=600");
}