var focus_width=220;
var focus_height=180;
var text_height=20;
var swf_height = focus_height+text_height;
var pics='upimg/2010/1/12/20101121534459535378.jpg';
var links='/news/zsdt/20101/1215262016273179.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;
}