
function ImageUp() {
window.open("map.html","window1","width=582,height=943,resizable=yes,scrollbars=yes,");
}

function pagePrint() {
window.print();
}
