// JavaScript Document
function opn_maps(n,w,h) {
	window.open(n,'map_window','width='+w+', height='+h+', menubar=no, toolbar=no, location=no, status=no, resizable=no, scrollbars=no');
}

