// Open IVP Popup
function ivpPopup(path) {
	var ivp = window.open("360tours/player.php?file="+path, "ivpWindow", "width=640,height=480,scrollbars=no");
	if (ivp) {
		return true;
	} else {
		return false;
	}
}
function ivpFailed() {
	alert("Could not open 360 tour. Please disable your popup blocker and try again.");
}
