document.writeln("<SCRIPT LANGUAGE=\"JavaScript\">");
document.writeln("<!--");
document.writeln("function w(vd)");
document.writeln("{");
document.writeln("  var ob=document.getElementById(vd);");
document.writeln("  if(ob.style.display==\"block\" || ob.style.display==\"\")");
document.writeln("  {");
document.writeln("     ob.style.display=\"none\";");
document.writeln("     var ob2=document.getElementById(\'s\'+vd);");
document.writeln("     //ob2.style.background=\"\";");
document.writeln(" var img=document.getElementById(\'i\'+vd);");
document.writeln(" img.src=\"image/menuadd.gif\";");
document.writeln("  }");
document.writeln("  else");
document.writeln("  {");
document.writeln("    ob.style.display=\"block\";");
document.writeln("    var ob2=document.getElementById(\'s\'+vd);");
document.writeln("    //ob2.style.background=\"\";");
document.writeln("var img=document.getElementById(\'i\'+vd);");
document.writeln("img.src=\"image/menuminus.gif\";");
document.writeln("  }");
document.writeln("}");
document.writeln("//-->");
document.writeln("</SCRIPT>");

