document.writeln("<SCRIPT language=javascript>");
document.writeln("<!--");
document.writeln("");
document.writeln("function menu_display(t_id,i_id){");
document.writeln("  var t_id;");
document.writeln("  var i_id;");
document.writeln("  var on_img=\"images/dl.jpg\";");
document.writeln("  var off_img=\"images/dl.jpg\";");
document.writeln("  if (t_id.style.display == \"none\") {");
document.writeln("    t_id.style.display=\"\";");
document.writeln("    i_id.src=on_img;");
document.writeln("  }else{");
document.writeln("    t_id.style.display=\"none\";");
document.writeln("    i_id.src=off_img;");
document.writeln("  }");
document.writeln("}");
document.writeln("");
document.writeln("function showhide(t_id,i_id){");
document.writeln("  var t_id;");
document.writeln("  var i_id;");
document.writeln("  var on_img=\"images/dl.jpg\";");
document.writeln("  var off_img=\"images/dl.jpg\";");
document.writeln("  if (t_id.style.display == \"none\") {");
document.writeln("    t_id.style.display=\"\";");
document.writeln("    i_id.src=on_img;");
document.writeln("  }else{");
document.writeln("    t_id.style.display=\"none\";");
document.writeln("    i_id.src=off_img;");
document.writeln("  }");
document.writeln("");
document.writeln("}");
document.writeln("-->");
document.writeln("</SCRIPT>");
