function PrintWindow() {
window.open("printable_map.html","Print","width=600,height=450,left=100,top=100,resizable=no, scrollbars=no");
}