document.write("<table width='100%' height='100%' border='0' cellspacing='0' cellpadding='3'>");
document.write("  <form action='/vote.asp?Action=Save' method='post' target='vote'>");
document.write("  <tr bgcolor='#EFEFEF'>");
document.write("    <td colspan='2' height='30'>　在日本,您每年在电器(电视机等)及电子商品(电脑等)上的总花费平均为(单位日圆)?</td>");
document.write("  </tr>");
document.write("  <tr bgcolor='#FFFFFF'>");
document.write("    <td height='30'><input type='radio' name='Vote' value='0'>2千以下</td>");
document.write("    <td height='30'><input type='radio' name='Vote' value='1'>2千-1万</td>");
document.write("  </tr>");
document.write("  <tr bgcolor='#EFEFEF'>");
document.write("    <td height='30'><input type='radio' name='Vote' value='2'>1-1.5万</td>");
document.write("    <td height='30'><input type='radio' name='Vote' value='3'>1.5-3万</td>");
document.write("  </tr>");
document.write("  <tr bgcolor='#FFFFFF'>");
document.write("    <td height='30'><input type='radio' name='Vote' value='4'>3-5万</td>");
document.write("    <td height='30'><input type='radio' name='Vote' value='5'>5-8万</td>");
document.write("  </tr>");
document.write("  <tr bgcolor='#EFEFEF'>");
document.write("    <td height='30'><input type='radio' name='Vote' value='6'>8-10万</td>");
document.write("    <td height='30'><input type='radio' name='Vote' value='7'>10-15万</td>");
document.write("  </tr>");
document.write("  <tr bgcolor='#FFFFFF'>");
document.write("    <td height='30'><input type='radio' name='Vote' value='8'>15-25万</td>");
document.write("    <td height='30'><input type='radio' name='Vote' value='9'>25万以上</td>");
document.write("  </tr>");
document.write("  <tr align='center' bgcolor='#EFEFEF'>");
document.write("    <td colspan='2' height='30'><input type='submit' onclick='vote_save()' value='提 交' class='Submit'> <input type='button' onclick='vote_look()' value='查 看' class='Submit'></td>");
document.write("  </tr>");
document.write("  </form>");
document.write("</table>");
document.write("<script>");
document.write("function vote_save(){");
document.write("	OpenWindow=window.open('','vote','toolbar=no,scrollbars=1,menubar=no,resizable=1,width=455,height=325')");
document.write("}");
document.write("function vote_look(){");
document.write("	OpenWindow=window.open('/vote.asp?Action=Look','vote','toolbar=no,scrollbars=1,resizable=1,menubar=no,width=455,height=325')");
document.write("}");
document.write("</script>");
