function flashObject(pics,links){
  
var focus_width=760;//圖片寬度530
var focus_height=210;//圖片高度210
var text_height=0;
var swf_height = focus_height+text_height;
      
//var pics="adv_middle_pic/1.jpg|adv_middle_pic/2.jpg|adv_middle_pic/3.jpg|adv_middle_pic/4.jpg|adv_middle_pic/5.jpg|adv_middle_pic/6.jpg|adv_middle_pic/7.jpg|adv_middle_pic/8.jpg|adv_middle_pic/9.jpg|adv_middle_pic/10.jpg|adv_middle_pic/11.jpg|adv_middle_pic/12.jpg|adv_middle_pic/13.jpg|adv_middle_pic/14.jpg"; //鏈接圖片
//var links="http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05";//鏈接網址
var texts='';//鏈接文本說明
      
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="adv_middle_pic/autoflash.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('<embed src="images/autoflash.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>'); 
}

function posterflashObject(pics,links){
  
var focus_width=250;//圖片寬度
var focus_height=350;//圖片高度
var text_height=0;
var swf_height = focus_height+text_height;
      
//var pics="adv_middle_pic/1.jpg|adv_middle_pic/2.jpg|adv_middle_pic/3.jpg|adv_middle_pic/4.jpg|adv_middle_pic/5.jpg"; //鏈接圖片
//var links="http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05|http://www.ntua.edu.tw/%7Ed05";//鏈接網址
var texts='';//鏈接文本說明
      
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+ focus_width +'" height="'+ swf_height +'">');
document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="adv_middle_pic/autoflash.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('<embed src="images/autoflash.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>'); 
}
