﻿// JavaScript Document

//详细信息页的切换广告框图片广告代码
<!-- 
var focus_width=977 //图片框的宽度 
var focus_height=139 //图片框的高度 
var text_height=20 //文字的高度 
var swf_height = focus_height+text_height //flash的高度 

var pics='/Adv/adv3.jpg|/Adv/adv4.jpg|/Adv/adv5.jpg|/Adv/adv6.jpg|/Adv/adv7.jpg|/Adv/adv8.jpg'//图片文件的的地址，以“|”为分界 
var links= 'http://www.51jwz.cn/UpdateWebsites.htm|http://www.51jwz.cn|Webdesign.htm|http://www.51hb.net|http://www.51hb.net|http://www.51jwz.cn/hd.htm'//文字连接的地址，以“|”分界，注意，这个变量是空的时候，就是没有连接哦 
var texts='新宇  完善的服务体系，稳定的网络环境，是企业用户的首选|英文cn域名  1元/年——新宇科技|专业才更有色彩 有实力更值信赖 网站建设的首选——新宇科技|中文com域名  70元/年——新宇科技|新宇数据  随心可欲——新宇科技|建企业网站特价  欢迎预定——新宇科技' //连接文字 

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="/Adv/AdvChange.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="/Adv/AdvChange.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="'+ focus_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />'); document.write('</object>'); 

//--> 

