document.writeln("<style type=\"text\/css\">");
document.writeln("");
document.writeln("<!--");
document.writeln("");
document.writeln("body {");
document.writeln("");
document.writeln("	margin-left: 0px;");
document.writeln("");
document.writeln("	margin-top: 0px;");
document.writeln("");
document.writeln("	margin-right: 0px;");
document.writeln("");
document.writeln("	margin-bottom: 0px;");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln(".jjtable {");
document.writeln("");
document.writeln("	border-top-width: 0px;");
document.writeln("");
document.writeln("	border-right-width: 0px;");
document.writeln("");
document.writeln("	border-bottom-width: 0px;");
document.writeln("");
document.writeln("	border-left-width: 0px;");
document.writeln("");
document.writeln("	border-top-style: solid;");
document.writeln("");
document.writeln("	border-right-style: solid;");
document.writeln("");
document.writeln("	border-bottom-style: solid;");
document.writeln("");
document.writeln("	border-left-style: solid;");
document.writeln("");
document.writeln("	border-top-color: #CCCCCC;");
document.writeln("");
document.writeln("	border-right-color: #999999;");
document.writeln("");
document.writeln("	border-bottom-color: #999999;");
document.writeln("");
document.writeln("	border-left-color: #CCCCCC;");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln(".jgtable {");
document.writeln("");
document.writeln("	border-top-width: 0px;");
document.writeln("");
document.writeln("	border-right-width: 0px;");
document.writeln("");
document.writeln("	border-bottom-width: 1px;");
document.writeln("");
document.writeln("	border-left-width: 0px;");
document.writeln("");
document.writeln("	border-bottom-style: solid;");
document.writeln("");
document.writeln("	border-bottom-color: #999999;");
document.writeln("");
document.writeln("	veritical-align: bottom;");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln(".jgtitle {");
document.writeln("");
document.writeln("	color: #ffffff;");
document.writeln("");
document.writeln("	font-weight: bold;");
document.writeln("");
document.writeln("}");
document.writeln("");
document.writeln(".big_title {color: #FFFFFF;font-size:13px;}");
document.writeln("");
document.writeln("-->");
document.writeln("");
document.writeln("<\/style><\/head>");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("<body>");
document.writeln("");
document.writeln("<table width=\"1058\" height=\"736\" border=\"0\" align=\"center\" cellpadding=\"2\" cellspacing=\"0\">");
document.writeln("");
document.writeln("  <tr>");
document.writeln("");
document.writeln("    <td width=\"16\" height=\"2300\" background=\"\/images\/serverico\/qiang.gif\" bgcolor=\"#eeeeee\">&nbsp;<\/td>");
document.writeln("");
document.writeln("  <td width=\"1104\" rowspan=\"2\" align=\"center\" valign=\"top\">");
document.writeln("");
document.writeln("	");
document.writeln("");
function displayDIV(el) {
	whichEl = document.getElementById(el)
	whichEl.style.display   = 'block';
}

function hiddenDIV(el) {
	whichEl = document.getElementById(el)
	whichEl.style.display   = 'none';
}
