
// 宽度
var focus_width=560;
// 高度
var focus_height=250;
//文字高度
var text_height=0;

var swf_height = focus_height+text_height;
var pics='http://www.netzstr.de/flashpro/flash/image/1253651518.jpg|http://www.netzstr.de/flashpro/flash/image/1253651499.jpg|http://www.netzstr.de/flashpro/flash/image/1253885656.jpg';
var links='http://www.netzstr.de/Modeschmuck/Halsketten|http://www.netzstr.de/Deko|http://www.netzstr.de/Kerzenhalter';
var texts='Schmuck|Keramik Figur - Tang-Pferd';
var flash = '';
flash+= '<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 +'">';
flash+= '<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://www.netzstr.de/flashpro/flash/po1.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">';
flash+= '<param name="menu" value="false"><param name="wmode" value="opaque">';
flash+= '<param name="FlashVars" value="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'">';
flash+= '<embed src="http://www.netzstr.de/flashpro/flash/po1.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" quality="high" width="'+ focus_width +'" height="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
flash+= '</object>';
document.write(flash);
