// JavaScript Document function move_img() { if(window.ActiveXObject) { var speed1=1 var scroll_end = document.getElementById("scroll_end"); var scroll_div = document.getElementById("scroll_div"); scroll_end.innerHTML=scroll_begin.innerHTML function Marquee1(){ if(scroll_end.offsetWidth-scroll_div.scrollLeft<=0) scroll_div.scrollLeft-=scroll_begin.offsetWidth else{ scroll_div.scrollLeft++ } } var MyMar1=setInterval(Marquee1,speed1) scroll_div.onmouseover=function() {clearInterval(MyMar1)} scroll_div.onmouseout=function() {MyMar1=setInterval(Marquee1,speed1) } } else { document.getElementById("scroll_begin").innerHTML=""+document.getElementById("scroll_begin").innerHTML+"" } } function change_img() { var focus_width=358 var focus_height=210 var text_height=38 var swf_height = focus_height+text_height var pics="file:///C:/Documents%20and%20Settings/Administrator/桌面/IMG_3813副本.jpg|/ewebeditor/sysimage/file/doc.gif|/ewebeditor/UploadFile/2008103111922423.gif|http://kx.cqepc.com.cn/ewebeditor/UploadFile/2008103103950895.gif|http://img1.qq.com/tech/pics/13449/13449136.jpg";var links="throw.asp?id=50|throw.asp?id=43|throw.asp?id=40|throw.asp?id=38|throw.asp?id=36";var texts="重庆电专第九届素质杯专业技能竞赛初赛圆满结束|课题征集大赛调查内容文档|三大部门小型招聘会|第九届素质杯技能大赛活动通知|印度首颗探月卫星月船一号发射升空"; document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); } function marquee(x) { if(x=="up"){ document.write(''); }else if(x=="left") { document.write(''); } else if(x=="end") { document.write('') } }