﻿var head_sss= '<div style="width:961px; height:86px;margin-top:30px" class="mar">\
<ul>\
      <li style="padding:0 0 0 50px;">\
       <img src="images/logo.gif" width="259" height="61" />\
    </li>\
  </ul>\
</div>\
<div style="width:961px; height:71px;" class="mar">\
  <div style="width:961px; height:38px;" class="flat_l">\
       <ul style="width:961px; height:38px;" class="flat_l">\
          <li style="width:102px; height:38px;" class="flat_l"><a href=""><img src="images/top_1.gif" /></a></li>\
          <li style="width:89px; height:38px;" class="flat_l"><a href=""><img src="images/top_2.gif" /></a></li>\
          <li style="width:127px; height:38px;" class="flat_l"><a href="" onmouseover="this.style.cursor=\'hand\';showren(\'1\')"><img src="images/top_3.gif" /></a></li>\
          <li style="width:122px; height:38px;" class="flat_l"><a href="" onmouseover="this.style.cursor=\'hand\';showren(\'2\')"><img src="images/top_4.gif" /></a></li>\
          <li style="width:117px; height:38px;" class="flat_l"><a href="" onmouseover="this.style.cursor=\'hand\';showren(\'3\')"><img src="images/top_5.gif" /></a></li>\
          <Li style="width:116px; height:38px;" class="flat_l"><a href="" onmouseover="this.style.cursor=\'hand\';showren(\'4\')"><img src="images/top_6.gif" /></a></Li>\
          <li style="width:124px; height:38px;" class="flat_l"><a href="" onmouseover="this.style.cursor=\'hand\';showren(\'5\')"><img src="images/top_7.gif" /></a></li>\
          <Li style="width:164px; height:38px;" class="flat_l"><a href="" onmouseover="this.style.cursor=\'hand\';showren(\'6\')"><img src="images/top_8.gif" /></a></Li>\
       </ul>\
  </div>\
  <div style="width:961px; height:33px;" class="flat_l">\
      <ul>\
        <li style="width:500px; height:20px; padding:10px 0 0 120px;">\
         <span  id="ren1"><a href="http://www.55it.com/fenxiao/wannianchang.html" target="_blank" style="text-decoration:none;color:#000000">万年场校区</a></span>\
         <span id="ren2" style="display:none"><a href="http://www.55it.com/fenxiao/longzhou.html" target="_blank" style="text-decoration:none;color:#000000">龙 舟 路 校 区</a> | <a href="http://www.55it.com/fenxiao/chuanda.html" target="_blank" style="text-decoration:none;color:#000000">川 大 校 区</a> | <a href="http://www.55it.com/fenxiao/gaosheng.html" target="_blank" style="text-decoration:none;color:#000000">高升桥校区</a></span>\
         <span id="ren3" style="display:none"><a href="http://www.55it.com/fenxiao/fuqin.html" target="_blank" style="text-decoration:none;color:#000000">抚 琴 校 区</a> | <a href="http://www.55it.com/fenxiao/chengwen.html" target="_blank" style="text-decoration:none;color:#000000">成温校区</a> | <a href="http://www.55it.com/fenxiao/shuangnan.html" target="_blank" style="text-decoration:none;color:#000000">双 楠 校 区</a> | <a href="http://www.55it.com/fenxiao/cuqiao.html" target="_blank" style="text-decoration:none;color:#000000">簇 桥 校 区</a></span>\
         <span id="ren4" style="display:none"><a href="http://www.55it.com/fenxiao/jiaoda.html" target="_blank" style="text-decoration:none;color:#000000">交 大 校 区</a> | <a href="http://www.55it.com/fenxiao/wukuaishi.html" target="_blank" style="text-decoration:none;color:#000000">五 块 石 校 区</a> | <a href="http://www.55it.com/fenxiao/liangjiaxiang.html" target="_blank" style="text-decoration:none;color:#000000">梁 家 巷 校 区</a> | <a href="http://www.55it.com/fenxiao/dafeng.html" target="_blank" style="text-decoration:none;color:#000000">大 丰 校 区</a></span>\
         <span id="ren5" style="display:none"><a href="http://www.55it.com/fenxiao/xiyan.html" target="_blank" style="text-decoration:none;color:#000000">西 延 校 区</a> | <a href="http://www.55it.com/fenxiao/xipu.html" target="_blank" style="text-decoration:none;color:#000000">犀 浦 校 区</a> | <a href="http://www.55it.com/fenxiao/zhonghechang.html" target="_blank" style="text-decoration:none;color:#000000">| 中 和 场 校 区 | <a href="http://www.55it.com/fenxiao/xuanhan.html" target="_blank" style="text-decoration:none;color:#000000">宣 汉 校 区</a></span>\
         <span id="ren6" style="display:none"><a href="http://www.55it.com/fenxiao/huayang.html" target="_blank" style="text-decoration:none;color:#000000">华 阳 校 区</a> | <a href="http://www.55it.com/fenxiao/jinhua.html" target="_blank" style="text-decoration:none;color:#000000">金 花 校 区</a> | <a href="http://www.55it.com/fenxiao/shuangliu.html" target="_blank" style="text-decoration:none;color:#000000">双 流 校 区</a></span>\
        </li>\
     </ul>\
   </div>\
</div>';
document.write(head_sss);
function showren(n){
		    for(var i=1;i<=6;i++){
		       if(i==n){
	         document.getElementById("ren"+n).style.display="";
	           }else{
	             document.getElementById("ren"+i).style.display="none";
	            }
		    }
		  }