function formHandler1(){
var URL = document.menu1.site1.options[document.menu1.site1.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="menu1">');
document.write('<select name="site1" size=1 onChange="javascript:formHandler1()" style="background-color: #F88C01; color: #FFFFFF; font-size: 8pt">');
document.write('<option value="">CATEGORIES A-C');
document.write('<option value="aborig.html">aboriginal organizations');
document.write('<option value="account.html">accounting');
document.write('<option value="addiction.html">addiction information');
document.write('<option value="advert.html">advertising');
document.write('<option value="air.html">airlines');
document.write('<option value="aircargo.html">air cargo');
document.write('<option value="air.html">air services');
document.write('<option value="air.html">aircraft maintenance');
document.write('<option value="airports.html">airports');
document.write('<option value="alcohol.html">alcohol treatment');
document.write('<option value="alter.html">alterations and tailoring');
document.write('<option value="appliance.html">appliances');
document.write('<option value="appraise.html">appraisers');
document.write('<option value="apts.html">apartments');
document.write('<option value="arch.html">architecture');
document.write('<option value="art.html">art');
document.write('<option value="assn.html">associations');
document.write('<option value="audio.html">audio and visual');
document.write('<option value="autorent.html">auto rentals');
document.write('<option value="autosales.html">auto sales');
document.write('<option value="autoserv.html">auto service');
document.write('<option value="bankruptcies.html">bankruptcies');
document.write('<option value="banks.html">banks');
document.write('<option value="bars.html">bars and lounges');
document.write('<option value="beauty.html">beauty and aesthetics');
document.write('<option value="beer.html">beer and wine');
document.write('<option value="bnbs.html">bed and breakfasts');
document.write('<option value="boards.html">boards and agencies');
document.write('<option value="boats.html">boating');
document.write('<option value="books.html">books');
document.write('<option value="building.html">building supplies');
document.write('<option value="bus.html">buses');
document.write('<option value="busdev.html">business development');
document.write('<option value="business.html">business services');
document.write('<option value="carpets.html">carpets');
document.write('<option value="cater.html">catering');
document.write('<option value="chiro.html">chiropractors');
document.write('<option value="church.html">churches');
document.write('<option value="city.html">city');
document.write('<option value="cleaning.html">cleaning');
document.write('<option value="retail.html">clothing');
document.write('<option value="coffee.html">coffee shops');
document.write('<option value="collect.html">collection agencies');
document.write('<option value="market.html">communications');
document.write('<option value="comp.html">computers');
document.write('<option value="confer.html">conference planning');
document.write('<option value="const.html">construction');
document.write('<option value="consult.html">consultants');
document.write('<option value="contract.html">contractors');
document.write('<option value="convenience.html">convenience stores');
document.write('<option value="coop.html">co-ops');
document.write('<option value="cooking.html">cooking supplies');
document.write('<option value="counsel.html">counselling');
document.write('<option value="courier.html">couriers');
document.write('<option value="crafts.html">crafts');
document.write('</select>');
document.write('</form>');
