var focus_width=620;//图片宽度
var focus_height=120;//图片高度
var text_height=0;//说明文字区域的高度，0为不显示说明文字
var border_color="#ffffff";//边框颜色，不能省略#号
var round_corner=1;//是否显示圆角，0为不显示，1为显示
var pics='/esale/logo_banner_01.jpg|/esale/logo_banner_03.jpg|/esale/logo_banner_02.jpg|/esale/logo_banner_04.jpg';//图片路径
var links='http://top.eppoo.com|http://oo.eppoo.com/space/default/blog_show.aspx?id=1698|/eppoo/zhuanti_invite.html|http://yezi.eppoo.com';//图片的链接
var texts='1|2|3|4';//说明文字
var swf_height = focus_height+text_height;
document.write('<div class=\"flashmoviebyGuo3\">');
document.write('<style>.flashmoviebyGuo3 span{font:normal 1px/1px \"Arial\";color:'+border_color+';background:'+border_color+';display:block;position:absolute;z-index:9999;over-flow:hidden}</style>');
document.write('<span style=\"height:1px;width:'+focus_width+'px\">&nbsp;</span><span style=\"height:'+swf_height+'px;width:1px;margin-left:'+(focus_width-1)+'px\">&nbsp;</span><span style=\"height:1px;width:'+focus_width+'px;margin-top:'+(swf_height-1)+'px\">&nbsp;</span><span style=\"height:'+swf_height+'px;width:1px;\">&nbsp;</span>');
if(round_corner==1){document.write('<span style=\"height:2px;width:3px\">&nbsp;</span><span style=\"height:2px;width:3px;margin-left:'+(focus_width-3)+'px\">&nbsp;</span><span style=\"height:2px;width:3px;margin-top:'+(swf_height-2)+'px\">&nbsp;</span><span style=\"height:2px;width:3px;margin-left:'+(focus_width-3)+'px;margin-top:'+(swf_height-2)+'px\">&nbsp;</span><span style=\"height:3px;width:2px\">&nbsp;</span><span style=\"height:3px;width:2px;margin-left:'+(focus_width-2)+'px\">&nbsp;</span><span style=\"height:3px;width:2px;margin-top:'+(swf_height-3)+'px\">&nbsp;</span><span style=\"height:3px;width:2px;margin-left:'+(focus_width-2)+'px;margin-top:'+(swf_height-3)+'px\">&nbsp;</span> ');}
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="eppoo/js/pic.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('<embed src="eppoo/js/pic.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#ffffff" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
document.write('</div>');
