function ClickReturn (noret) {	var cb=checkBrowser();	if (!noret) {		if (!cb.opera)	return true;	} 	return false;}function opensmall(n){	if(quicktime.ver6) 		{	openWindow('magotour/toursmall.html','FULLSCREEN',true);	} else if (quicktime.installed) {	down=window.open('http://www.apple.com/de/quicktime/download/');	alert('You need to Update your Quicktime Player from Apple. We will redirect you now to Apple Quicktime to Install the latest version of the Quicktime Player.');	down.focus();	}else {	down = window.open('http://www.apple.com/de/quicktime/download/');	alert('You need to Install Quicktime Player from Apple. We will redirect you now to Apple Quicktime to Install the latest version of the Quicktime Player.');	down.focus();	}// we'll not detect QT}	function openbig(n){	if(quicktime.ver6) 		{	openWindow('magotour/tourbig.html','FULLSCREEN',true);	} else if (quicktime.installed) {	down=window.open('http://www.apple.com/de/quicktime/download/');	alert('You need to Update your Quicktime Player from Apple. We will redirect you now to Apple Quicktime to Install the latest version of the Quicktime Player.');	down.focus();	}else {	down = window.open('http://www.apple.com/de/quicktime/download/');	alert('You need to Install Quicktime Player from Apple. We will redirect you now to Apple Quicktime to Install the latest version of the Quicktime Player.');	down.focus();	}// we'll not detect QT}	function openWindow(url) {popupWindow = window.open(url, "MagoEstateHotelVirtualTour", "width=100,height=100,left=320,top=0,toolbar=no,menubar=no,hotkeys=no,status=no");if(popupWindow.window.focus){popupWindow.window.focus();}	}