	// JavaScript Document
function sh_menu(x)
{
	var i=0;
	var space='&nbsp;';
//	while(i<x)
//	{
//		space+='&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;';
//		i++;
//	}
	switch(x)
	{
		case 0://其它
			menu.innerHTML='<div style="font-size:12px;">'+space+space+'<img src="/skin/qyjy2009/gg_item.gif" border=0>'+space+'您现在的位置： <A  href="/">青羊教育网</a> >> 首页</div>';
			break;
		case 1://教育概况
			menu.innerHTML='<div style="MARGIN-TOP: 0px; MARGIN-LEFT: 190px; font-size:12px;">'+space+'<A style="color:#555555;" href="/jygk/showclass.asp?classid=26">教育概览</A> <A style="color:#555555;" href="/jygk/showclass.asp?classid=61">组织机构</A> <A style="color:#555555;" href="/jygk/showclass.asp?classid=27">各类学校</A> <A style="color:#555555;" href="/jygk/showclass.asp?classid=28">教师风采</A> <A style="color:#555555;" href="/jygk/showclass.asp?classid=62">荣 誉 榜</A></div>';
			break;
		case 2://新闻
			menu.innerHTML='<div style="MARGIN-TOP: 0px; MARGIN-LEFT: 280px; font-size:12px;">'+space+'<A style="color:#555555;" href="/jyxw/showclass.asp?classid=1">新闻快讯</A> <A style="color:#555555;" href="/jyxw/showclass.asp?classid=2">业务动态</A></div>';
			break;
		case 3://青羊学校
			menu.innerHTML='<div style="MARGIN-TOP: 0px; MARGIN-LEFT: 370px; font-size:12px;">'+space+'<A style="color:#555555;" href="/jygk/showclass.asp?classid=33">小学</A> <A style="color:#555555;" href="/jygk/showclass.asp?classid=34">中学</A> <A style="color:#555555;" href="/jygk/showclass.asp?classid=32">幼儿园</A> <A style="color:#555555;" href="/jygk/showclass.asp?classid=130">民办教育</A></div>';
			break;
		case 4://政务公开
			menu.innerHTML='<div style="MARGIN-TOP: 0px; MARGIN-LEFT: 280px; font-size:12px;">'+space+'<A style="color:#555555;" href="/zwgk/showclass.asp?classid=63">小学教育</A> <A style="color:#555555;" href="/zwgk/showclass.asp?classid=64">中学教育</A> <A style="color:#555555;" href="/zwgk/showclass.asp?classid=65">成职幼教</A> <A style="color:#555555;" href="/zwgk/showclass.asp?classid=66">民办教育</A> <A style="color:#555555;" href="/zwgk/showclass.asp?classid=67">招考信息</A> <A style="color:#555555;" href="/zwgk/showclass.asp?classid=68">人事信息</A> <A style="color:#555555;" href="/zwgk/showclass.asp?classid=124">党团工作</A> <A style="color:#555555;" href="/zwgk/showclass.asp?classid=131">行政事务</A> <A style="color:#555555;" href="/zwgk/showclass.asp?classid=136">纪检监察</A> <A style="color:#555555;" href="/zwgk/showclass.asp?classid=141">教育督导</A> </div>';
			break;
		case 5://教育研培
			menu.innerHTML='<div style="MARGIN-TOP: 0px; MARGIN-LEFT: 550px; font-size:12px;">'+space+'<A style="color:#555555;" href="/qyac/showclass.asp?classid=93">学科教研</A> <A style="color:#555555;" href="/qyac/showclass.asp?classid=94">教育科研</A> <A style="color:#555555;" href="/qyac/showclass.asp?classid=95">继续教育</A> <A style="color:#555555;" href="/qyac/showclass.asp?classid=96">教育学会</A> <A style="color:#555555;" href="/qyac/showclass.asp?classid=97">信息技术</A></div>';
			break;
		case 6://办公平台
			menu.innerHTML='<div style="font-size:12px;">'+space+space+'<img src="/skin/qyjy2009/gg_item.gif" border=0>'+space+'您现在的位置： <A  href="/">青羊教育网</a> >> 首页</div>';
			break;
	}
}
