function flowPlayerPlay(B,A,L,G,H){var K="{ showMenu: false, showVolumeSlider: false, showMuteVolumeButton: false, loop: true, autoRewind: true, initialScale: 'orig', useNativeFullScreen: true, useHwScaling: true, controlBarGloss: 'low', googleAnalyticsPrefix: 'flowplayer', controlBarBackgroundColor: 0x0F1619";if(typeof (H)==="undefined"){H=true}if(B.length>0){K=K+", playList: [ { overlayId: 'play' }";var I="";var J="";for(var F=0;F<B.length;F++){I=B[F];J=I.split("/");J=J[J.length-1];K=K+", { url: '"+I+"', name: '"+J+"' }"}if(B.length===1){K=K+", { url: '"+I+"', name: '"+J+"' }"}K=K+" ] "}if(!H){K=K+", autoPlay: false, autoBuffering: false"}K=K+" } ";var E={};var C={config:K};var D={allowscriptaccess:"sameDomain",allowfullscreen:"true",menu:"false",bgcolor:"#000000",wmode:"transparent"};swfobject.embedSWF("/swf/FlowPlayerDark.swf",G,A,L,"9.0.0","/swf/expressInstall.swf",C,D,E)}function playFLV(L,K,D,B,E,F){var G="";var I="/flv/"+L+"/"+K+"/";var J=L+"_"+K+"_"+D+"_"+B;var H=G+I+J+".flv";var A=0;var M=0;if(L=="wbcm"){switch(B){case"l":A=640;M=360;break;case"p":A=360;M=640;break;case"s":A=180;M=506;break}}else{A=(B=="l")?480:270;M=(B=="l")?270:480}var C=[];C[0]=H;flowPlayerPlay(C,A+10,10+29+M,E,F)};