function formHandler3(){
var URL = document.menu3.site3.options[document.menu3.site3.selectedIndex].value;
window.location.href = URL;
}

document.write('<form name="menu3">');
document.write('<select name="site3" size=1 onChange="javascript:formHandler3()" style="background-color: #F88C01; color: #FFFFFF; font-size: 8pt">');
document.write('<option value="">CATEGORIES M-R');
document.write('<option value="mags.html">magazines');
document.write('<option value="postal.html">mailing and postal services');
document.write('<option value="maint.html">maintenance');
document.write('<option value="market.html">marketing');
document.write('<option value="boats.html">marine');
document.write('<option value="massage.html">massage');
document.write('<option value="mech.html">mechanical');
document.write('<option value="med.html">medical');
document.write('<option value="mining.html">mining');
document.write('<option value="mla.html">MLAs');
document.write('<option value="mortgage.html">mortgage services');
document.write('<option value="moving.html">moving and storage');
document.write('<option value="multimedia.html">multimedia');
document.write('<option value="municipal.html">municipalities');
document.write('<option value="museums.html">museums');
document.write('<option value="music.html">music');
document.write('<option value="news.html">news');
document.write('<option value="nonprof.html">non-profit groups');
document.write('<option value="office.html">office supplies');
document.write('<option value="oil.html">oil and gas');
document.write('<option value="optical.html">optical');
document.write('<option value="outfitters.html">outfitters');
document.write('<option value="paint.html">painting');
document.write('<option value="confer.html">party planning');
document.write('<option value="pets.html">pets');
document.write('<option value="pharm.html">pharmacies');
document.write('<option value="photo.html">photo');
document.write('<option value="phys.html">physicians');
document.write('<option value="pipeline.html">pipeline');
document.write('<option value="pizza.html">pizza');
document.write('<option value="police.html">police');
document.write('<option value="postal.html">postal and mailing services');
document.write('<option value="printing.html">printing');
document.write('<option value="property.html">property management');
document.write('<option value="radio.html">radio');
document.write('<option value="realtors.html">real estate');
document.write('<option value="rec.html">recreation');
document.write('<option value="recycle.html">recycling');
document.write('<option value="church.html">religious groups');
document.write('<option value="rest.html">restaurants');
document.write('<option value="retail.html">retail clothing');
document.write('</select>');
document.write('</form>');
