document.writeln("<style type=\"text/css\">");
document.writeln("/* 固定底（顶）部菜单 */");
document.writeln(".bnav{");
document.writeln("	background:url(http://www.gongxue120.cn/template/images/010.gif) no-repeat 0px 0px; width:1000px; height:48px; overflow:hidden; line-height:48px; margin-left:-500px; z-index:999; position:fixed; bottom:0px; left:50%; _position:absolute;/* for IE6 */_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ overflow:visible;");
document.writeln("}");
document.writeln(".bnav2{");
document.writeln("	height:48px; line-height:48px; margin:1px;");
document.writeln("}");
document.writeln(".bnav2 .fdqq{");
document.writeln("	display:block; float:right; margin-right:15px; margin-top:8px;");
document.writeln("}");
document.writeln(".bnav2 .fdhz{");
document.writeln("	display:block; float:right; margin-right:15px; margin-top:8px;");
document.writeln("}");
document.writeln(".bnav2 .fdlc{");
document.writeln("	display:block; float:right; margin-right:30px; margin-top:13px;");
document.writeln("}");
document.writeln(".close{");
document.writeln("	position:absolute; right:7px; top:13px; height:24px; width:23px; text-indent:-9999px; padding-left:10px;");
document.writeln("}");
document.writeln(".close a{");
document.writeln("	background:url(http://www.gongxue120.cn/template/images/close.gif) no-repeat center; width:23px; height:24px; display:block; margin:0px;");
document.writeln("}");
document.writeln(".bnav3{");
document.writeln("	height:38px;width:20px;line-height:38px; margin:0 1%; padding-right:6px;border-bottom:none;z-index:999;position:fixed;bottom:0;right:0;_position:absolute;/* for IE6 */_top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); /* for IE6 */ overflow:visible;");
document.writeln("}");
document.writeln(".bnav3 a{");
document.writeln("	background:url(http://www.gongxue120.cn/template/images/open.gif) no-repeat center; display:block;height:38px;width:20px; text-indent:-5000px;");
document.writeln("}");
document.writeln(".hidden{");
document.writeln("	display:none;");
document.writeln("}");
document.writeln(".open{");
document.writeln("	display:block; margin:0px;");
document.writeln("}");
document.writeln("</style>");
document.writeln("");
document.writeln("<script language=\"javascript\" type=\"text/javascript\">");
document.writeln("function closeNav()");
document.writeln("{	");
document.writeln("    var guanbi=document.getElementById(\"openclose\");");
document.writeln("    var xianshi=document.getElementById(\"show\");");
document.writeln("	guanbi.className=\"hidden\";");
document.writeln("	xianshi.style.display=\"block\";");
document.writeln("}");
document.writeln("function showNav()");
document.writeln("{");
document.writeln("	var guanbi=document.getElementById(\"openclose\");");
document.writeln("    var xianshi=document.getElementById(\"show\");");
document.writeln("	xianshi.style.display=\"none\";");
document.writeln("	guanbi.className=\"bnav\";");
document.writeln("}");
document.writeln("</script>");
document.writeln("");
document.writeln("<div class=\"bnav\" id=\"openclose\">");
document.writeln("<div class=\"bnav2\">");
document.writeln("<a href=\"http://www.nfmst.cn/lx.html\" class=\"fdlc\" target=\"_blank\"><img src=\"http://www.gongxue120.cn/template/images/fd_lc.gif\" width=\"183\" height=\"28\" border=\"0\" /></a>");
document.writeln("");
document.writeln("<a href=\"http://wpa.qq.com/msgrd?V=1&Uin=471155623&Site=联盟中医妇科&Menu=yes\" rel=\"nofollow\" class=\"fdqq\" target=\"_blank\"><img src=\"http://www.gongxue120.cn/template/images/fd_qq.gif\" width=\"132\" height=\"32\" border=\"0\" /></a>");
document.writeln("");
document.writeln("<a href=\"http://www.nfmst.cn/fkbl/\" class=\"fdhz\" target=\"_blank\"><img src=\"http://www.gongxue120.cn/template/images/fd_hz.gif\" width=\"132\" height=\"32\" border=\"0\" /></a>");
document.writeln("");
document.writeln("<span class=\"close\"><a href=\"javascript:void(0)\" onclick=\"closeNav()\" title=\"关闭\">关闭</a></span>");
document.writeln("");
document.writeln("</div>");
document.writeln("</div>");
document.writeln("");
document.writeln("<div class=\"bnav3\" id=\"show\" style=\"display:none;\"><a href=\"javascript:void(0)\" onclick=\"showNav()\" title=\"打开\">打开</a></div>");

