<!--
function OpenWin1(){
    win=window.open("../vol1/vol1-map.html","new","width=670,height=860,scrollbars=1,resizable=yes");
    win.moveTo(0,0);
}
function OpenWin2(){
    win=window.open("../vol2/vol2-map.html","new","width=1050,height=600,scrollbars=1,resizable=yes");
    win.moveTo(0,0);
}
//-->

