// formcode4.js

document.write('<table border="2" cellpadding="3" width="451" bordercolor="#000080" bgcolor="#FFFFF2">');
document.write('<tr>');
document.write('<td align="center"><b><font face="Arial" color="#000000">Please ');
document.write('submit your Name</font></b></td>');
document.write('<td align="center"><input type="text" name="Name" size="35" maxlength="60"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="center"><b><font face="Arial" color="#000000">Please ');
document.write('submit your Valid<br>E-Mail Address</font></b></td>');
document.write('<td align="center"><input type="text" name="Address" size="35" maxlength="60"></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td width="100%" align="center" colspan="2"><b><font face="Arial" color="#000000">Please ');
document.write('find the corresponding measurements for your boat according to the');
document.write('colors shown on the diagram above and enter them on the ');
document.write('corresponding boxes for submission to our technicians and ');
document.write('craftsmen.</font></b></td>');
document.write('</tr>');
document.write('</table>');

