﻿
var focus_width=295;
 var focus_height=250;
 var text_height=18;
 var swf_height = focus_height+text_height;
 var button_pos=4; //按扭位置 1左 2右 3上 4下
 var stop_time=3000; //图片停留时间(1000为1秒钟)
 var show_text=1; //是否显示文字标签 1显示 0不显示
 var txtcolor="ffffff"; //文字色
 var bgcolor="000000"; //背景色
 //
 var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5;
 var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5;
 var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext4+"|"+imgtext5;

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cabversion=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
 document.write('<param name="movie" value="flash/focus1.swf">');
 document.write('<param name="menu" value="false"><param name="wmode" value="opaque"><param name="align" value="T">');
 document.write('<param   name="wmode"   value="transparent">');
 document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">');
 document.write('<embed src="flash/focus1.swf" wmode="transparent"  FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&show_text='+show_text+'&txtcolor='+txtcolor+'&bgcolor='+bgcolor+'&button_pos='+button_pos+'&stop_time='+stop_time+'&textheight='+text_height+'" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
 //alert(texts);
 document.write('</object>');