//ANZX}bv

function openPrintMap(){
	nWin = window.open('printmap.html','printmap','scrollbars=yes,resizable=yes,width=600,height=610');
	nWin.focus();
}

function openMap(){
	nWin = window.open('map.html','map','scrollbars=yes,resizable=yes,width=480,height=610');
	nWin.focus();
}

//ANZX}bv
function openPrint(){
	nWin = window.open('print.html','print','scrollbars=yes,resizable=yes,width=750,height=610');
	nWin.focus();
}

//NVKEBhEŊJ
window.onload = function() {
var node_a = document.getElementsByTagName('a');
for (var i in node_a) {
if (node_a[i].className == 'newwin') {
node_a[i].onclick = function() {
window.open(this.href, '', '');
return false;
};
}
}
};
