// JavaScript Document
document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln("a{");
document.writeln("	blr:expression(this.onFocus=this.blur());\/*IE 刪除連結虛線，不能通過W3C標準化*\/");
document.writeln("}");
document.writeln("a:focus{ ");
document.writeln("	-moz-outline-style: none; \/*Mozilla Firefox 刪除連結虛線，不能通過W3C標準化*\/");
document.writeln("}");
document.writeln(".TB_overlayBG {");
document.writeln("	filter:alpha(opacity=75);");
document.writeln("	-moz-opacity:0.75;");
document.writeln("	opacity:0.75;");
document.writeln("}");
document.writeln("#TB_HideSelect{");
document.writeln("	filter:alpha(opacity=0);");
document.writeln("	-moz-opacity: 0;");
document.writeln("	opacity: 0;");
document.writeln("}");
document.writeln("-->");
document.writeln("<\/style>");
