document.write("<link rel=\"stylesheet\" type=\"text/css\" href=\"/Correction/style.css\">");
document.write("<DIV id=ctpop style='position:absolute;right:0;'>");
document.write("<DIV id=ctbody style='float:right;right:0; WIDTH: 108px;'>");
document.write("<div class='correction_float_div'>");
document.write("<div class='correction_topbg_div'>");
document.write("<ul class='correction_ul correction_link1'>");
document.write("      <li class='correction_right_li'><a href='javascript:void(0);' onclick='javascript:mini_wm();' target='_top'>收缩</a></li>");
document.write("	</ul>");
document.write("</div>");
document.write("<div class='correction_content_div correction_link'>");
document.write("	<a href='/doc/Suggestions.asp' target='_blank'>我要提建议</a><br />");
document.write("  <a href='/Correction/correction.asp' target='_blank'>纠错送点卡</a></div>");
document.write("<div class='correction_bottombg_div'></div>");
document.write("</div>");
document.write("</div>");
document.write("<div id=opwm style='float:right;display: none;'>");
document.write("<div class='correction_float_div1'>");
document.write("<div class='correction_topbg_div1'>");
document.write("<img src='/Correction/images/icon2.gif' />");
document.write("</div>");
document.write("<div class='correction_content_div correction_link1'>");
document.write("	<a href='javascript:void(0);' onclick='javascript:reop_wm();' target='_top'>展<br />开</a></div>");
document.write("<div class='correction_bottombg_div1'></div>");
document.write("</div>");
document.write("</DIV>");
document.write("</DIV>");
function rightBottomAd(){
 var ctpop = document.getElementById("ctpop");
 if(document.documentElement.clientHeight && document.compatMode != 'BackCompat'){
 	ctpop.style.top = document.documentElement.scrollTop+document.documentElement.clientHeight-110+"px";
 }
 else if(document.body.clientHeight){ 
	ctpop.style.top = document.body.scrollTop+document.body.clientHeight-110+"px";
 }
 setTimeout(function(){rightBottomAd();},50);
}
rightBottomAd();

function mini_wm(){
	document.getElementById('ctbody').style.display="none";
	document.getElementById("opwm").style.display="block";
}

function reop_wm(){
	document.getElementById("opwm").style.display="none";
	document.getElementById('ctbody').style.display="block";
}