function ShowResults(x) {
  q=window.open("","ResultsWindow","toolbar=no,directories=no,status=no,menubar=no,resizable=no,width=486,height=342");
  q.document.clear()
  q.document.location='http://www.hr-guide.com/cgi-local/mu.html?Proj=S039doc&R='+x
  q.focus()
}
document.writeln('<table border=4 cellpadding=6 cellspacing=0 align=right width="40%">')
document.writeln('<tr><td>Quick Survey</td></tr>')
document.writeln('<tr><td>')
document.writeln('<form action="http://www.hr-guide.com/cgi-local/mu.html">')
document.writeln('What kinds of documents do you think should be accessible to employees on-line via the Internet?<input type=hidden name="Proj" value="S039doc">')
document.writeln(' <table border=0>')
document.writeln(' <tr><td><input type=radio name=R value="1" onClick="ShowResults(this.value)"></td><td><font size="2" face="Arial">Union Contracts</td></tr>')
document.writeln(' <tr><td><input type=radio name=R value="2" onClick="ShowResults(this.value)"></td><td><font size="2" face="Arial">Policies and Procedures</td></tr>')
document.writeln(' <tr><td><input type=radio name=R value="3" onClick="ShowResults(this.value)"></td><td><font size="2" face="Arial">Job Descriptions</td></tr>')
document.writeln(' <tr><td><input type=radio name=R value="4" onClick="ShowResults(this.value)"></td><td><font size="2" face="Arial">Employee Handbooks</td></tr>')
document.writeln(' </table>')
document.writeln('</font></td></tr><tr>')
document.writeln(' <td align="left" bordercolor="#C0C0C0" bordercolordark="#C0C0C0">')
document.writeln(' <input type=submit name=Action value="Show Results">')
document.writeln(' </form>')
document.writeln('</td></tr></table>')

