<!--
function Content(size){
document.getElementById('Content').style.fontSize=size+"pt";
}
//-->
document.write("<table width=\"150\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");

document.write("<tr> ");
document.write("<td height=\"20\">&nbsp;</td>");
document.write("<td height=\"40\"><img src=\"http://www.chinaculture.org/img/cn_x_save.gif\" width=\"20\" height=\"20\" align=\"absmiddle\"> ");
document.write("<a href=\"#\" onclick=document.execCommand(\"saveAs\")><font color=#000000>存储文件</font></a></td>");     
document.write("</tr>");
document.write("<tr bgcolor=\"DBDCD7\">"); 
document.write("<td colspan=\"2\"><img src=\"http://www.chinaculture.org/img/dot.gif\" width=\"1\" height=\"1\"></td>");
document.write("</tr>");
document.write("<tr>"); 
document.write("<td>&nbsp;</td>");
document.write("<td height=\"40\"><img src=\"http://www.chinaculture.org/img/cn_x_printer.gif\" width=\"20\" height=\"20\" align=\"absmiddle\"> "); 
document.write("<a href=\"javascript:window.print()\"><font color=#000000>打印文件</font></a></td>");     
document.write("</tr>");
document.write("<tr bgcolor=\"DBDCD7\"> ");
document.write("<td colspan=\"2\"><img src=\"http://www.chinaculture.org/img/cn_dot.gif\" width=\"1\" height=\"1\"></td>");
document.write("</tr>");
document.write("<tr>"); 
document.write("<td>&nbsp;</td>");
document.write("<td height=\"40\"><font color=#000000>字体：【 </font><a href=\"javascript:Content(12)\"><font color=#000000>大</font></a> <a href=\"javascript:Content(11)\"><font color=#000000>中</font></a> <a href=\"javascript:Content(9)\"><font color=#000000>小</font></a><font color=#000000> 】</font></td> ");   
document.write("</tr>");
document.write("<tr bgcolor=\"DBDCD7\"> ");
document.write("<td colspan=\"2\"><img src=\"http://www.chinaculture.org/img/cn_dot.gif\" width=\"1\" height=\"1\"></td>");
document.write("</tr>");
document.write("</table>");