function pic_show(){ var interval_time=5 //图片停顿时间,单位为秒,为0则停止自动切换 var focus_width=450 //宽度 var focus_height=300 //高度 var text_height=20 //标题高度 var text_align= 'center' //标题文字对齐方式(left、center、right) var swf_height = focus_height+text_height //相加之和最好是偶数,否则数字会出现模糊失真的问题 var pics= 'images/tpxw/tpxw_fm1.jpg|images/tpxw/tpxw_sjch1.jpg|images/tpxw/tpxw_xxl1.jpg|images/tpxw/tpxw_sjy1.jpg|images/tpxw/tpxw_sjyxb1.jpg|'; //图片地址 var links='http://tc.seu.edu.cn/articleshow.php?q=187|http://tc.seu.edu.cn/articleshow.php?q=188|http://tc.seu.edu.cn/articleshow.php?q=189|http://tc.seu.edu.cn/articleshow.php?q=190|http://tc.seu.edu.cn/articleshow.php?q=191|'; //相对于图片的链接地址 var texts='学院赴美参会|设计院回访|新西兰考察|设计院喜报|交通设计院喜报|'; //标题文字 var returnstr = ''; return returnstr; };