
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: Tue Feb  9 18:33:05 2010 -->');
document.writeln('<!-- CusLocs:1, PriLab:0 -->');
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="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="2792">New Jersey-Central</OPTION>');
document.writeln('<OPTION VALUE="2793">New Jersey-Northern</OPTION>');
document.writeln('<OPTION VALUE="1850">North Carolina-Charlotte</OPTION>');
document.writeln('<OPTION VALUE="1864">Ohio-Cincinnati</OPTION>');
document.writeln('<OPTION VALUE="1592">Pennsylvania-Pittsburgh</OPTION>');
document.writeln('<OPTION VALUE="2385">Rhode Island-Providence</OPTION>');
document.writeln('<OPTION VALUE="1853">Texas-Dallas</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: Tue Feb  9 18:33:05 2010 -->');
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="11454">Creative/Design</option>');
document.writeln('<option value="545">Customer Support/Client Care</option>');
document.writeln('<option value="5623">Editorial/Writing</option>');
document.writeln('<option value="3">Education/Training</option>');
document.writeln('<option value="5">Human Resources</option>');
document.writeln('<option value="7">Legal</option>');
document.writeln('<option value="5625">Logistics/Transportation</option>');
document.writeln('<option value="47">Manufacturing/Production/Operations</option>');
document.writeln('<option value="9007">Marketing/Product</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>');

}