                     (navigator.userAgent.indexOf("Opera") != -1) ? opera=1 : opera=0;
                     var ShockMode = 0;
					 var requiredVersion = 4;
                     var Flash2Installed = false;
                     var Flash3Installed = false;
                     var Flash4Installed = false;
                     var Flash5Installed = false;
                     var maxVersion = 5;
                     var actualVersion = 0;
                     var link1,link2;

                     var isIE = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
                     var isWin = (navigator.appVersion.indexOf("Windows") != -1) ? true : false;

                     if(isIE && isWin)
                       {
                       document.write('<SCRIPT LANGUAGE=VBScript\> \n');
                       document.write('on error resume next \n');
                       document.write('Flash2Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.2"))) \n');
                       document.write('Flash3Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3"))) \n');
                       document.write('Flash4Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4"))) \n');
                       document.write('Flash5Installed = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5"))) \n');
                       document.write('</SCRIPT\> \n');
                       }

                     function detectFlash()
                        {
                         if (navigator.plugins)
                          {
                           if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"])
                            {
                             var isVersion2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                             var FlashDescription = navigator.plugins["Shockwave Flash" + isVersion2].description;
                             var FlashVersion = parseInt(FlashDescription.charAt(FlashDescription.indexOf(".") - 1));

                             for(i=2;i<maxVersion;i++)
                              {
                               actualVersion = i;
                              }
                            }
                         }

                 for (i=2; i<=maxVersion; i++)
                       {
                 if (eval("Flash" + i + "Installed") == true) actualVersion = i;
                       }
                 if(navigator.userAgent.indexOf("WebTV") != -1) actualVersion = 2;
                 if(actualVersion<=3)
                          { ShockMode = 0;
	// parent.frames[0].location.href="../html/investor.html";
                        }

    // alert("ende");../images/html/investor.html
                        }
                   ShockMode = 1;
				   detectFlash();
