document.writeln("<STYLE type=text\/css> ");
document.writeln("        * { ");
document.writeln("            padding:0; ");
document.writeln("            margin:0; ");
document.writeln("        } ");
document.writeln("        body { ");
document.writeln("            font-family:verdana, sans-serif; ");
document.writeln("            font-size:small; ");
document.writeln("        } ");
document.writeln("        #navigation, #navigation li ul { ");
document.writeln("            list-style-type:none; ");
document.writeln("        } ");
document.writeln("        #navigation { ");
document.writeln("            margin:0px; ");
document.writeln("        } ");
document.writeln("        #navigation li {");
document.writeln("			float:left;");
document.writeln("			text-align:center;");
document.writeln("			position:relative;");
document.writeln("			visibility:visible;");
document.writeln("        } ");
document.writeln("		#navigation li {");
document.writeln("			float:left;");
document.writeln("			text-align:center;");
document.writeln("			position:relative;");
document.writeln("			visibility:visible; ");
document.writeln("        } ");
document.writeln("        #navigation li a:link, #navigation li a:visited { ");
document.writeln("            display:block; ");
document.writeln("            text-decoration:none; ");
document.writeln("            color:#fff; ");
document.writeln("            width:76px; ");
document.writeln("            height:25px; ");
document.writeln("            line-height:25px; ");
document.writeln("            border:1px solid #fff; ");
document.writeln("            border-width:0 1px 1px 0; ");
document.writeln("            background:#cd0e04; ");
document.writeln("            padding-left:5px; ");
document.writeln("        }");
document.writeln("        #navigation li a:hover { ");
document.writeln("            color:#fff; ");
document.writeln("            background:#cd0e04; ");
document.writeln("        } ");
document.writeln("        #navigation li ul li a:hover { ");
document.writeln("            color:#fff; ");
document.writeln("            background:#cd0e04; ");
document.writeln("        } ");
document.writeln("        #navigation li ul { ");
document.writeln("            display:none; ");
document.writeln("            position:absolute; ");
document.writeln("            top:25px; ");
document.writeln("            left:0; ");
document.writeln("            margin-top:1px; ");
document.writeln("            width:76px; ");
document.writeln("        } ");
document.writeln("        #navigation li ul li ul { ");
document.writeln("            display:none; ");
document.writeln("            position:absolute; ");
document.writeln("            top:0px; ");
document.writeln("            left:81px; ");
document.writeln("            margin-top:0; ");
document.writeln("            margin-left:1px; ");
document.writeln("            width:76px; ");
document.writeln("        } ");
document.writeln("    <\/STYLE>");
document.writeln("");
document.writeln("<SCRIPT type=text\/javascript> ");
document.writeln("        function displaySubMenu(li) { ");
document.writeln("            var subMenu = li.getElementsByTagName(\"ul\")[0]; ");
document.writeln("            subMenu.style.display = \"block\"; ");
document.writeln("        } ");
document.writeln("        function hideSubMenu(li) { ");
document.writeln("            var subMenu = li.getElementsByTagName(\"ul\")[0]; ");
document.writeln("            subMenu.style.display = \"none\"; ");
document.writeln("        } ");
document.writeln("    <\/SCRIPT>");
document.writeln("");
document.writeln("<DIV id=navigation>");
document.writeln("<UL>");
document.writeln("<LI id=two><A href=\"http:\/\/www.zjb.org.cn\/\">首页<\/A> <\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"#\">中心简介<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col461\/index.html\">中心简介<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/art\/2008\/9\/9\/art_306_381.html\">中心精神<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col86\/index.html\">领导致辞<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/art\/2008\/9\/18\/art_185_21.html\">领导介绍<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col88\/index.html\">组织机构<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col87\/index.html\">中心业务<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col90\/index.html\">质量体系<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col91\/index.html\">大事记<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col92\/index.html\">中心荣誉<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col93\/index.html\">宣传图库<\/A><\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"\/col\/col25\/index.html\">信息公开<\/A> ");
document.writeln("<UL>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"\/col\/col27\/index.html\">新闻动态<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col27\/index.html\">中心动态<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col28\/index.html\">行业动态<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col183\/index.html\">视频新闻<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col29\/index.html\">图片新闻<\/A><\/LI><\/UL><\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col381\/index.html\">通知公告<\/A><\/I> <\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"\/col\/col33\/index.html\">政策法规<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"\/col\/col401\/index.html\">业务类<\/A> <\/LI>");
document.writeln("<LI><A href=\"\/col\/col541\/index.html\">行政类<\/A><\/LI><\/UL><\/LI>");
document.writeln("<LI><A href=\"\/col\/col487\/index.html\">事务公开<\/A> <\/LI>");
document.writeln("<LI><A href=\"\/col\/col488\/index.html\">人事信息<\/A> <\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"\/col\/col490\/index.html\">应急管理<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"\/col\/col490\/index.html\">应急预案<\/A> <\/LI>");
document.writeln("<LI><A href=\"\/col\/col491\/index.html\">应急动态<\/A> <\/LI>");
document.writeln("<LI><A href=\"\/col\/col492\/index.html\">血情信息<\/A><\/LI><\/UL><\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"http:\/\/www.zjb.org.cn\/col\/col50\/index.html\">党群建设<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col50\/index.html\">党群工作<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col51\/index.html\">党内文件<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col52\/index.html\">党课参考<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col54\/index.html\">纪检工作<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/art\/2008\/8\/28\/art_162_217.html\">工会工作<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col55\/index.html\">共青团工作<\/A> <\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"http:\/\/www.zjb.org.cn\/col\/col43\/index.html\">专题专栏<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col43\/index.html\">骨髓捐献<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col44\/index.html\">脐血库专区<\/A> <\/LI>");
document.writeln("<LI><A href=\"\/col\/col493\/index.html\">专题活动信息<\/A> <\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"http:\/\/www.zjb.org.cn\/col\/col95\/index.html\">浙江输血<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col95\/index.html\">协会简介<\/A> <\/LI>");
document.writeln("<LI><A href=\"\/col\/col484\/index.html\">协会文件<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col96\/index.html\">协会动态<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col97\/index.html\">各地血站<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col142\/index.html\">《浙江输血》<\/A> <\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"http:\/\/www.zjb.org.cn\/col\/col98\/index.html\">学习园地<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col98\/index.html\">血液译苑<\/A><\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"http:\/\/www.zjb.org.cn\/col\/col401\/index.html\">献血科普<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col167\/index.html\">血液常识<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/art\/2008\/8\/29\/art_169_223.html\">输血常识<\/A><\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"http:\/\/www.zjb.org.cn\/col\/col63\/index.html\">献血者服务<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col63\/index.html\">我要献血<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col64\/index.html\">献血地点<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col168\/index.html\">献血指南<\/A><\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"http:\/\/www.zjb.org.cn\/col\/col68\/index.html\">志愿者之家<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"\/col\/col482\/index.html\">志愿者协会<\/A> <\/LI>");
document.writeln("<LI><A href=\"\/col\/col504\/index.html\">协会章程<\/A> <\/LI>");
document.writeln("<LI><A href=\"\/col\/col483\/index.html\">协会动态<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col68\/index.html\">光荣榜<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col69\/index.html\">联谊活动<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col70\/index.html\">献血故事<\/A><\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"http:\/\/www.zjb.org.cn\/lissearch\/lissearch.php\">在线服务<\/A> ");
document.writeln("<UL>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/lissearch\/lissearch.php\">信息查询<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/module\/guestbook\/que_guestbook.jsp?WebID=1&amp;ColumnID=1\">有问必答<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col48\/index.html\">资料下载<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/col\/col324\/index.html\">意见征集<\/A> <\/LI>");
document.writeln("<LI><A href=\"http:\/\/www.zjb.org.cn\/LM\/front\/main.jsp\">领导信箱<\/A><\/LI><\/UL><\/LI>");
document.writeln("<LI onmouseover=displaySubMenu(this) onmouseout=hideSubMenu(this)><A href=\"http:\/\/mail.zjb.org.cn:3000\/\" target=_blank>邮箱入口<\/A> <\/LI><\/UL><\/DIV>");