var selection0=new Array()
selection0[0]='<a href="http://www.szelite.com/aboutjh/directorate.htm" class=cn><font color=#FFFFFF>董事会寄语</font></a><br>'
selection0[1]='<a href="http://www.szelite.com/aboutjh/intro.htm" class=cn><font color=#FFFFFF>学校简介</font></a><br>'
var selection1=new Array()
selection1[0]='<a href="http://www.szelite.com/news/inform_show.asp" class=cn target="_blank"><font color=#FFFFFF>各种通知</font></a><br>'
selection1[1]='<a href="http://www.szelite.com/news/announce_show.asp" class=cn target="_blank"><font color=#FFFFFF>校园消息</font></a><br>'
selection1[2]='<a href="http://www.szelite.com/gongkai/index.htm" class=cn target="_blank"><font color=#FFFFFF>阳光工程</font></a><br>'
var selection2=new Array()
selection2[0]='<a href="http://www.szelite.com/living/e-info/e-info.htm" class=cn><font color=#FFFFFF>教育情报</font></a><br>'
selection2[1]='<a href="http://www.szelite.com/living/e-info/sayjh.htm" class=cn><font color=#FFFFFF>谈天说地话菁华</font></a><br>'
selection2[2]='<a href="http://www.szelite.com/living/clip/clip1.htm" class=cn><font color=#FFFFFF>生活剪影</font></a><br>'
var selection3=new Array()
selection3[0]='<a href="http://www.szelite.com/magazine/magazine.htm" class=cn><font color=#FFFFFF>校刊浏览</font></a><br>'
selection3[1]='<a href="http://www.szelite.com/xinli/index.htm" class=cn><font color=#FFFFFF>扬帆心海</font></a><br>'
var selection4=new Array()
selection4[0]='<a href="http://www.szelite.com/recruit/recruit.htm" class=cn><font color=#FFFFFF>网上招生</font></a><br>'
selection4[1]='<a href="http://www.szelite.com/recruit/want.htm" class=cn><font color=#FFFFFF>网上招聘</font></a><br>'

var zindex=100
function dropit2(whichone){
if (window.themenu&&themenu.id!=whichone.id)
themenu.style.visibility="hidden"
themenu=whichone
if (document.all){
themenu.style.left=document.body.scrollLeft+event.clientX-event.offsetX+1
themenu.style.top=document.body.scrollTop+event.clientY-event.offsetY+14
if (themenu.style.visibility=="hidden"){
themenu.style.visibility="visible"
themenu.style.zIndex=zindex++
}
else{
hidemenu()
}
}
}
function dropit(e,whichone){
if (window.themenu&&themenu.id!=eval(whichone).id)
themenu.visibility="hide"
themenu=eval(whichone)
if (themenu.visibility=="hide")
themenu.visibility="show"
else
themenu.visibility="hide"
themenu.zIndex++
themenu.left=e.pageX-e.layerX
themenu.top=e.pageY-e.layerY+16
return false
}
function hidemenu(whichone){
if (window.themenu)
themenu.style.visibility="hidden"
}
function hidemenu2(){
themenu.visibility="hide"
}
if (document.all)
document.body.onclick=hidemenu