function OpenWin1(){
    win1=window.open("history/001.html","","width=500,height=400");	
}
function OpenWin2(){
    win1=window.open("history/002.html","","width=500,height=400");	
}
function OpenWin3(){
    win1=window.open("history/003.html","","width=500,height=400");	
}


