var focus_width=760
 var focus_height=240
 var text_height=0
 var swf_height = focus_height+text_height
 
 var pics='images/banner.jpg|images/tu1.jpg|images/tu2.jpg'

 var links='#|#|#'
 var texts=' '
 document.write('<object data="swf/playswf.swf" type="application/x-shockwave-flash" width="'+ focus_width +'" height="'+ swf_height +'">');
 document.write('<param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="swf/playswf.swf" /><param name="wmode" value="transparent" /><param name="quality" value="high" />');
 document.write('<param name="menu" value="false"><param name="wmode" value="opaque" />');
 document.write('<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" />');
 document.write('</object>');