var focus_width=250
var focus_height=200
var text_height=22
var swf_height = focus_height+text_height

var pics = '/data/group/wonder4world/20070816/633228557471875000.jpg|/data/group/wonder4world/20070826/633237426179062500.jpg';
var links = 'http://wonder4world.bbs.pepo.cn/|http://wonder4world.bbs.pepo.cn/';
var texts = 'Wonder4Night|Fireflower';
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">')
document.write('<param name="movie" value="/page/share/control/pixviewer.swf">');
document.write('<param name="quality" value="high">')
document.write('<param name="bgcolor" value="#ffffff">');
document.write('<param name="menu" value="false">');
document.write('<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="/page/share/control/pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#F0EFEF" 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>');
