
var menu = new Array;
	menu[0] = "menu0";
	menu[1] = "menu1";
	menu[2] = "menu2";
	menu[3] = "menu3";
	menu[4] = "menu4";
	menu[5] = "menu5";
	menu[6] = "menu6";	

function showMenu(n){
	var obj = document.all(menu[n]);
	
	if(obj.style.visibility=="visible") return;

	obj.style.visibility="visible";

	for (i=0;i<7;i++){
		mObj = document.all(menu[i]);
		if (i!=n) mObj.style.visibility="hidden";
	}
}

function hideMenu(n) {
	var obj =document.all(menu[n])
	obj.style.visibility="hidden";
}
function hideAllMenu()
{
	for(i=0;i<7;i++)
		hideMenu(i);
}
document.write("<table width='50%' border=0 align=center  cellpadding=0 cellspacing=0 bordercolor='0'>")
document.write("  <tr height='31px'> ")
document.write("    <td valign='bottom'><a target='_parent'href='../index.asp'><img src='../images/m_1.gif' alt='首页' border=0></a></td>")
document.write("    <td valign='bottom'><a target='_parent'href='../kscz.asp' target='a'  onmouseover=showMenu(0) onMouseOut=hideMenu(0)><img src='../images/m_2.gif' alt='新闻公告' border='0'></a></td>")
document.write("    <td valign='bottom'><a target='_parent'href='../kscz_zwgk.asp' target='a' onmouseover=showMenu(5) onMouseOut=hideMenu(5)><img src='../images/m_3.gif' alt='政务公开' border='0'></a></td>")
document.write("    <td valign='bottom'><a target='_parent'href='../kscz_rdjj.asp' target='a' onmouseover=showMenu(1) onMouseOut=hideMenu(1)><img src='../images/m_4.gif' alt='热点聚焦' border='0'></a></td>")
document.write("    <td valign='bottom'><a target='_parent'href='../kscz_zcfg.asp' target='a' onmouseover=showMenu(2) onMouseOut=hideMenu(2)><img src='../images/m_5.gif' alt='政策法规' border='0'></a></td>")
document.write("    <td valign='bottom'><a target='_parent'href='../kscz_zxfw.asp' target='a' onmouseover=showMenu(3) onMouseOut=hideMenu(3)><img src='../images/m_6.gif' alt='在线服务' border='0'></a></td>")
document.write("    <td valign='bottom'><a target='_parent'href='../kscz_zczx.asp' target='a' onmouseover=showMenu(4) onMouseOut=hideMenu(4)><img src='../images/m_7.gif' alt='政策咨询' border='0'></a></td>")
document.write("    <td valign='bottom'><a target='_parent'href='../kscz_wsjd.asp' target='a' onmouseover=showMenu(6) onMouseOut=hideMenu(6)><img src='../images/m_8.gif' alt='制度建设' border='0'></a></td>")
document.write("  </tr>")
document.write("  <tr> ")
document.write("    <td valign='top'></td>")
//-----------------------------------------------------------------------------------------------------
//新闻公告
document.write("    <td align=left><iframe frameborder='0' scrolling='NO' id=menu0 onMouseOver=showMenu(0) style='Z-INDEX:2; VISIBILITY: hidden; POSITION: absolute; width: 220px; height: 20px' onMouseOut=hideMenu(0)></iframe>")
document.write("      </td>")

temp=""
temp+="        <table width='100%' border='0' cellpadding='0' cellspacing='0' style='border-bottom:#ffffff 0px solid;border-left:#ffffff 0px solid;border-right:#ffffff 0px solid;border-top:#ffffff 0px solid' bgcolor='#F7F9FB'>"
temp+="          <tr> "
temp+="            <td height='1' colspan='7' align='center' bgcolor='#227CD6'></td>"
temp+="          </tr>"
temp+="          <tr align='TOP'>"
temp+="            <td width='80'><a target='_parent'HREF='../kscz_czxw.asp'><img src='../images/icon13.gif' border='0'>&nbsp;财政新闻</A></td>"
temp+="            <td width='80'><a target='_parent'HREF='../kscz_czgg.asp'><img src='../images/icon13.gif' border='0'>&nbsp;财政公告</A></td>"        
temp+="          </tr>"
temp+="        </table>"

tempifrm=document.frames("menu0")
tempifrm.document.open("text/html","replace");
tempifrm.document.write("<html><head><link href='js/css.css' type=text/css rel=stylesheet><style type='text/css'>body,table {font-size:12px;}</style></head><body leftmargin='0' topmargin='0'>");
tempifrm.document.write(temp);
tempifrm.document.write("</body></html>");
tempifrm.document.close();
//-----------------------------------------------------------------------------------------------------------------
//政务公开
document.write("       <td align=left><iframe frameborder='0' scrolling='NO' id=menu5 onMouseOver=showMenu(5) style='Z-INDEX: 2; VISIBILITY:hidden; WIDTH: 300px; POSITION: absolute; HEIGHT: 20px' onMouseOut=hideMenu(5)></iframe>")
document.write("      </td>")

temp=""
temp+="        <table width='100%'  border='0' cellpadding='0' style='border-bottom:#ffffff 0px solid;border-left:#ffffff 0px solid;border-right:#ffffff 0px solid;border-top:#ffffff 0px solid' cellspacing='0' bgcolor='#F7F9FB'>"
temp+="          <tr> "
temp+="            <td height='1' colspan='7' align='center' bgcolor='#227CD6'></td>"
temp+="          </tr>"
temp+="          <tr align='TOP'>"
temp+="            <td height='27'><a target='_parent' href='../kscz_ldfg.asp'><img src='../images/icon13.gif' border='0'>&nbsp;领导分工</a></td>"
temp+="            <td><a target='_parent' href='../kscz_jgsz.asp'><img src='../images/icon13.gif' border='0'>&nbsp;机构设置</a></td>"
temp+="            <td><a target='_parent' href='../kscz_bszl.asp'><img src='../images/icon13.gif' border='0'> &nbsp;办事指南</a></td>"
temp+="            <td><a target='_parent' href='../kscz_fwcn.asp'><img src='../images/icon13.gif' border='0'>&nbsp;服务承诺</a></td>"
temp+="           "
temp+="          </tr>"
temp+="        </table>"

tempifrm=document.frames("menu5")
tempifrm.document.open("text/html","replace");
tempifrm.document.write("<html><head><link href='js/css.css' type=text/css rel=stylesheet><style type='text/css'>body,table {font-size:12px;}</style></head><body leftmargin='0' topmargin='0'>");
tempifrm.document.write(temp);
tempifrm.document.write("</body></html>");
tempifrm.document.close();
//--------------------------------------------------------------------------------------------------------------
//热点聚焦
document.write("    <td align=left><iframe frameborder='0' scrolling='NO' id=menu1 onMouseOver=showMenu(1) style='Z-INDEX:2;VISIBILITY:hidden;WIDTH:390px;POSITION:absolute;HEIGHT:20px' onMouseOut=hideMenu(1)></iframe></td>")

temp=""
temp+="        <table width='100%'  border='0' cellpadding='0' cellspacing='0' style='border-bottom:#FFFFFF 0px solid;border-left:#FFFFFF 0px solid;border-right:#FFFFFF 0px solid;border-top:#FFFFFF 0px solid' bgcolor='#F7F9FB'>"
temp+="          <tr> "
temp+="            <td height='1' colspan='7' align='center' bgcolor='#227CD6'></td>"
temp+="          </tr>"
temp+="		  <tr align='TOP'>"
temp+="            <td height='27'><a target='_parent'HREF='../kscz_bmys.asp'><img src='../images/icon13.gif' border='0'>&nbsp;部门预算</A></td>"
temp+="            <td><a target='_parent'HREF='../kscz_gkzf.asp'><img src='../images/icon13.gif' border='0'> &nbsp;国库支付</A> </td>"
temp+="            <td><a target='_parent'HREF='../kscz_fssr.asp'><img src='../images/icon13.gif' border='0'> &nbsp;非税收入</A></td>"
temp+="            <td><a target='_parent'HREF='../kscz_szflzc.asp'><img src='../images/icon13.gif' border='0'> &nbsp;收支分类政策</A> </td>"
temp+="            <td><a target='_parent'HREF='../kscz_jcgc.asp'><img src='../images/icon13.gif' border='0'> &nbsp;金财工程</A></td>"
temp+="            <td><a target='a'HREF='../rdjjbm.asp?owen1=0961511205075779&owen2=0961511205075779&owen3=治理小金库'><img src='../images/icon13.gif' border='0'> &nbsp;治理小金库</A></td>"
temp+="          </tr>"
temp+="        </table>"

tempifrm=document.frames("menu1")
tempifrm.document.open("text/html","replace");
tempifrm.document.write("<html><head><link href='js/css.css' type=text/css rel=stylesheet><style type='text/css'>body,table {font-size:12px;}</style></head><body leftmargin='0' topmargin='0'>");
tempifrm.document.write(temp);
tempifrm.document.write("</body></html>");
tempifrm.document.close();
//---------------------------------------------------------------------------------------------
//企业服务Z-INDEX: 2; VISIBILITY:hidden; WIDTH: 410px; POSITION: absolute; left;300px;top:219px;HEIGHT: 20px
document.write("<iframe frameborder='0' scrolling='NO' id=menu2 onMouseOver=showMenu(2) style='Z-INDEX: 2; VISIBILITY:hidden; WIDTH: 810px; POSITION: absolute; right;300px;top:219px;HEIGHT: 20px' onMouseOut=hideMenu(2)></iframe>")
temp=""
temp+="        <table width='100%'  border='0' cellpadding='0' cellspacing='0' style='border-bottom:#FFFFFF 0px solid;border-left:#FFFFFF 0px solid;border-right:#FFFFFF 0px solid;border-top:#FFFFFF 0px solid' bgcolor='#F7F9FB'>"
temp+="          <tr> "
temp+="            <td height='1' colspan='14' align='center' bgcolor='#227CD6'></td>"
temp+="          </tr>"
temp+="		  <tr align='TOP'>"
temp+="            <td height='27' width='500px'></td>"


temp+="            <td height='27'><a target='_parent'HREF='../kscz_ysgl_fl.asp'><img src='../images/icon13.gif' border='0'>&nbsp;法律</A></td>"
temp+="            <td><a target='_parent'HREF='../kscz_ysgl_fg.asp'><img src='../images/icon13.gif' border='0'> &nbsp;法规</font></A></td>"
temp+="            <td><a target='_parent'HREF='../kscz_ysgl_gz.asp'><img src='../images/icon13.gif' border='0'> &nbsp;规章</font></A></td>"
temp+="            <td><a target='_parent'HREF='../kscz_ysgl_gfxwj.asp'><img src='../images/icon13.gif' border='0'> &nbsp;规范性文件</A></td>"
temp+="            <td><a target='_parent'HREF='../kscz_ysgl_xzql.asp'><img src='../images/icon13.gif' border='0'> &nbsp;行政权力</A></td>"


temp+="          </tr>"
temp+="		</table>"

tempifrm=document.frames("menu2")
tempifrm.document.open("text/html","replace");
tempifrm.document.write("<html><head><link href='js/css.css' type=text/css rel=stylesheet><style type='text/css'>body,table {font-size:12px;}</style></head><body leftmargin='0' topmargin='0'>");
tempifrm.document.write(temp);
tempifrm.document.write("</body></html>");
tempifrm.document.close();
//----------------------------------------------------------------------------------------------------
//在线服务
document.write("    <td></td><td align=left><iframe frameborder='0' scrolling='NO' id=menu3 onMouseOver=showMenu(3) style='Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 200px; POSITION: absolute; HEIGHT: 20px' onMouseOut=hideMenu(3)></iframe> ")
temp=""
temp+="        <table width='100%' border='0' cellpadding='0' cellspacing='0' style='border-bottom:#FFFFFF 0px solid;border-left:#FFFFFF 0px solid;border-right:#FFFFFF 0px solid;border-top:#FFFFFF 0px solid' bgcolor='#F7F9FB'>"
temp+="          <tr> "
temp+="            <td height='1' colspan='8' align='center' bgcolor='#227CD6'></td>"
temp+="          </tr>"
temp+="		  <tr align='TOP'>"
temp+="         <td height='27'><a target='_parent'HREF='../kscz_kjzj.asp'><img src='../images/icon13.gif' border='0'>&nbsp;会计之家</A></td>"
temp+="            <td height='27'><a target='_parent'HREF='../kscz_kjpx.asp'><img src='../images/icon13.gif' border='0'>&nbsp;会计培训</A></td>"
temp+="            <td><a target='_parent'HREF='../kscz_xzzx.asp'><img src='../images/icon13.gif' border='0'> &nbsp;下载中心</A></td>"
temp+="          </tr>"
temp+="        </table>"

tempifrm=document.frames("menu3")
tempifrm.document.open("text/html","replace");
tempifrm.document.write("<html><head><link href='js/css.css' type=text/css rel=stylesheet><style type='text/css'>body,table {font-size:12px;}</style></head><body leftmargin='0' topmargin='0'>");
tempifrm.document.write(temp);
tempifrm.document.write("</body></html>");
tempifrm.document.close();
//----------------------------------------------------------------------------------------------------
//政策咨询
document.write("    <td align=left><iframe frameborder='0' scrolling='NO' id=menu4 onMouseOver=showMenu(4) style='Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 232px; POSITION: absolute; HEIGHT: 20px' onMouseOut=hideMenu(4)></iframe>")
temp=""
temp+="        <table width='100%'  border='0' cellpadding='0' cellspacing='0' style='border-bottom:#FFFFFF 0px solid;border-left:#FFFFFF 0px solid;border-right:#FFFFFF 0px solid;border-top:#FFFFFF 0px solid' bgcolor='#F7F9FB'>"
temp+="          <tr> "
temp+="            <td height='1' colspan='7' align='center' bgcolor='#227CD6'></td>"
temp+="          </tr>"
temp+="		  <tr align='TOP'> "
temp+="            <td height='27'><a target='_parent'HREF='../kscz_ywzx.asp'><img src='../images/icon13.gif' border='0'>&nbsp;业务咨询</A></td>"
temp+="            <td height='27'><a target='_parent'HREF='../kscz_cjwtjd.asp'><img src='../images/icon13.gif' border='0'>&nbsp;常见问题解答</A></td>"
temp+="            <td><a target='_parent'HREF='../kscz_dhzx.asp'><img src='../images/icon13.gif' border='0'> &nbsp;电话咨询</A></td>"
temp+="          </tr>"
temp+="        </table>"

tempifrm=document.frames("menu4")
tempifrm.document.open("text/html","replace");
tempifrm.document.write("<html><head><link href='js/css.css' type=text/css rel=stylesheet><style type='text/css'>body,table {font-size:12px;}</style></head><body leftmargin='0' topmargin='0'>");
tempifrm.document.write(temp);
tempifrm.document.write("</body></html>");
tempifrm.document.close();
//-------------------------------------------------------------------------------------------------

//网上监督
document.write("     <iframe frameborder='0' scrolling='NO' id=menu6 onMouseOver=showMenu(6) style='Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 230px; POSITION: absolute; HEIGHT: 20px;' onMouseOut=hideMenu(6)></iframe> ")
temp=""
temp+="        <table width='100%'  border='0' cellpadding='0' style='border-bottom:#FFFFFF 0px solid;border-left:#FFFFFF 0px solid;border-right:#FFFFFF 0px solid;border-top:#FFFFFF 0px solid' cellspacing='0' bgcolor='#F7F9FB'>"
temp+="          <tr> "
temp+="            <td height='1' colspan='7' ALIGH='CENTER' bgcolor='#227CD6'></td>"
temp+="          </tr>"
temp+="          <tr align='TOP'> "
temp+="            <td height='27'><a target='_parent'href='../kscz_lzzc.asp'><img src='../images/icon13.gif' border='0'>&nbsp;廉政之窗</a></td>"
temp+="            <td><a target='_parent'href='../kscz_jbdh.asp'><img src='../images/icon13.gif' border='0'> &nbsp;举报电话</a></td>"
//temp+="            <td height='27'><a target='_blank' href='http://www.ks.gov.cn/wsxf/jb.jsp'><img src='../images/icon13.gif' border='0'>&nbsp;网上举报</a></td>"
temp+="          </tr>"
temp+="        </table>"


tempifrm=document.frames("menu6")
tempifrm.document.write("<html><head><link href='js/css.css' type=text/css rel=stylesheet><style type='text/css'>body,table {font-size:12px;}</style></head><body leftmargin='0' topmargin='0'>");
tempifrm.document.write(temp);
tempifrm.document.write("</body></html>");
tempifrm.document.close();
//------------------------------------------------------------
document.write("      <td></td>")
document.write("      <td></td>")
document.write("    <td></td>")
document.write("    <td></td>")
document.write("  </tr>")
document.write("  </table>")

document.onclick=hideAllMenu;
//document.onmouseover=hideAllMenu;