<!--#include file="include.asp"-->

		function LoginSubmit(){				
            document.login_Form.submit() ;
            return ;
        }
		
		var submenu=new Array()
		submenu[0]='<td width="100%" valign="middle"><a href="index.asp" target="_blank"><font color="#FFCC00">站点首页</font></a>　<font color="#eeeeee">|</a>　<a href="newslist.asp" target="_blank"><font color="#eeeeee">新闻动态</font></a>　<font color="#eeeeee">|</font>　<a href="about.asp" target="_blank"><font color="#eeeeee">景区概况</font></a>　<font color="#eeeeee">|</font>　<a href="/soft/" target="_blank"><font color="#eeeeee">景点介绍</font></a>　<font color="#eeeeee">|</font>　<a href="/Photo/" target="_blank"><font color="#eeeeee">招商合作</font></a>　<font color="#eeeeee">|</font>　<a href="/Business/" target="_blank"><font color="#eeeeee">行车路线</font></a>　<font color="#eeeeee">|</font>　<a href="/bbs/" target="_blank"><font color="#eeeeee">下载中心</font></a>　<font color="#eeeeee">|</font>　<a href="/guestbook/" target="_blank"><font color="#eeeeee">访客反馈</font></a></td>'

		submenu[1]=' 　'
		
		submenu[2]='<td width="100%" valign="middle"><a href="about.asp" target="_blank"><font color="#FFCC00">景区概况</font></a>　<font color="#eeeeee">|</a>　<a href="about.asp?id=5" target="_blank"><font color="#eeeeee">何家沟文化</font></a>　<font color="#eeeeee">|</font>　<a href="about.asp?id=7" target="_blank"><font color="#eeeeee">联系我们</font></a></td　'

		submenu[3]='<td width="100%" valign="middle"><a href="scenerylist.asp?sortid=1" target="_blank"><font color="#FFCC00">自然景观</font></a>　<font color="#eeeeee">|</a>　<a href="scenerylist.asp?sortid=2" target="_blank"><font color="#eeeeee">人文景观</font></a></td>　|</a>　<a href="scenerylist.asp?sortid=3" target="_blank"><font color="#eeeeee">活动项目</font></a></td>　'

		submenu[4]=' 　'

		submenu[5]=' '

		submenu[6]='<td width="100%" valign="middle"><a href="downlist.asp?sortid=1" target="_blank"><font color="#FFCC00">图片下载</font></a>　<font color="#eeeeee">|</a>　<a href="downlist.asp?sortid=2" target="_blank"><font color="#eeeeee">资料下载</font></a></td　'

		submenu[7]='　'

		submenu[8]='　'

		

	var menuobj=document.getElementById? document.getElementById("describe") : document.all? document.all.describe : document.layers? document.dep1.document.dep2 : ""

function showit(which){
clear_delayhide()
thecontent=(which==-1)? "" : submenu[which]
if (document.getElementById||document.all)
menuobj.innerHTML=thecontent
else if (document.layers){
menuobj.document.write(thecontent)
menuobj.document.close()
}
}

function resetit(e){
if (document.all&&!menuobj.contains(e.toElement))
delayhide=setTimeout("showit(-1)",delay_hide)
else if (document.getElementById&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhide=setTimeout("showit(-1)",delay_hide)
}

function clear_delayhide(){
if (window.delayhide)
clearTimeout(delayhide)
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}
