// JavaScript Document 
imgUrl1="/images/flashimage/image1.jpg"; /**图片路径**/ 
imgtext1="白丽人品牌" /**图片标题**/ 
imgLink1=escape("http://www.bailiren.com/jm/?indeximg"); /**图片链接**/ 
imgUrl2="/images/flashimage/image2.jpg"; 
imgtext2="白丽人品牌" 
imgLink2=escape("http://www.bailiren.com/shop/"); 
imgUrl3="/images/flashimage/image3.jpg"; 
imgtext3="白丽人品牌" 
imgLink3=escape("http://www.bailiren.com/shop/");
imgUrl4="/images/flashimage/image4.jpg"; 
imgtext4="白丽人品牌" 
imgLink4=escape("http://www.bailiren.com/shop/");
imgUrl5="/images/flashimage/image5.jpg"; 
imgtext5="白丽人品牌" 
imgLink5=escape("http://www.bailiren.com/shop/");
imgUrl6="/images/flashimage/image6.jpg"; 
imgtext6="白丽人品牌" 
imgLink6=escape("http://www.bailiren.com/shop/");

var focus_width=660/**flash宽度**/ 
var focus_height=254 /**图片高度**/ 
var text_height=0 /**标题高度**/ 
var swf_height = focus_height+text_height 

var pics=imgUrl1+"|"+imgUrl2+"|"+imgUrl3+"|"+imgUrl4+"|"+imgUrl5+"|"+imgUrl6
var links=imgLink1+"|"+imgLink2+"|"+imgLink3+"|"+imgLink4+"|"+imgLink5+"|"+imgLink6
var texts=imgtext1+"|"+imgtext2+"|"+imgtext3+"|"+imgtext5+"|"+imgtext5+"|"+imgtext6

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="/images/flashimage/pixviewer.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">'); 
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/flashimage/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#F0F0F0" quality="high" width="'+ focus_width +'" height="'+ focus_height +'"allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>');  