background image

var imgAlt=new Array();

var adNum=0;

//

 

焦点字框高度样式表 开始

document.write(<style type="text/css">);

document.write(#focuseFrom{width:+(imgWidth+2)+;margin: 0px; 
padding:0px;height:+(imgHeight+textFromHeight)+px; 
overflow:hidden;});

document.write(#txtFrom{height:+textFromHeight+px;line-height:
+textFromHeight+px;width:+imgWidth+px;overflow:hidden;});

document.write(#imgTitle{width:+imgWidth+;top:-+
(textFromHeight+14)+px;height:18px});

document.write(</style>);

document.write(<div id="focuseFrom">);

//

 

焦点字框高度样式表 结束

 

 

imgUrls="<%=imgUrl%>";//获取后台 cs 代码的属性

imgtexts="<%=imgtext%>";

imgLinks="<%=imgLink%>";

imgAlts="<%=imgAlt%>";

 

imgUrl=imgUrls.split(",");

imgtext=imgUrls.split(",");

imgLink=imgUrls.split(",");

imgAlt=imgUrls.split(",");