function mappop(mapId) {
	newwindow=window.open('http://fishfinder.mental.co.nz/xx/test_map.php?map='+mapId,'map_window','height=640,width=614,location=0');
	if (window.focus) {newwindow.focus()}
	return false;
}
