function formHandler2(){
var URL = document.menu2.site2.options[document.menu2.site2.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="menu2">');
document.write('<select name="site2" onChange="javascript:formHandler2()" size=1 style="background-color: #F88C01; color: #FFFFFF; font-size: 8pt">');
document.write('<option value="">CATEGORIES D-L');
document.write('<option value="daycare.html">daycare');
document.write('<option value="dental.html">dental');
document.write('<option value="busdev.html">development corporations');
document.write('<option value="disabilities.html">disabilities - services');
document.write('<option value="diamonds.html">diamonds');
document.write('<option value="divers.html">diving');
document.write('<option value="drilling.html">drilling');
document.write('<option value="dryclean.html">dry-cleaning and laundry');
document.write('<option value="mla.html">elections');
document.write('<option value="elec.html">electrical');
document.write('<option value="electronics.html">electronics');
document.write('<option value="embroid.html">embroidery');
document.write('<option value="emergonly.html">EMERGENCY');
document.write('<option value="emerg.html">emergency services');
document.write('<option value="jobs.html">employment and jobs');
document.write('<option value="engineer.html">engineering');
document.write('<option value="entertain.html">entertainment');
document.write('<option value="environ.html">environmental');
document.write('<option value="equip.html">equipment rental');
document.write('<option value="confer.html">event planning');
document.write('<option value="expedit.html">expediting');
document.write('<option value="finan.html">financial');
document.write('<option value="fire.html">fire and safety');
document.write('<option value="fish.html">fishing and hunting');
document.write('<option value="fitness.html">fitness');
document.write('<option value="florists.html">florists');
document.write('<option value="food.html">food and beverage');
document.write('<option value="fuel.html">fuel');
document.write('<option value="funeral.html">funeral services');
document.write('<option value="furn.html">furniture');
document.write('<option value="garbage.html">garbage');
document.write('<option value="landsc.html">gardening');
document.write('<option value="general.html">general stores');
document.write('<option value="geo.html">geoscience');
document.write('<option value="gifts.html">gifts');
document.write('<option value="glass.html">glass');
document.write('<option value="scholarships.html">grants');
document.write('<option value="graphics.html">graphics');
document.write('<option value="grocers.html">grocers');
document.write('<option value="hair.html">hairstylists');
document.write('<option value="hardware.html">hardware');
document.write('<option value="heal.html">health');
document.write('<option value="heat.html">heating and plumbing');
document.write('<option value="heavy.html">heavy equipment');
document.write('<option value="heli.html">helicopters');
document.write('<option value="hotels.html">hotels');
document.write('<option value="housing.html">housing');
document.write('<option value="industry.html">industrial supplies');
document.write('<option value="insur.html">insurance');
document.write('<option value="interior.html">interior design');
document.write('<option value="internet.html">internet and IT services');
document.write('<option value="jewel.html">jewellery');
document.write('<option value="jobs.html">jobs and employment');
document.write('<option value="cooking.html">kitchen supplies');
document.write('<option value="landsc.html">landscaping');
document.write('<option value="lang.html">language services');
document.write('<option value="law.html">lawyers');
document.write('<option value="mla.html">legislative assembly');
document.write('<option value="libraries.html">libraries');
document.write('<option value="liquor.html">liquor stores');
document.write('<option value="lock.html">locksmiths');
document.write('<option value="lodges.html">lodges');
document.write('</select>');
document.write('</form>');
