﻿var mtype=[".avi.mp3",".qt.mov.mpg.mpeg.mpe.mp4.aiff",".wmv.wma.asf",".swf.flv",".divx.xvid"],cheight=[0,16,64,0,20],audio=".mp3.wav.wma.aiff.mid.rm.ram";function addParam(b,a){return '<param name="'+b+'" value="'+a+'" />\n'}function embedMovie(a,d,b,e,h,g){var c=navigator.appName.indexOf("Explorer")!=-1,f=a.substr(a.lastIndexOf(".")).toLowerCase(),j=audio.indexOf(f)!=-1;for(i=0;i<mtype.length;i++)if(mtype[i].indexOf(f)!=-1)break;if(i==0)i=navigator.userAgent.indexOf("Macintosh")!=-1?1:2;if(!g&&audio.indexOf(f)!=-1)b=0;if(h)d=b=0;else b+=i<mtype.length?cheight[i]:45;switch(i){case 1:if(c){document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" ');document.write('codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" ')}else document.write('<object type="video/quicktime" data="'+a+'"');document.write(' width="'+d+'" height="'+b+'" id="QuickTimePlayer">\n');document.write(addParam("src",a));document.write(addParam("autoplay",e));document.write(addParam("bgcolor","black"));if(g)document.write(addParam("scale","tofit"));document.write("</object>\n");break;case 2:if(a.indexOf("/")==-1)a="./"+a;if(c)document.write('<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" ');else document.write('<object type="video/x-ms-wmv" data="'+a+'" ');document.write('width="'+d+'" height="'+b+'" id="MediaPlayer">\n');if(c)document.write(addParam("URL",a));document.write(addParam("src",a));document.write(addParam("AutoStart",e?"1":"0"));if(g)document.write(addParam("StretchToFit","1"));document.write(addParam(c?"ShowControls":"Controller","1"));document.write("</object>\n");break;case 3:if(c){document.write('<object classid="CLSID:D27CDB6E-AE6D-11CF-96B8-444553540000" ');document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" ')}else document.write('<object type="application/x-shockwave-flash" data="'+a+'" ');document.write('width="'+d+'" height="'+b+'" id="FlashPlayer" align="middle" />\n');if(f.charAt(1)=="f")document.write(addParam("movie",a+"&autoStart="+e));else document.write(addParam("movie",a));document.write(addParam("allowScriptAccess","sameDomain"));document.write(addParam("quality","high"));document.write("</object>\n");break;case 4:if(c){document.write('<object classid="CLSID:67DABFBF-D0AB-41fa-9C46-CC0F21721616" ');document.write('codebase="http://go.divx.com/plugin/DivXBrowserPlugin.cab" ')}else document.write('<object type="video/divx" data="'+a+'" ');document.write('width="'+d+'" height="'+b+'" pluginspage="http://go.divx.com/plugin/download/" id="DivxPlayer">\n');document.write(addParam("mode","zero"));document.write(addParam("autoPlay",e));document.write(addParam("allowContextMenu","false"));if(a.charAt(0)=="."||a.charAt(0)=="/"||a.indexOf("http:")==0)document.write(addParam("src",a));else document.write(addParam("src","./"+a));document.write("</object>\n");break;default:document.write('<embed src="'+a+'" autostart="'+e+'" width="'+d+'" height="'+b+'" loop="false"></embed>')}}