<!--

var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Verarbeiten aller FSCommand-Meldungen in einem Flash-Film
function startani_forinside_DoFSCommand(command, args) {
	var startani_forinsideObj = isInternetExplorer ? document.all.startani_forinside : document.startani_forinside;
	var flashlayerObj = isInternetExplorer ? document.all.flashlayer : document.flashlayer;
	//
	// Geben Sie hier Ihren Code ein.
	if (command=="closewindow"){
	/*
	document.getElementById("flashlayer").style.position="absolute"
	document.getElementById("flashlayer").style.top="1424px"
		document.getElementById("flashlayer").style.left="0px"
	   document.getElementById("flashlayer").style.width="5px"
	   document.getElementById("flashlayer").style.zIndex=1;
//	   document.getElementById("flashlayer").style.visibility = "hidden"
*/
		if (document.getElementById("flashlayer").style.display){
	        document.getElementById("flashlayer").style.display = "none"
			}
		else{
			document.getElementById("flashlayer").style.position = "absolute"
			document.getElementById("flashlayer").style.top = "1600px"
			document.getElementById("flashlayer").style.visibility = "hidden"
			document.getElementById("flashlayer").style.width = "2px"
			document.getElementById("flashlayer").style.zIndex = "0"
			}

   		




	   }
	//
}
// Hook für Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub startani_forinside_FSCommand(ByVal command, ByVal args)\n');
	document.write('Call startani_forinside_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}
//-->