function MutilSwf(C,A,B,D){this.id=C;this.width=A;this.height=B;this.textHeight=D;this.flashFile="/data/ad/swf/focus1.swf";this.show=ShowContent}function ShowContent(F,H,J){var G="";var A="";var I="";var C="";var E="|";for(var D=0;D<F.length;D++){if(D==F.length-1){E=""}A+=F[D]+E;I+=H[D]+E;C+=J[D]+E}var B="pics="+A+"&links="+I+"&texts="+C+"&borderwidth="+this.width+"&borderheight="+this.height+"&textheight="+this.textHeight;G+='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+this.width+'" height="'+this.height+'">';G+='<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="'+this.flashFile+'"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">';G+='<param name="menu" value="false"><param name=wmode value="opaque">';G+='<param name="FlashVars" value="'+B+'">';G+='<embed height="'+this.height+'" width="'+this.width+'" align="LT" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" bgcolor="#F0F0F0" scale="noscale" allowscriptaccess="sameDomain" menu="false" quality="high" name="mutil_play" type="application/x-shockwave-flash" flashvars="'+B+'" src="'+this.flashFile+'"/>';G+="</object>";document.getElementById(this.id).innerHTML=G};