// JavaScript Document
function openMap(){
	window.open("flash/map.html","Tour", "height=740px,width=1040px,toolbar=no,menubar=no, status=no, scrollbars=yes, fullscreen=yes");
}
