document.writeln("<STYLE type=text\/css>");
document.writeln(".sec1 {");
document.writeln("	CURSOR: hand;");
document.writeln("	COLOR: #ffffff;");
document.writeln("BORDER-");
document.writeln("");
document.writeln("BOTTOM: #ffffff 1px solid; 			border-top-width: 0px;");
document.writeln("	border-right-width: 0px;");
document.writeln("	border-bottom-width: 0px;");
document.writeln("	border-left-width: 0px;");
document.writeln("	border-top-style: none;");
document.writeln("	border-right-style: none;");
document.writeln("	border-bottom-style: none;");
document.writeln("	border-left-style: none;");
document.writeln("	font-weight: bold;");
document.writeln("	font-size: 14px;");
document.writeln("}");
document.writeln(".sec2 {");
document.writeln("	FONT-WEIGHT: bold;");
document.writeln("BORDER-");
document.writeln("");
document.writeln("LEFT: #ffffff 1px solid; 		CURSOR: hand;");
document.writeln("	COLOR: #FFCC00;");
document.writeln("	border-top-width: 0px;");
document.writeln("	border-right-width: 0px;");
document.writeln("	border-bottom-width: 0px;");
document.writeln("	border-left-width: 0px;");
document.writeln("	border-top-style: none;");
document.writeln("	border-right-style: none;");
document.writeln("	border-bottom-style: none;");
document.writeln("	border-left-style: none;");
document.writeln("	font-size: 14px;");
document.writeln("}");
document.writeln(".main_tab {");
document.writeln("BORDER-");
document.writeln("");
document.writeln("LEFT: #ffffff 1px solid;");
document.writeln("BORDER-");
document.writeln("");
document.writeln("BOTTOM: gray 1px solid;");
document.writeln("	border-top-width: 0px;");
document.writeln("	border-right-width: 0px;");
document.writeln("	border-bottom-width: 0px;");
document.writeln("	border-left-width: 0px;");
document.writeln("	font-size: 14px;");
document.writeln("}");
document.writeln(".sec3 {");
document.writeln("	CURSOR: hand;");
document.writeln("BORDER-");
document.writeln("");
document.writeln("BOTTOM: #ffffff 1px solid; 			border-top-width: 0px;");
document.writeln("	border-right-width: 0px;");
document.writeln("	border-bottom-width: 0px;");
document.writeln("	border-left-width: 0px;");
document.writeln("	border-top-style: none;");
document.writeln("	border-right-style: none;");
document.writeln("	border-bottom-style: none;");
document.writeln("	border-left-style: none;");
document.writeln("	font-weight: bold;");
document.writeln("	font-size: 14px;");
document.writeln("}");
document.writeln(".sec4 {");
document.writeln("	CURSOR: hand;");
document.writeln("BORDER-");
document.writeln("");
document.writeln("BOTTOM: #ffffff 1px solid; 				border-top-width: 0px;");
document.writeln("	border-right-width: 0px;");
document.writeln("	border-bottom-width: 0px;");
document.writeln("	border-left-width: 0px;");
document.writeln("	border-top-style: none;");
document.writeln("	border-right-style: none;");
document.writeln("	border-bottom-style: none;");
document.writeln("	border-left-style: none;");
document.writeln("	font-weight: bold;");
document.writeln("	font-size: 14px;");
document.writeln("	color: #ffffff;");
document.writeln("}");
document.writeln("<\/STYLE>");
document.writeln("<!--JavaScript-->");
document.writeln("            <SCRIPT language=javascript>");
document.writeln("     function secBoard(n)");
document.writeln("  {");
document.writeln("    for(i=0;i<secTable.cells.length;i++)");
document.writeln("      secTable.cells");
document.writeln("");
document.writeln("[i].className=\"sec1\";");
document.writeln("    secTable.cells[n].className=\"sec2\";");
document.writeln("    for(i=0;i<mainTable.tBodies.length;i++)");
document.writeln("      mainTable.tBodies");
document.writeln("");
document.writeln("[i].style.display=\"none\";");
document.writeln("    mainTable.tBodies");
document.writeln("");
document.writeln("[n].style.display=\"block\";");
document.writeln("  }");
document.writeln("      <\/SCRIPT>");
document.writeln("<!--HTML部分-->");
document.writeln("            <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.writeln("              <tr>");
document.writeln("              <TD width=206><IMG height=30 src=\"\/img/top02.jpg\" width=206 border=0></TD>");
document.writeln("                <td background=/img/top03.jpg ><TABLE width=100%  border=0 align=\"center\" cellPadding=0 cellSpacing=0 id=secTable>");
document.writeln("                  <TBODY>");
document.writeln("                    <TR align=middle height=20>");
document.writeln("                      <TD class=sec2 onMouseOver=secBoard(0)><div align=\"center\"><a href=\"\/\"><font color=\"#FFCC00\" class=sec2>网站首页<\/font><\/a><\/div><\/TD>");
document.writeln("                      <TD class=sec1 onMouseOver=secBoard(1)><div align=\"center\">机构介绍<\/div><\/TD>");
document.writeln("                      <TD class=sec1 onMouseOver=secBoard(2)><div align=\"center\">新闻动态<\/div><\/TD>");
document.writeln("                      <TD class=sec1 onMouseOver=secBoard(3)><div align=\"center\">政务公开<\/div><\/TD>");
document.writeln("                      <TD class=sec1 onMouseOver=secBoard(4)><div align=\"center\">网上办公<\/div><\/TD>");
document.writeln("                      <TD class=sec1 onMouseOver=secBoard(5)><div align=\"center\">政策法规<\/div><\/TD>");
document.writeln("                      <TD class=sec1 onMouseOver=secBoard(6)><div align=\"center\">健康教育<\/div><\/TD>");
document.writeln("                      <TD class=sec1 onMouseOver=secBoard(0)><div align=\"center\"><a href=\/NewsDir.asp?cataid=A0092><font class=sec1>专题专栏</font></a><\/div><\/TD>");
document.writeln("                      <TD class=sec1 onMouseOver=secBoard(0)><div align=\"center\"><a href=\/message><font class=sec1>在线留言</font></a><\/div><\/TD>");
document.writeln("                    <\/TR>");
document.writeln("                  <\/TBODY>");
document.writeln("                <\/TABLE><\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table>");
document.writeln("            <TABLE width=100% border=0 align=\"center\" cellPadding=0 cellSpacing=0 bgcolor=\"#a4ceff\" class=main_tab id=mainTable><!--1-->");
document.writeln("              <TBODY style=\"DISPLAY: block\">");
document.writeln("              <TR>");
document.writeln("                <TD vAlign=top align=middle><TABLE width=100% border=0 cellPadding=0 cellSpacing=0>");
document.writeln("                    <TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD><div align=\"center\"><\/div><\/TD>");
document.writeln("                    <\/TR><\/TBODY><\/TABLE><\/TD><\/TR><\/TBODY><!--1-->");
document.writeln("              <TBODY style=\"DISPLAY: none\">");
document.writeln("              <TR>");
document.writeln("                <TD align=middle vAlign=top><TABLE width=100% height=\"27\" border=0 cellPadding=0 cellSpacing=0>");
document.writeln("                    <TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD class=\"sec3\"><div align=\"center\"><a href=\/NewsView.asp?id=1865&cataid=A0080>机构职能<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00800004>局领导简介<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00800001>处室职能<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00800003>直属单位<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00800002>直属医院<\/a><\/div><\/TD>");
document.writeln("                <\/TR><\/TBODY><\/TABLE><\/TD>");
document.writeln("              <\/TR><\/TBODY><!--2-->");
document.writeln("              <TBODY style=\"DISPLAY: none\">");
document.writeln("              <TR>");
document.writeln("                <TD vAlign=top align=middle><TABLE width=100% height=\"27\" border=0 cellPadding=0 cellSpacing=0>");
document.writeln("                    <TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD class=\"sec3\"><div align=\"center\"><a href=\/NewsDir.asp?cataid=A00810004>通知公告<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00810001>工作动态<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00810002>卫生要闻<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00810003>县区动态<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00810005>疫情预警<\/a><\/div><\/TD>");
document.writeln("                    <\/TR><\/TBODY><\/TABLE><\/TD><\/TR><\/TBODY><!--3-->");
document.writeln("              <TBODY style=\"DISPLAY: none\">");
document.writeln("              <TR>");
document.writeln("                <TD vAlign=top align=middle><TABLE width=100% height=\"27\" border=0 cellPadding=0 cellSpacing=0>");
document.writeln("                    <TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD class=\"sec3\"><div align=\"center\"><a href=\/NewsDir.asp?cataid=A00820001>公文发布<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00820002>信阳市卫生信息<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00820003>统计数据公开<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00820004>卫生交流<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00820005>采购招标<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00820006>行风评议<\/a><\/div><\/TD>");
document.writeln("                    <\/TR><\/TBODY><\/TABLE><\/TD><\/TR><\/TBODY><!--4-->");
document.writeln("					<TBODY style=\"DISPLAY: none\">");
document.writeln("              <TR>");
document.writeln("                <TD vAlign=top align=middle><TABLE width=100% height=\"27\" border=0 cellPadding=0 cellSpacing=0>");
document.writeln("                    <TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD class=\"sec3\"><div align=\"center\"><a href=\/NewsDir.asp?cataid=A00830006>办事指南<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00830007>下载中心<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00830008>行政许可<\/a><\/div><\/TD>");
document.writeln("                    <\/TR><\/TBODY><\/TABLE><\/TD><\/TR><\/TBODY><!--5-->");
document.writeln("					<TBODY style=\"DISPLAY: none\">");
document.writeln("              <TR>");
document.writeln("                <TD vAlign=top align=middle><TABLE width=100% height=\"27\" border=0 cellPadding=0 cellSpacing=0>");
document.writeln("                    <TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD class=\"sec3\"><div align=\"center\"><a href=\/NewsDir.asp?cataid=A00840001>卫生法律<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00840002>行政法规<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00840003>地方性法规<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00840004>行政规章<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00840005>地方性规章<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00840006>规范性文件<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00840007>卫生应急预案<\/a><\/div><\/TD>");
document.writeln("                    <\/TR><\/TBODY><\/TABLE>");
document.writeln("<\/TD><\/TR><\/TBODY><!--6-->");
document.writeln("					<TBODY style=\"DISPLAY: none\">");
document.writeln("              <TR>");
document.writeln("                <TD vAlign=top align=middle><TABLE width=100% height=\"27\" border=0 cellPadding=0 cellSpacing=0>");
document.writeln("                    <TBODY>");
document.writeln("                    <TR>");
document.writeln("                      <TD class=\"sec3\"><div align=\"center\"><a href=\/NewsDir.asp?cataid=A00850005>慢性病知识<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00850006>传染病知识<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00850007>控烟戒烟<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00850008>健康饮食<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00850009>疾病预妨<\/a>&nbsp;&nbsp;&nbsp;&nbsp;<a href=\/NewsDir.asp?cataid=A00850010>中医中药<\/a><\/div><\/TD>");
document.writeln("                    <\/TR><\/TBODY><\/TABLE>");
document.writeln("<\/TD><\/TR><\/TBODY>");
document.writeln("<\/TABLE>");
