/**
 * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 * SWFObject is (c) 2007 Geoff Stearns and is released under the MIT License: http://www.opensource.org/licenses/mit-license.php 
 */
if(typeof deconceptfed51e14d12544f5=="undefined"){var deconceptfed51e14d12544f5=new Object();}if(typeof deconceptfed51e14d12544f5.util=="undefined"){deconceptfed51e14d12544f5.util=new Object();}if(typeof deconceptfed51e14d12544f5.SWFObjectUtil=="undefined"){deconceptfed51e14d12544f5.SWFObjectUtil=new Object();}deconceptfed51e14d12544f5.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a){if(!document.getElementById){return;}this.DETECT_KEY=_a?_a:"detectflash";this.skipDetect=deconceptfed51e14d12544f5.util.getRequestParameter(this.DETECT_KEY);this.params=new Object();this.variables=new Object();this.attributes=new Array();if(_1){this.setAttribute("swf",_1);}if(id){this.setAttribute("id",id);}if(w){this.setAttribute("width",w);}if(h){this.setAttribute("height",h);}if(_5){this.setAttribute("version",new deconceptfed51e14d12544f5.PlayerVersion(_5.toString().split(".")));}this.installedVer=deconceptfed51e14d12544f5.SWFObjectUtil.getPlayerVersion();if(!window.opera&&document.all&&this.installedVer.major>7){deconceptfed51e14d12544f5.SWFObject.doPrepUnload=true;}if(c){this.addParam("bgcolor",c);}var q=_7?_7:"high";this.addParam("quality",q);this.setAttribute("useExpressInstall",false);this.setAttribute("doExpressInstall",false);var _c=(_8)?_8:window.location;this.setAttribute("xiRedirectUrl",_c);this.setAttribute("redirectUrl","");if(_9){this.setAttribute("redirectUrl",_9);}};deconceptfed51e14d12544f5.SWFObject.prototype={useExpressInstall:function(_d){this.xiSWFPath=!_d?"expressinstall.swf":_d;this.setAttribute("useExpressInstall",true);},setAttribute:function(_e,_f){this.attributes[_e]=_f;},getAttribute:function(_10){return this.attributes[_10];},addParam:function(_11,_12){this.params[_11]=_12;},getParams:function(){return this.params;},addVariable:function(_13,_14){this.variables[_13]=_14;},getVariable:function(_15){return this.variables[_15];},getVariables:function(){return this.variables;},getVariablePairs:function(){var _16=new Array();var key;var _18=this.getVariables();for(key in _18){_16[_16.length]=key+"="+_18[key];}return _16;},getSWFHTML:function(){var _19="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","PlugIn");this.setAttribute("swf",this.xiSWFPath);}_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\"";_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";var _1a=this.getParams();for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");this.setAttribute("swf",this.xiSWFPath);}_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">";_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";var _1a=this.getParams();for(var key in _1a){_19+="<param name=\""+key+"\" value=\""+_1a[key]+"\" />";}var _1c=this.getVariablePairs().join("&");if(_1c.length>0){_19+="<param name=\"flashvars\" value=\""+_1c+"\" />";}_19+="</object>";}return _19;}};deconceptfed51e14d12544f5.SWFObjectUtil.getPlayerVersion=function(){var _1d=new deconceptfed51e14d12544f5.PlayerVersion([0,0,0]);if(navigator.plugins&&navigator.mimeTypes.length){var x=navigator.plugins["Shockwave Flash"];if(x&&x.description){_1d=new deconceptfed51e14d12544f5.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}}else{if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0){var axo=1;var _20=3;while(axo){try{_20++;axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_20);_1d=new deconceptfed51e14d12544f5.PlayerVersion([_20,0,0]);}catch(e){axo=null;}}}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");_1d=new deconceptfed51e14d12544f5.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}catch(e){if(_1d.major==6){return _1d;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(e){}}if(axo!=null){_1d=new deconceptfed51e14d12544f5.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}}return _1d;};deconceptfed51e14d12544f5.PlayerVersion=function(_21){this.major=_21[0]!=null?parseInt(_21[0]):0;this.minor=_21[1]!=null?parseInt(_21[1]):0;this.rev=_21[2]!=null?parseInt(_21[2]):0;};deconceptfed51e14d12544f5.PlayerVersion.prototype.versionIsValid=function(fv){if(this.major<fv.major){return false;}if(this.major>fv.major){return true;}if(this.minor<fv.minor){return false;}if(this.minor>fv.minor){return true;}if(this.rev<fv.rev){return false;}return true;};deconceptfed51e14d12544f5.util={getRequestParameter:function(_23){var q=document.location.search||document.location.hash;if(_23==null){return q;}if(q){var _25=q.substring(1).split("&");for(var i=0;i<_25.length;i++){if(_25[i].substring(0,_25[i].indexOf("="))==_23){return _25[i].substring((_25[i].indexOf("=")+1));}}}return "";}};deconceptfed51e14d12544f5.SWFObjectUtil.cleanupSWFs=function(){var _27=document.getElementsByTagName("OBJECT");for(var i=_27.length-1;i>=0;i--){_27[i].style.display="none";for(var x in _27[i]){if(typeof _27[i][x]=="function"){_27[i][x]=function(){};}}}};if(deconceptfed51e14d12544f5.SWFObject.doPrepUnload){if(!deconceptfed51e14d12544f5.unloadSet){deconceptfed51e14d12544f5.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};window.attachEvent("onunload",deconceptfed51e14d12544f5.SWFObjectUtil.cleanupSWFs);};window.attachEvent("onbeforeunload",deconceptfed51e14d12544f5.SWFObjectUtil.prepUnload);
/**
 * SWFObject XHTML hook - support real XHTML, ie XHTML delivered as application/xhtml+xml
 * by Oliver Nowak
 */
deconceptfed51e14d12544f5.unloadSet=true;}}if(!document.getElementById&&document.all){document.getElementById=function(id){return document.all[id];};}deconceptfed51e14d12544f5.SWFObject.prototype.write=function(_2b){if(this.getAttribute("useExpressInstall")){var _2c=new deconceptfed51e14d12544f5.PlayerVersion([6,0,65]);if(this.installedVer.versionIsValid(_2c)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){this.setAttribute("doExpressInstall",true);this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));document.title=document.title.slice(0,47)+" - Flash Player Installation";this.addVariable("MMdoctitle",document.title);}}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){var n=(typeof _2b=="string")?document.getElementById(_2b):_2b;var _2e=navigator.userAgent.toLowerCase();if(_2e.indexOf("msie")!=-1&&_2e.indexOf("opera")==-1){n.innerHTML=this.getSWFHTML();return true;}else{var obj=document.createElement("object");obj.setAttribute("id",this.getAttribute("id"));obj.setAttribute("name",this.getAttribute("id"));obj.setAttribute("type","application/x-shockwave-flash");obj.setAttribute("data",this.getAttribute("swf"));obj.setAttribute("width",this.getAttribute("width"));obj.setAttribute("height",this.getAttribute("height"));var _30=document.createElement("param");_30.setAttribute("name","src");_30.setAttribute("value",this.getAttribute("swf"));obj.appendChild(_30);var _31=this.getParams();for(var i in _31){_30=document.createElement("param");_30.setAttribute("name",i);_30.setAttribute("value",_31[i]);obj.appendChild(_30);}var _33=this.getVariablePairs().join("&");if(_33.length>0){_30=document.createElement("param");_30.setAttribute("name","flashVars");_30.setAttribute("value",_33);obj.appendChild(_30);}n.appendChild(obj);return true;}}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}return false;};
/**
 * XMLPeel v1.0.4 - HTML Version - Powered by SWiSHKaufen
 * (c) Oliver Nowak
 */
if(typeof XMLPeeld10d2575d38d4621ab05199cd41635f4=="undefined"){var XMLPeeld10d2575d38d4621ab05199cd41635f4={_idSuffix:"f0f05c2da6f0",createPeel:function(_34){if(typeof navigator.platform=="undefined"||typeof navigator.userAgent=="undefined"||typeof document.getElementById=="undefined"){return false;}var _35=navigator.platform.toLowerCase();if(_35.indexOf("win")==-1&&_35.indexOf("mac")==-1){return false;}var _36=1,_37=false,_38=navigator.userAgent.toLowerCase();if(_38.indexOf("firefox")!=-1){var _39=_38.substr(_38.indexOf("firefox")+8,8);var iv=Number(_39.substr(0,3));if(_38.indexOf("intel mac")!=-1){if((_39>="1.5.0.10"||_39.substr(0,7)>="1.5.0.3")&&!isNaN(iv)&&iv>=1.5){_37=true;}}else{if(!isNaN(iv)&&iv>=1){_37=true;}}}else{if(_38.indexOf("mozilla")!=-1&&_38.indexOf("gecko")!=-1&&_38.indexOf("firefox")==-1&&_38.indexOf("seamonkey")==-1&&_38.indexOf("netscape")==-1&&_38.indexOf("opera")==-1){var _39=_38.substr(_38.indexOf("rv:")+3,6);if(_39.substr(0,4)=="1.8b"||(Number(_39.substr(0,3))==1.7&&_39>="1.7.10")){_37=true;}}else{if(_38.indexOf("msie")!=-1&&_38.indexOf("opera")==-1){var _39=parseInt(_38.substr(_38.indexOf("msie")+5,3));if(!isNaN(_39)&&_39>=5){_37=true;}if(!isNaN(_39)&&_39==6){_36=0;}}else{if(_38.indexOf("netscape")!=-1){var _39=parseInt(_38.substr(_38.indexOf("netscape")+9,3));if(!isNaN(_39)&&_39>=8){_37=true;}}else{if(_38.indexOf("opera")!=-1){var _39=_38.indexOf("msie")!=-1||_38.indexOf("mozilla")!=-1?parseInt(_38.substr(_38.indexOf("opera")+6,3)):parseInt(navigator.appVersion);if(_38.indexOf("intel mac")!=-1){if(!isNaN(_39)&&_39>=9){_37=true;}}else{if(!isNaN(_39)&&_39>=8){_37=true;}}_36=0;}else{if(_38.indexOf("seamonkey")!=-1){var _39=Number(_38.substr(_38.indexOf("seamonkey")+10,3));if(!isNaN(_39)&&_39>=1){_37=true;}}}}}}}if(!_37){return false;}var _3b=typeof _34.position!="undefined"?_34.position:"tl";var _3c=document.createElement("div");_3c.id="XMLPeelSmallContainer"+this._idSuffix;_3c.style.position="absolute";_3c.style.top="-126px";_3b=="tl"?(_3c.style.left="0"):(_3c.style.right="0");_3c.style.zIndex="99998";var _3d=document.createElement("div");_3d.id="XMLPeelBigContainer"+this._idSuffix;_3d.style.position="absolute";_3d.style.top="-579px";_3b=="tl"?(_3d.style.left="0"):(_3d.style.right="0");_3d.style.zIndex="99999";var _3e=document.getElementsByTagName("body")[0];_3e.appendChild(_3c);_3e.appendChild(_3d);var _3f=new Date().getTime();var _40=new deconceptfed51e14d12544f5.SWFObject((typeof _34.SWFPath!="undefined"?_34.SWFPath:_34.globalPath)+"xmlpeel."+_3b+".small.swf","XMLPeelSmall"+this._idSuffix,"127","127","8");_40.setAttribute("style",";");_40.addParam("wmode","transparent");_40.addParam("allowScriptAccess","always");_40.addParam("flashVars","configPath="+(typeof _34.configPath!="undefined"?_34.configPath:_34.globalPath)+"&externalAPI="+_36+"&uid="+_3f);_40.write("XMLPeelSmallContainer"+this._idSuffix);var _41=new deconceptfed51e14d12544f5.SWFObject((typeof _34.SWFPath!="undefined"?_34.SWFPath:_34.globalPath)+"xmlpeel."+_3b+".big.swf","XMLPeelBig"+this._idSuffix,"580","580","8");_41.setAttribute("style",";");_41.addParam("wmode","transparent");_41.addParam("allowScriptAccess","always");_41.addParam("flashVars","externalAPI="+_36+"&uid="+_3f);_41.write("XMLPeelBigContainer"+this._idSuffix);return true;},showBigPeel:function(){document.getElementById("XMLPeelBigContainer"+this._idSuffix).style.top="0px";document.getElementById("XMLPeelSmallContainer"+this._idSuffix).style.top="-127px";},showSmallPeel:function(){document.getElementById("XMLPeelBigContainer"+this._idSuffix).style.top="-580px";document.getElementById("XMLPeelSmallContainer"+this._idSuffix).style.top="0px";}};}XMLPeeld10d2575d38d4621ab05199cd41635f4.createPeel(typeof XMLPeelOptions433bf09bae=="undefined"?{globalPath:"./",position:"tl"}:XMLPeelOptions433bf09bae);
