// JavaScript Document

document.write('<FORM NAME="dpf"><TABLE WIDTH="170" BORDER="0" CELLPADDING="2" CELLSPACING="0">');
document.write('<TR><TD HEIGHT="7"></TD></TR>');
document.write('<TR><TD><FONT SIZE="+1">Proposal Forms</FONT></TD></TR>');
document.write('<TR><TD HEIGHT="3" BGCOLOR="#00CC00"></TD></TR>');
document.write('<TR><TD HEIGHT="10"></TD></TR>');
document.write('<TR><TD CLASS="tinyblack">Select the form you require.<BR>You wil have the option to view or save the selected document.</TD></TR>');
document.write('<TR><TD><SELECT ID="profession" NAME="profession" CLASS="text">');
document.write('<OPTION VALUE="documents/accountantprop.pdf">Accountants</OPTION>');
document.write('<OPTION VALUE="documents/architectsproposalform.pdf">Architects</OPTION>');
document.write('<OPTION VALUE="documents/amiimemberspack.pdf">AMII</OPTION>');
document.write('<OPTION VALUE="documents/icbkmemberspack.pdf">Certified Book-Keepers</OPTION>');
document.write('<OPTION VALUE="documents/charityproposalform.pdf">Charities</OPTION>');
document.write('<OPTION VALUE="documents/consultingengineersproposalform.pdf">Consulting Engineers</OPTION>');
document.write('<OPTION VALUE="documents/designandconstructionproposalform.pdf">Design &amp; Construction</OPTION>');
document.write('<OPTION VALUE="documents/dandoproposalform.pdf">Directors &amp; Officers</OPTION>');
document.write('<OPTION VALUE="documents/estateagentsgeneralpack.pdf">Property Professionals</OPTION>');
document.write('<OPTION VALUE="documents/ifapropform.pdf">IFA</OPTION>');
document.write('<OPTION VALUE="documents/oiscmemberspack.pdf">Immigration Officers</OPTION>');
document.write('<OPTION VALUE="documents/iaeamemberspackrequest.pdf">Institute of Automotive Engineers</OPTION>');
document.write('<OPTION VALUE="documents/wimsurepropform.pdf">Insurance Brokers & Int</OPTION>');
document.write('<OPTION VALUE="documents/itproposalform.pdf">Information Technology</OPTION>');
document.write('<OPTION VALUE="documents/marinesurveyors.pdf">Marine Surveyors</OPTION>');
document.write('<OPTION VALUE="documents/mediamarketingproposalform.pdf">Media &amp; Marketing</OPTION>');
document.write('<OPTION VALUE="documents/miscproposalform.pdf">Miscellaneous</OPTION>');
document.write('<OPTION VALUE="documents/surveyorsproposalform.pdf">Surveyors</OPTION>');
document.write('</SELECT></TD></TR><TR><TD ALIGN="LEFT"><INPUT TYPE="BUTTON" NAME="download" onClick="gothere()" VALUE="DOWNLOAD"></TD></TR>');
document.write('</TABLE></FORM>');


