
function MONSdrawlocations() {
document.writeln('<span class="MONSlocations">');
document.writeln('<SELECT NAME="lid" size="1" class="MONSlocations">');
document.writeln('<option value="">-- Search All --</option>');
document.writeln('<!-- BEGIN dynamic HTML - Locations multi-select list -->');
document.writeln('<!-- Generated: Fri Nov  6 18:34:19 2009 -->');
document.writeln('<!-- CusLocs:1, PriLab:0 -->');
document.writeln('<OPTION VALUE="1668">Arizona-Phoenix</OPTION>');
document.writeln('<OPTION VALUE="2735">Florida-Gainesville/Jacksonville/Ocala</OPTION>');
document.writeln('<OPTION VALUE="1582">Florida-Orlando</OPTION>');
document.writeln('<OPTION VALUE="1605">Georgia-Atlanta</OPTION>');
document.writeln('<OPTION VALUE="2738">Georgia-Atlanta North</OPTION>');
document.writeln('<OPTION VALUE="2256">Illinois-Bloomington/Peoria</OPTION>');
document.writeln('<OPTION VALUE="2762">Kentucky-Louisville</OPTION>');
document.writeln('<OPTION VALUE="2261">Maryland-Baltimore</OPTION>');
document.writeln('<OPTION VALUE="2265">Michigan-Ann Arbor</OPTION>');
document.writeln('<OPTION VALUE="2772">Michigan-Detroit</OPTION>');
document.writeln('<OPTION VALUE="2773">Michigan-Flint/Saginaw</OPTION>');
document.writeln('<OPTION VALUE="1849">Missouri-St. Louis</OPTION>');
document.writeln('<OPTION VALUE="2788">Nebraska-Lincoln</OPTION>');
document.writeln('<OPTION VALUE="2792">New Jersey-Central</OPTION>');
document.writeln('<OPTION VALUE="2794">New Jersey-Southern</OPTION>');
document.writeln('<OPTION VALUE="1850">North Carolina-Charlotte</OPTION>');
document.writeln('<OPTION VALUE="30333">North Carolina-Raleigh/Durham</OPTION>');
document.writeln('<OPTION VALUE="2783">North Carolina-Raleigh/Durham-RTP</OPTION>');
document.writeln('<OPTION VALUE="1591">Pennsylvania-Philadelphia</OPTION>');
document.writeln('<OPTION VALUE="1592">Pennsylvania-Pittsburgh</OPTION>');
document.writeln('<OPTION VALUE="2385">Rhode Island-Providence</OPTION>');
document.writeln('<OPTION VALUE="1854">Texas-Fort Worth</OPTION>');
document.writeln('<OPTION VALUE="1856">Texas-San Antonio</OPTION>');
document.writeln('<!-- END dynamic HTML -->');
document.writeln('');
document.writeln('</select>');
document.writeln('</span>');

}
function MONSdrawcategories() {
document.writeln('<span class="MONSCategories">');
document.writeln('<SELECT NAME="fn" size="1" class="MONScategories">');
document.writeln('<option value="">-- Search All --</option>');
document.writeln('<!-- BEGIN dynamic HTML - Categories multi-select list -->');
document.writeln('<!-- Generated: Fri Nov  6 18:34:19 2009 -->');
document.writeln('<!-- CusCats:0, PriLab:0 -->');
document.writeln('<option value="1">Accounting/Finance/Insurance</option>');
document.writeln('<option value="2">Administrative/Clerical</option>');
document.writeln('<option value="558">Banking/Real Estate/Mortgage Professionals</option>');
document.writeln('<option value="559">Biotech/R&D/Science</option>');
document.writeln('<option value="544">Building Construction/Skilled Trades</option>');
document.writeln('<option value="545">Customer Support/Client Care</option>');
document.writeln('<option value="3">Education/Training</option>');
document.writeln('<option value="4">Engineering</option>');
document.writeln('<option value="5">Human Resources</option>');
document.writeln('<option value="7">Legal</option>');
document.writeln('<option value="47">Manufacturing/Production/Operations</option>');
document.writeln('<option value="3975">Medical/Health</option>');
document.writeln('<option value="11">Other</option>');
document.writeln('<option value="9008">Project/Program Management</option>');
document.writeln('<option value="11455">Quality Assurance/Safety</option>');
document.writeln('<option value="10">Sales/Retail/Business Development</option>');
document.writeln('<!-- END dynamic HTML -->');
document.writeln('');
document.writeln('</select>');
document.writeln('</span>');

}