﻿var focus_width = 610;
var focus_height = 359;
var text_height = 0;
var swf_height = focus_height + text_height;
var pics, links, texts;

texts = '' //将被替换的内容（切换图片的说明文字）
pics = '/Flash/2011/03/22/2011322.jpg|/Flash/2010/07/19/jingying.jpg|/Flash/2011/03/23/2011323.jpg|/Flash/2010/07/19/chuzhi.jpg|/Flash/2010/07/19/cz.jpg|' //将被替换的内容（切换图片的地址）
links = 'http://benz.bcnc.com.cn|http://benz.bcnc.com.cn|http://benz.bcnc.com.cn|http://www.bcnc.com.cn/MemberCenter.aspx?cid=17|http://www.bcnc.com.cn/Product.aspx?cid=62|' //将被替换的内容（链接地址）

pics = pics.substr(0, pics.length - 1);
links = links.substr(0, links.length - 1);
texts = texts.substr(0, texts.length - 1);

var fv = "pics=" + pics + "&links=" + links + "&texts=" + texts + "&borderwidth=" + focus_width + "&borderheight=" + focus_height + "&textheight=" + text_height;


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/pixviewer.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>');
