function openTheJourney() {
	w = 690;
	h = 480;
	//isMac = navigator.userAgent.indexOf("Mac");
	//IEversion = navigator.appVersion.indexOf("MSIE 5");
	//if (isMac>=0 && IEversion>=0) { w = (w - 16); h = (h - 16); }
	newWindow=window.open('journey/journey.htm','journey','top=100,left=100,status=no,menubar=no,width='+w+',height='+h+'')
	}