﻿
/*-------------网站首页5张切换图片-----------------*/
 
imgUrl1 = "1/SanTaiDianNaoCheng.jpg";
imgtext1 = "保定安新电脑城开业";
imgLink1 = "http://www.bfxd.com/shoesInfo/newsDetails.aspx?newsid=5433";

imgUrl2 = "1/bochuang_zp.jpg";
imgtext2 = "点击访问博创鞋业网站";
imgLink2 = "http://www.jinbochuang.cn";

imgUrl3 = "1/hengtongxieye.jpg";
imgtext3 = "亨通鞋业";
imgLink3 = "http://www.hengtongxieye.com/";

imgUrl4 = "1/lushenxiefu.jpg";
imgtext4 = "路神鞋服";
imgLink4 = "http://www.lsxieye.com/";

imgUrl5 = "1/SanTaiDianNaoCheng-.jpg";
imgtext5 = "三台电脑城";
imgLink5 = "http://www.bfxd.com";

var pics = imgUrl1 + "|" + imgUrl2 + "|" + imgUrl3 + "|" + imgUrl4 + "|" + imgUrl5
var links = imgLink1 + "|" + imgLink2 + "|" + imgLink3 + "|" + imgLink4 + "|" + imgLink5
var texts = imgtext1 + "|" + imgtext2 + "|" + imgtext3 + "|" + imgtext4 + "|" + imgUrl5

var focus_width = 411
var focus_height = 285
var text_height = 0
var swf_height = focus_height + 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/flash01.swf"><param name="quality" value="high"><param name="bgcolor" value="#F0F0F0">');
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="Images/flash01.swf" wmode="opaque" FlashVars="pics=' + pics + '&links=' + links + '&texts=' + texts + '&borderwidth=' + focus_width + '&borderheight=' + focus_height + '&textheight=' + text_height + '" menu="false" bgcolor="#F0F0F0" 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>');
