var focus_width=180
var focus_height=125
var text_height=15
var swf_height = focus_height+text_height
         
var pics='FocusPic/FocusPic1.jpg|FocusPic/FocusPic2.jpg|FocusPic/FocusPic3.jpg|FocusPic/FocusPic4.jpg|FocusPic/FocusPic5.jpg|FocusPic/FocusPic6.jpg'
var links='http://www.qbg.com.cn/FocusPic/FocusPic1.jpg|http://www.qbg.com.cn/FocusPic/FocusPic2.jpg|http://www.qbg.com.cn/FocusPic/FocusPic3.jpg|http://www.qbg.com.cn/FocusPic/FocusPic4.jpg|http://www.qbg.com.cn/FocusPic/FocusPic5.jpg|http://www.qbg.com.cn/FocusPic/FocusPic6.jpg'
var texts='Exquisite A|Exquisite B|Exquisite C|Exquisite D|Exquisite E|Exquisite F'
         
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/focus.swf"><param name="quality" value="high"><param name="bgcolor" value="#FFFFFF">');
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>');