var focus_width=280;
var focus_height=210;
var text_height=20;
var swf_height = focus_height+text_height;
var pics='upimg/2010/8/27/2010827121601175467.jpg|upimg/2010/8/20/20108201017453822634.jpg|upimg/2010/8/19/20108191554094926835.jpg|upimg/2010/8/12/20108121020073586790.jpg|upimg/2010/5/14/20105141012443438263.jpg';
var links='/news/20108/2712161304539646.html|/news/20108/201017628597004.html|/news/20108/1211191081645114.html|/news/20108/129591320620330.html|/news/20105/1410121971660650.html';
var texts='省海洋与渔业局赵利民局长到普陀视察调研|区委区政府安全生产工作专项督查组检查指导我局渔业安全生产工作|市局沈承宏局长调研我区海洋与渔业工作|我局积极开展“八一”建军节期间拥军拥属活动|区政协组织渔业界委员视察我区现代渔业基地建设';

function showIndexPics(){
var str='<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 +'">'
 +'<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="images/playswf.swf"><param name=wmode value=transparent><param name="quality" value="high">'
 +'<param name="menu" value="false"><param name=wmode value="opaque">'
 +'<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">'
 +'<embed src="images/playswf.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#DADADA" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'  
 +'</object>';
 document.getElementById("flashNav").innerHTML=str;
}