document.writeln("<div align=\"center\">背景颜色");
document.writeln("    <select name=bcolor id=bcolor onchange=\"javascript:document.bgColor=this.value;\">			 ");
document.writeln("   <option style=\"background-color: #eaf6ea\" value=\"#eaf6ea\">默认<\/option>			  ");
document.writeln("    <option style=\"background-color: #ffffff\" value=\"#ffffff\">白色<\/option>              ");
document.writeln("    <option style=\"background-color: #e4ebf1\" value=\"#e4ebf1\">淡蓝<\/option>			  ");
document.writeln("    <option style=\"background-color: #e6f3ff\" value=\"#e6f3ff\">蓝色<\/option>               ");
document.writeln("    <option style=\"background-color: #f0f0f0\" value=\"#f0f0f0\">淡灰<\/option>              ");
document.writeln("    <option style=\"background-color: #eaeaea\" value=\"#eaeaea\">灰色<\/option>                ");
document.writeln("    <option style=\"background-color: #e4e1d8\" value=\"#e4e1d8\">深灰<\/option>              ");
document.writeln("    <option style=\"background-color: #e6e6e6\" value=\"#e6e6e6\">暗灰<\/option>              ");
document.writeln("    <option style=\"background-color: #eefaee\" value=\"#eefaee\">绿色<\/option>              ");
document.writeln("    <option style=\"background-color: #ffffed\" value=\"#ffffed\">明黄<\/option>");
document.writeln("  <\/select>			  ");
document.writeln("  字体颜色");
document.writeln("  <select name=txtcolor id=txtcolor onchange=\"javascript:content.style.color=this.options[this.selectedIndex].value;\"> 			 ");
document.writeln("    <option value=\"#000000\">黑色<\/option>              ");
document.writeln("    <option value=\"#ff0000\">红色<\/option>              ");
document.writeln("    <option value=\"#006600\">绿色<\/option>              ");
document.writeln("    <option value=\"#0000ff\">蓝色<\/option>              ");
document.writeln("    <option value=\"#660000\">棕色<\/option>");
document.writeln("  <\/select>              ");
document.writeln("  字体大小");
document.writeln("  <select name=fonttype id=fonttype onchange=\"javascript:content.style.cssText=this.options[this.selectedIndex].value+\';line-height: 150%\';content.style.color=txtcolor.options[txtcolor.selectedIndex].value;\"> 			  ");
document.writeln("    <option value={font-size:14px;} >小号<\/option> 			  ");
document.writeln("    <option value={font-size:16px;} >较小<\/option> 			  ");
document.writeln("    <option value={font-size:18px;} >中号<\/option>			  ");
document.writeln("    <option value={font-size:22px;} >较大<\/option>			  ");
document.writeln("    <option value={font-size:26px;} >大号<\/option>");
document.writeln("  <\/select>            ");
document.writeln("  鼠标双击滚屏");
document.writeln("  <input name=scrollspeed id=scrollspeed onchange=\"javascript:setSpeed();\" size=2 value=5>            ");
document.writeln("  (1-10，1最慢，10最快）             ");
document.writeln("  <input name=saveset id=saveset onclick=\"javascript:saveSet();\" type=button value=保存设置>");
document.writeln("  <br \/>");
document.writeln("<\/div>");
document.writeln("  <br \/>");

document.writeln("<center><iframe marginwidth=0 marginheight=0  frameborder=0 scrolling=no width=760 height=90 src=\"\/temp\/sougou.html\"><\/iframe><\/center>");

