// JavaScript Document

function renderFeaturesMenu() {

document.write('<div id="features_box">');

document.write('<a href="/EnvironmentalNewsReleaseDetail.aspx?ReleaseID=371" ><h3><span style="color: red; font-size: 9pt;">NEW!</span> Electric Vehicles </h3></a>');
document.write('<p>Enterprise Rent-A-Car adds 500 clean electric vehicles (EVs) to the fleet. No-emission, environmentally friendly vehicles will be available at select U.S. locations beginning in January.<br />');
document.write('<a href="/EnvironmentalNewsReleaseDetail.aspx?ReleaseID=371" class="bold">MORE &gt;</a></p>');

document.write('<a href="/EnvironmentalNewsReleaseDetail.aspx?ReleaseID=368" ><h3><span style="color: red; font-size: 9pt;">NEW!</span> Commitment to Energy Reduction</h3></a>');
document.write('<p>Enterprise Holdings commits to reducing both its energy use and energy costs by 20 percent over the next five years through its 20/20 Vision sustainability initiative.<br />');
document.write('<a href="/EnvironmentalNewsReleaseDetail.aspx?ReleaseID=368" class="bold">MORE &gt;</a></p>');

document.write('<a href="environmental_defense_fund.html" ><h3><span style="color: red; font-size: 9pt;">NEW!</span> Green IT</h3></a>');
document.write('<p>Environmental Defense Fund recognizes Enterprise’s use of energy-efficient thin client terminals for its rental transaction system as cutting-edge environmental innovation. <br />');
document.write('<a href="environmental_defense_fund.html" class="bold">MORE &gt;</a></p>');

document.write('<a href="news/Enterprise_hybrid_branches.pdf" ><h3><span style="color: red; font-size: 9pt;">NEW!</span> Hybrid Branches</h3></a>');
document.write('<p>Enterprise is adding 5,000 hybrids to our nationwide fleet &ndash; more than doubling the number we own &ndash; and designating nearly 80 "hybrid branches" across the U.S. Learn more about reserving a hybrid online or by phone.<br />');
document.write('<a href="news/Enterprise_hybrid_branches.pdf" class="bold">MORE &gt;</a></p>');

document.write('<a href="car_sharing.html" ><h3><span style="color: red; font-size: 9pt;">NEW!</span>  WeCar&trade; Car Sharing Program</h3></a>');
document.write('<p>We&#39;re the first major car rental company to offer a business-to-business car sharing program throughout the U.S. Find out more about WeCar&trade; today.<br />');
document.write('<a href="car_sharing.html" class="bold">MORE &gt;</a></p>');

document.write('<a href="driving_green.html"><h3><span style="color: red; font-size: 9pt;">NEW!</span> Driving Green </h3></a>');
document.write('<p>As we all struggle with high fuel costs and look for ways to reduce our environmental impact, Enterprise offers you 10 keys for "green" driving.<br />');
document.write('<a href="driving_green.html" class="bold">MORE &gt;</a></p>');

document.write('<a href="carbon_offset_flash.html"><h3>How Does it Work?</h3></a><p>We are empowering you to help our planet. Find out how our carbon offset program works.<br />');
document.write('<a href="carbon_offset_flash.html" class="bold">MORE &gt;</a></p>');
 
 
document.write('</div>');
}