function OpenWin1(){
    win1=window.open("message01.htm","new1","toolbar=no,status=yes,scrollbars=yes,resizable=yes,width=670,height=800");
}
function OpenWin2(){
    win1=window.open("message02.htm","new1","toolbar=no,status=yes,scrollbars=yes,resizable=yes,width=670,height=800");
}
