var FlashDetect=new function(){var self=this;self.installed=false;self.raw="";self.major=-1;self.minor=-1;self.revision=-1;self.revisionStr="";var activeXDetectRules=[{name:"ShockwaveFlash.ShockwaveFlash.7",version:function(obj){return getActiveXVersion(obj)}},{name:"ShockwaveFlash.ShockwaveFlash.6",version:function(obj){var version="6,0,21";try{obj.AllowScriptAccess="always";version=getActiveXVersion(obj)}catch(err){}return version}},{name:"ShockwaveFlash.ShockwaveFlash",version:function(obj){return getActiveXVersion(obj)}}];var getActiveXVersion=function(activeXObj){var version=-1;try{version=activeXObj.GetVariable("$version")}catch(err){}return version};var getActiveXObject=function(name){var obj=-1;try{obj=new ActiveXObject(name)}catch(err){obj={activeXError:true}}return obj};var parseActiveXVersion=function(str){var versionArray=str.split(",");return{raw:str,major:parseInt(versionArray[0].split(" ")[1],10),minor:parseInt(versionArray[1],10),revision:parseInt(versionArray[2],10),revisionStr:versionArray[2]}};var parseStandardVersion=function(str){var descParts=str.split(/ +/);var majorMinor=descParts[2].split(/\./);var revisionStr=descParts[3];return{raw:str,major:parseInt(majorMinor[0],10),minor:parseInt(majorMinor[1],10),revisionStr:revisionStr,revision:parseRevisionStrToInt(revisionStr)}};var parseRevisionStrToInt=function(str){return parseInt(str.replace(/[a-zA-Z]/g,""),10)||self.revision};self.majorAtLeast=function(version){return self.major>=version};self.minorAtLeast=function(version){return self.minor>=version};self.revisionAtLeast=function(version){return self.revision>=version};self.versionAtLeast=function(major){var properties=[self.major,self.minor,self.revision];var len=Math.min(properties.length,arguments.length);for(i=0;i<len;i++){if(properties[i]>=arguments[i]){if(i+1<len&&properties[i]==arguments[i]){continue}else{return true}}else{return false}}};self.FlashDetect=function(){if(navigator.plugins&&navigator.plugins.length>0){var type="application/x-shockwave-flash";var mimeTypes=navigator.mimeTypes;if(mimeTypes&&mimeTypes[type]&&mimeTypes[type].enabledPlugin&&mimeTypes[type].enabledPlugin.description){var version=mimeTypes[type].enabledPlugin.description;var versionObj=parseStandardVersion(version);self.raw=versionObj.raw;self.major=versionObj.major;self.minor=versionObj.minor;self.revisionStr=versionObj.revisionStr;self.revision=versionObj.revision;self.installed=true}}else{if(navigator.appVersion.indexOf("Mac")==-1&&window.execScript){var version=-1;for(var i=0;i<activeXDetectRules.length&&version==-1;i++){var obj=getActiveXObject(activeXDetectRules[i].name);if(!obj.activeXError){self.installed=true;version=activeXDetectRules[i].version(obj);if(version!=-1){var versionObj=parseActiveXVersion(version);self.raw=versionObj.raw;self.major=versionObj.major;self.minor=versionObj.minor;self.revision=versionObj.revision;self.revisionStr=versionObj.revisionStr}}}}}}()};FlashDetect.JS_RELEASE="1.0.4";function getCookieValue(name){var search=name+"=";var returnvalue=0;if(document.cookie.length>0){offset=document.cookie.indexOf(search);if(offset!=-1){offset+=search.length;end=document.cookie.indexOf(";",offset);if(end==-1){end=document.cookie.length}returnvalue=unescape(document.cookie.substring(offset,end))}}return parseInt(returnvalue)}if((!FlashDetect.installed)||(!FlashDetect.versionAtLeast(10))){var flash_title="Deze site vereist Flash 10+";var flash_message="Deze site vereist minstens Flash versie 10.<br>U hebt geen of een verouderde flash speler ge&iuml;nstalleerd.<br>Installeer aub de nieuwste versie:";var flash_root="http://cdn.gynzy.com/corporate/flashdetect/";var flash_download="<a href='http://www.adobe.com/go/getflashplayer' target='_external' class='external'><img alt='Get Adobe Flash player' width='112' height='33' src='"+flash_root+"get_flash_player.gif'/></a>";var flash_cookiename="flash_warning";var flash_maxshows=3;var count=getCookieValue(flash_cookiename);if((flash_maxshows==0)||(count<flash_maxshows)){document.write("<div style='border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; height: 75px; position: relative;'>");document.write("<div style='position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;'><a href='#' onclick='javascript:this.parentNode.parentNode.style.display=\"none\"; return false;'><img src='"+flash_root+"cornerx.jpg' style='border: none;' alt='Sluit dit bericht'/></a></div>");document.write("<div style='width: 550px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;'>");document.write("<div style='width: 75px; float: left;'><img src='"+flash_root+"warning.jpg' alt='Warning!'/></div>");document.write("<div style='width: 350px; float: left; font-family: Arial, sans-serif;'>");document.write("<div style='font-size: 14px; font-weight: bold; margin-top: 4px;'>"+flash_title+"</div>");document.write("<div style='font-size: 12px; margin-top: 6px; line-height: 12px;'>"+flash_message+"</div>");document.write("</div>");document.write("<div style='width: 112px; float: left; margin-top: 20px;'>"+flash_download+"</div>");document.write("</div>");document.write("</div>");document.cookie=""+flash_cookiename+"="+(count+1)}};
