
function initmenu()
{
document.getElementById('menubar').innerHTML = '<a href="about/about_us.htm" rel="dropmenu1"><img src="images/menu1.gif" border="0" /></a><a href="products/products.htm" rel="dropmenu2"><img src="images/menu2.gif" border="0" /></a><a href="solutions/solutions.htm" rel="dropmenu3"><img src="images/menu3.gif" border="0" /></a><a href="technology/technology.htm" rel="dropmenu4"><img src="images/menu4.gif" border="0" /></a><a href="news_events/news_press.htm" rel="dropmenu5"><img src="images/menu5.gif" border="0" /></a><a href="about/contact.htm" rel="dropmenu6"><img src="images/menu6.gif" border="0" /></a>';


document.getElementById('menubar').innerHTML += '<div id="dropmenu1" class="dropmenudiv" style="width: 124px;"><a href="about/about_us.htm">Overview</a><a href="about/about_us_investors.htm">Investor Relations</a><a href="about/about_us_careers.htm">Careers</a></div>';

document.getElementById('menubar').innerHTML += '<div id="dropmenu2" class="dropmenudiv" style="width: 125px;"><a href="products/products.htm">Overview</a><a href="products/products_stacks.htm">Stacks</a><a href="products/products_systems.htm">Systems</a><a href="products/products_equipment.htm">Equipment</a><a href="products/products_modules.htm">Modules</a></div>';

document.getElementById('menubar').innerHTML += '<div id="dropmenu3" class="dropmenudiv" style="width: 125px;"><a href="solutions/solutions.htm">Overview</a><a href="solutions/solutions_portable.htm">Portable</a><a href="solutions/solutions_stationary.htm">Small Stationary</a><a href="solutions/solutions_e_vehicles.htm">e-Vehicles</a><a href="solutions/solutions_custom.htm">Custom</a></div>';

document.getElementById('menubar').innerHTML += '<div id="dropmenu4" class="dropmenudiv" style="width: 125px;"><a href="technology/technology.htm">Overview</a><a href="technology/technology_fuel_cells.htm">Fuel Cell Systems</a><a href="technology/technology_fuel_cell_types.htm">Types of Fuel Cells</a></div>';

document.getElementById('menubar').innerHTML += '<div id="dropmenu5" class="dropmenudiv" style="width: 125px;"><a href="news_events/news_press.htm">Press Releases</a><a href="news_events/news_news.htm">News</a><a href="news_events/news_events.htm">Events</a></div>';

document.getElementById('menubar').innerHTML += '<div id="dropmenu6" class="dropmenudiv" style="width: 123px;"></div>';

tabdropdown.init('menubar');
}

