<!--
		function launchVirtualTour() {
			// open popup window
			var win = window.open("http://www.Obeo.com/270691","virtualtour","width=760,height=575,resizable=no,scrollbars=no,toolbar=no");
			if (win) {
				// set focus on the new window
				win.focus();
			}
			else {
				// popup was blocked
				alert("Please turn off your Pop-up blocking software.");
			}
		}
		function launchGallery() {
			// open popup window
			var win = window.open("gallery.html","gallery","width=720,height=560,resizable=no,scrollbars=no,toolbar=no");
			if (win) {
				// set focus on the new window
				win.focus();
			}
			else {
				// popup was blocked
				alert("Please turn off your Pop-up blocking software.");
			}
		}
		function launchRequestInfo() {
			// open popup window
			var win = window.open("request.html","request","width=700,height=540,resizable=no,scrollbars=yes,toolbar=no");
			if (win) {
				// set focus on the new window
				win.focus();
			}
			else {
				// popup was blocked
				alert("Please turn off your Pop-up blocking software.");
			}
		}
		function launchMap() {
			// open popup window
			var win = window.open("map.html","request","width=545,height=565,resizable=no,scrollbars=no,toolbar=no");
			if (win) {
				// set focus on the new window
				win.focus();
			}
			else {
				// popup was blocked
				alert("Please turn off your Pop-up blocking software.");
			}
		}
		function launchResMap() {
			// open popup window
			var win = window.open("resmap.html","request","width=545,height=565,resizable=no,scrollbars=no,toolbar=no");
			if (win) {
				// set focus on the new window
				win.focus();
			}
			else {
				// popup was blocked
				alert("Please turn off your Pop-up blocking software.");
			}
		}
				function epiphanysavailabilityguarantee() {
			// open popup window
			var win = window.open("epiphanysavailabilityguarantee.html","request","width=535,height=292,resizable=no,scrollbars=no,toolbar=no");
			if (win) {
				// set focus on the new window
				win.focus();
			}
			else {
				// popup was blocked
				alert("Please turn off your Pop-up blocking software.");
			}
		}
//-->