<!--
function PopWindow(file) {
	window.open( 'maps/'+file+'.html', '_blank', 'toolbar=no,scrollbars=no,resizable=no,width=600,height=420,left=0,top=0')
}
//-->