function kemulist()
{
var a=document.getElementById("dd1").className;
var b=document.getElementById("dd2").className;
		document.getElementById("dd1").className=(a=="a") ? "b":"a";
		document.getElementById("dd2").className=(b=="b") ? "a":"b";
}
document.writeln("<style type=\"text\/css\">");
document.writeln(".a{display:table;}");
document.writeln(".b{display:none;}");
document.writeln("<\/style>");
document.writeln("<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"margin-bottom:4px;\">");
document.writeln("  <tr>");
document.writeln("    <td class=\"small_title\"><table width=\"100%\" height=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("        <tr>");
document.writeln("          <td width=\"76%\" style=\"height:26px;color:#fff;font-weight:bold; overflow:hidden; line-height:26px;\">特色科室 <\/td>");
document.writeln("          <td width=\"24%\"><span onclick=\"javascript:kemulist();\" style=\"cursor:pointer; color:#fff\">更多<\/span><\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" id=\"dd1\" class=\"a\">");
document.writeln("        <tr>");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/fk\">·妇 科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/mnk\">·泌尿外科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/bybyk\">·育儿天地<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/pfk\">·皮肤科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/zxwk\">·整形外科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/gsk\">·骨伤科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/xhnk\">·消化内科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/kqk\">·口腔科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr>");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/ebhk\">·耳鼻喉科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"  class=\"b\" id=\"dd2\">");
document.writeln("        <tr >");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/wk\">·外科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr >");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/zjp\">·椎间盘科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr >");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/zlk\">·肿瘤科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr >");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/gck\">·肛肠科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr >");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/nk\">·内科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr >");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/zyk\">·中医科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr >");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/ek\">·儿科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr >");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/jjcs\">·急诊科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("        <tr >");
document.writeln("          <td class=\"tsks\"><a href=\"\/html\/yk\">·眼科<\/a><\/td>");
document.writeln("        <\/tr>");
document.writeln("      <\/table><\/td>");
document.writeln("  <\/tr>");
document.writeln("  <tr>");
document.writeln("    <td class=\"d_color_but\"><\/td>");
document.writeln("  <\/tr>");
document.writeln("<\/table>")



