﻿function ClickReturn (noret) {
	var cb=checkBrowser();
	if (!noret) {
		if (!cb.opera)	return true;
	} 
	return false;
}

function openFS(n){

	if(quicktime.ver6) 	

	{
	openWindow(home+'/panorama_0'+n+'.html','FULLSCREEN',true);
	} else if (quicktime.installed) {
	down=window.open('http://www.apple.com/de/quicktime/download/');
	alert('Bitte bringen Sie Ihren Quicktime-Plugin auf den neuesten Stand!\nSie werden nun auf die Apple Homepage zum Download weitergeleitet.');
	down.focus();

	}else {
	down = window.open('http://www.apple.com/de/quicktime/download/');
	alert('Um die Vollbild-Panoramen zu betrachten, installieren bitte Sie den Quicktime Plugin!\nSie werden nun auf die Apple Homepage zum Download weitergeleitet.');
	down.focus();
	}

// we'll not detect QT



}	

function openWindow(url) {
	
popupWindow = window.open(url, "Fenster2", "width=310,height=400,left=320,top=0,toolbar=no,menubar=no,hotkeys=no,status=no");
if(popupWindow.window.focus){popupWindow.window.focus();}
	
}

function openQT(n) {
document.write('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"  WIDTH="100%" HEIGHT="100%" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
document.write('<PARAM name="SRC" VALUE="'+n+'">');
document.write('<PARAM name="CONTROLLER" VALUE="FALSE">');
document.write('<PARAM name="SCALE" VALUE="TOFIT">');
document.write('<PARAM name="AUTOPLAY" VALUE="TRUE">');
document.write('<PARAM name="CACHE" VALUE="TRUE">');
document.write('<PARAM name="KIOSKMODE" VALUE="TRUE">');
document.write('<PARAM name="TARGET" VALUE="_self">');
document.write('<EMBED src="'+n+'"  WIDTH="100%" HEIGHT="100%" CONTROLLER="FALSE" SCALE="TOFIT" AUTOPLAY="TRUE" CACHE="TRUE" KIOSKMODE="TRUE" TARGET="_self" TYPE="video/quicktime" PLUGINSPAGE="http://www.apple.com/quicktime/download/">');
document.write('</EMBED></OBJECT>'); 

}
