document.writeln("<script language=\"javascript\">");
document.writeln("function Boarder(n) ");
document.writeln("{ ");
document.writeln("    for(i=1;i<4;i++) ");
document.writeln("    { ");
document.writeln("        eval(\"document.getElementById(\'bl000\"+i+\"\').className=\'b10002\'\"); ");
document.writeln("        eval(\"bbx000\"+i+\".style.display=\'none\'\");");
document.writeln("    } ");
document.writeln("    eval(\"document.getElementById(\'bl000\"+n+\"\').className=\'b10001\'\"); ");
document.writeln("    eval(\"bbx000\"+n+\".style.display=\'block\'\");");
document.writeln("}");
document.writeln("");
document.writeln("function js_close_div(divname){");
document.writeln("  \/\/document.getElementById(divname).style.visibility = \"hidden\";");
document.writeln("  document.getElementById(divname).style.display = \"none\";");
document.writeln("}");
document.writeln("<\/script>")
