// (c) RTL Nederland Interactief
function flashDetect(versienummer){var ver=(typeof versienummer=='undefined')?9:versienummer;var flashversie=-1;if(typeof window.ActiveXObject!='undefined'&&navigator.platform.indexOf('Win')!=-1){try{var flash_obj=new ActiveXObject('ShockwaveFlash.ShockwaveFlash.'+ver);flashversie=ver}catch(e){flashversie=-1}flash_obj=null}else if(navigator.plugins){var flash_obj=navigator.plugins['Shockwave Flash'];if(flash_obj&&typeof flash_obj.description=='string'){var versienummer=flash_obj.description.match(/([0-9]+)/);flashversie=versienummer?parseInt(versienummer[0]):flashversie}}return flashversie}function schrijfObject(movie_name,flash_width,flash_height,flashcontainer,flash_vars,versienummer){var ver=(typeof versienummer=='undefined')?9:versienummer;if(flashDetect(ver)>=ver){document.getElementById(flashcontainer).innerHTML='<obj'+'ect classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+flash_width+'" height="'+flash_height+'" name="flash_app'+Math.round(Math.random()*100000)+'" id="flash_app'+Math.round(Math.random()*100000)+'" align="middle" >'+'<par'+'am name="allowScriptAccess" value="always" />'+'<par'+'am name="movie" value="'+movie_name+'" />'+'<par'+'am name="quality" value="high" />'+'<par'+'am name="wmode" value="transparent" />'+'<par'+'am name="src" value="'+movie_name+'" />'+'<par'+'am name="flashvars" value="'+flash_vars+'" />'+'<emb'+'ed sr'+'c="'+movie_name+'" quality="high" flashvars="'+flash_vars+'" width="'+flash_width+'" height="'+flash_height+'" name="flash_app'+Math.round(Math.random()*100000)+'" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash" id="flash_app'+Math.round(Math.random()*100000)+'" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" />'+'<\/obj'+'ect>'}else{if(flash_width>200){document.getElementById(flashcontainer).innerHTML='<div'+' style="background:#333333;border:2px solid #333333;-moz-border-radius: 10px;-webkit-border-radius: 10px;">'+'<p'+' style="font-family: Verdana, Arial; font-weight: bold; color: #FFFFFF; margin: 5px;">Wij hebben niet kunnen detecteren of u over de Flash 8 player beschikt.<\/p>'+'<p'+' style="font-family: Verdana, Arial; font-weight: bold; font-size: 11px; color: #FFFFFF; margin: 5px; margin-top: 8px;">'+'U kunt de nieuwste Flash player downloaden bij <a href="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank" style="color: #FFFFFF; font-weight:bold;text-decoration:underline;">Adobe<\/a>.'+'<\/p>'+'<\/div>'}else{document.getElementById(flashcontainer).innerHTML='<div'+' style="background:#333333;border:2px solid #333333;-moz-border-radius: 10px;-webkit-border-radius: 10px;">'+'<p'+' style="font-family: Verdana, Arial; font-weight: bold; font-size: 11px; color: #FFFFFF; margin: 5px; margin-top: 8px;">'+'Geen Flash-plugin gevonden'+'<\/p>'+'<\/div>'}}}