<!-- begin hide

document.writeln("<Center>");
document.writeln("<H1>Plating the Penny<\/H1>");
document.writeln("<H2>Instructions:<\/H2>");
document.write("<P><B>Fill in the form as requested. You should use the +\/- attributes.<BR>");
document.write("You may use an <I>asterisk<\/I> in place of an unsure value in ONE box only!<BR>");
document.write("Selecting an 'ADD' checkbox, adds one point of ranging to that position ONLY.<BR>");
document.writeln("After the first set of results, you may <I>edit<\/I> any information and re-search.<\/B><\/P>");
document.writeln("<FORM name=dataentry>");
document.writeln("<TABLE Width=430>");
document.write("<TR><TD Align=center ColSpan=4><B>Checkletters: <FONT SIZE=+2> ");
document.write(chkltr);
document.write("<\/FONT><\/B><BR> &nbsp;<\/TD><TD><\/TD><TD Align=right RowSpan=5>");
document.write("<TEXTAREA name=total rows=28 cols=14>Results:<\/TEXTAREA>");
document.writeln("<\/TD><\/TR>");
document.writeln("<TR><TD Align=center Width=15%><B>Left<BR>Side<\/B><\/TD>");
document.writeln("<TD Align=center Width=15%><B>Left<BR>Bottom<\/B><\/TD>");
document.writeln("<TD Align=center Width=15%><B>Right<BR>Bottom<\/B><\/TD>");
document.writeln("<TD Align=center Width=15%><B>Right<BR>Side<\/B><\/TD>");
document.write("<TD Align=center Width=15%>&nbsp;&nbsp;&nbsp;");
document.writeln("&nbsp;&nbsp;&nbsp;</TD><TD></TD></TR>");
document.writeln("<TR><TD Align=center><INPUT type=text size=4 name=ptp_lsd><\/TD>");
document.writeln("<TD Align=center><INPUT type=text size=4 name=ptp_lbd><\/TD>");
document.writeln("<TD Align=center><INPUT type=text size=4 name=ptp_rbd><\/TD>");
document.writeln("<TD Align=center><INPUT type=text size=4 name=ptp_rsd><\/TD><\/TR>");
document.write("<TR><TD Align=center ColSpan=4><B>&nbsp;");
document.write("<B>Add </B><INPUT type=checkbox name=ptp_add_ls value=1>");
document.write("<B> &nbsp; Add </B><INPUT type=checkbox name=ptp_add_lb value=1>");
document.write("<B> &nbsp; Add </B><INPUT type=checkbox name=ptp_add_rb value=1>");
document.write("<B> &nbsp; Add </B><INPUT type=checkbox name=ptp_add_rs value=1>");
document.writeln("<\/TD><\/TR>");
document.write("<TR><TD Align=center ColSpan=4><B>&nbsp;");
document.write("<BR>Search Method:<\/B><BR>&nbsp;<BR>");
document.write("<B>Exact Match </B><INPUT type=radio name=ptp_rng value=1><BR>");
document.write("<B>Plus\/Minus 1</B><INPUT type=radio name=ptp_rng value=2><BR>");
document.write("<B>Plus\/Minus 2</B><INPUT type=radio name=ptp_rng value=3 CHECKED><BR>");
document.write("<B>Plus\/Minus 3</B><INPUT type=radio name=ptp_rng value=4><BR>");
document.write("<B>Plus\/Minus 4</B><INPUT type=radio name=ptp_rng value=5>");
document.writeln("<BR>&nbsp;<BR>");
document.write("<INPUT type=button value=\"  Search  \" onClick=runjs\(form\)> ");
document.write("<INPUT type=reset value=\"  Clear  \"> ");
document.write("<INPUT type=button value=\" Letters \" onClick=location=\"begin.html\">");
document.write("<BR>&nbsp;<BR>");
document.write("<INPUT type=text name=inst size=30 value=\"Press - SEARCH - to Start\">");
document.write("<BR>&nbsp;<BR>");
document.write("<INPUT type=button value=\"  Print Results  \" onClick=jsprint\(form\)> ");
document.writeln("<\/TD><TD><\/TD><TD><\/TD><\/TR>");
document.writeln("<\/TABLE>");
document.writeln("<\/FORM>");
document.writeln("<\/Center>");

// end hide -->
