function map(){
window.open("../map/index.html","","width=600,height=450,scrollbars=no,status=yes,resizable=yes");
};

function map02(){
window.open("map/index.html","","width=600,height=450,scrollbars=no,status=yes,resizable=yes");
};