//Primary and dropdown menu data

function loadPrimaryNav(){
var html = "";

//Primary navigation
html += '<table id="primary_nav" width="583" height="28" border="0" cellpadding="0" cellspacing="0">';
html += '<tr>';

if(onState == "home"){
html += '<td><img id="home" src="images/spacer.gif" width="47" height="28" alt="home"></td>';
}else
html += '<td><img id="home" src="images/home_off.gif" width="47" height="28" alt="home" style="cursor: pointer; cursor: hand" onMouseOver="this.src=\'images/home_on.gif\'" onMouseOut="this.src=\'images/home_off.gif\'" onClick="document.location=\'index.php\'"></td>';

if(onState == "solutions"){
html += '<td><img id="solutions" src="images/solutions_on.gif" width="151" height="28" alt="Biodiesel User Solutions" style="cursor: pointer; cursor: hand" onMouseOver="this.src=\'images/solutions_on.gif\'; showMenu(-1,18,\'solutions\')" onMouseOut="this.src=\'images/solutions_off.gif\'; hideMenu(); active_bt()"></td>';
}else
html += '<td><img id="solutions" src="images/solutions_off.gif" width="151" height="28" alt="Biodiesel User Solutions" style="cursor: pointer; cursor: hand" onMouseOver="this.src=\'images/solutions_on.gif\'; showMenu(-1,18,\'solutions\')" onMouseOut="this.src=\'images/solutions_off.gif\'; hideMenu(); active_bt()" onClick="document.location=\'biodselfuels.php\'"></td>';

if(onState == "about"){
html += '<td><img id="about" src="images/about_on.gif" width="97" height="28" alt="About Blue Sun" style="cursor: pointer; cursor: hand" onMouseOver="this.src=\'images/about_on.gif\'; showMenu(-1,18,\'about\')" onMouseOut="this.src=\'images/about_off.gif\'; hideMenu(); active_bt()"></td>';
}else
html += '<td><img id="about" src="images/about_off.gif" width="97" height="28" alt="About Blue Sun" style="cursor: pointer; cursor: hand" onMouseOver="this.src=\'images/about_on.gif\'; showMenu(-1,18,\'about\')" onMouseOut="this.src=\'images/about_off.gif\'; hideMenu(); active_bt()" onClick="document.location=\'aboutbluesunbiodiesel.php\'"></td>';

if(onState == "partners"){
html += '<td><img id="partners" src="images/partners_on.gif" width="118" height="28" alt="Biodiesel Partners" style="cursor: pointer; cursor: hand" onMouseOver="this.src=\'images/partners_on.gif\'; showMenu(-1,18,\'partners\')" onMouseOut="this.src=\'images/partners_off.gif\'; hideMenu(); active_bt()"></td>';
}else
html += '<td><img id="partners" src="images/partners_off.gif" width="118" height="28" alt="Biodiesel Partners" style="cursor: pointer; cursor: hand" onMouseOver="this.src=\'images/partners_on.gif\'; showMenu(-1,18,\'partners\')" onMouseOut="this.src=\'images/partners_off.gif\'; hideMenu(); active_bt()" onClick="document.location=\'biodieselproducers.php\'"></td>';

if(onState == "news"){
html += '<td><img id="news" src="images/news_on.gif" width="99" height="28" alt="News & Events"></td>';
}else
html += '<td><img id="news" src="images/news_off.gif" width="99" height="28" alt="News & Events" style="cursor: pointer; cursor: hand" onMouseOver="this.src=\'images/news_on.gif\'" onMouseOut="this.src=\'images/news_off.gif\'; hideMenu(); active_bt()" onClick="document.location=\'biodieselnews.php\'"></td>';

if(onState == "contact"){
html += '<td><img id="contact" src="images/contact_on.gif" width="71" height="28" alt="Contact Us"></td>';
}else
html += '<td><img id="contact" src="images/contact_off.gif" width="71" height="28" alt="Contact Us" style="cursor: pointer; cursor: hand" onMouseOver="this.src=\'images/contact_on.gif\'" onMouseOut="this.src=\'images/contact_off.gif\'; hideMenu(); active_bt()" onClick="document.location=\'contactbluesunbiodiesel.php\'"></td>';

html += '</tr>';
html += '</table>';

document.write(html);
}

function loadDropdownNav(){
var html = "";

//Solutions dropdown
html += '<div id="dm_solutions" onMouseOver="showMenu(-1,18,\'solutions\'); document.getElementById(\'solutions\').src=\'images/solutions_on.gif\'" onMouseOut="hideMenu(); active_bt()" style="width: 265px; padding-top: 10px; z-index: 2">';
html += '<table width="265" border="0" cellspacing="0" cellpadding="0">';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'sol_icon_1\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'sol_icon_1\').src=\'images/spacer.gif\'" onClick="document.location=\'biodselfuels.php\'"><img src="images/spacer.gif" width="23" height="16" id="sol_icon_1">Blue Sun Biodiesel Fuels</td></tr>';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'sol_icon_2\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'sol_icon_2\').src=\'images/spacer.gif\'"  onClick="document.location=\'aboutbiodieselfuel.php\'"><img src="images/spacer.gif" width="23" height="16" id="sol_icon_2">About Biodiesel Fuel</td></tr>';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'sol_icon_3\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'sol_icon_3\').src=\'images/spacer.gif\'"  onClick="document.location=\'biodiesel_vs_diesel.php\'"><img src="images/spacer.gif" width="23" height="16" id="sol_icon_3">Blue Sun Biodiesel vs. Diesel</td></tr>';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'sol_icon_4\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'sol_icon_4\').src=\'images/spacer.gif\'"  onClick="document.location=\'biodiesel_near_you.php\'"><img src="images/spacer.gif" width="23" height="16" id="sol_icon_4">Find A Blue Sun Biodiesel Pump Near You</td></tr>';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'sol_icon_5\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'sol_icon_5\').src=\'images/spacer.gif\'"  onClick="document.location=\'biodiesel_web_res.php\'"><img src="images/spacer.gif" width="23" height="16" id="sol_icon_5">Biodiesel Web Resources</td></tr>';
html += '</table>';
html += '<img src="images/dropdown_bottom1.gif" width="265" height="10">';
html += '</div>';

//About dropdown
html += '<div id="dm_about" onMouseOver="showMenu(-1,18,\'about\'); document.getElementById(\'about\').src=\'images/about_on.gif\'" onMouseOut="hideMenu(); active_bt()" style="width: 225px; padding-top: 10px; z-index: 2">';
html += '<table width="225" border="0" cellspacing="0" cellpadding="0">';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'about_icon_1\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'about_icon_1\').src=\'images/spacer.gif\'" onClick="document.location=\'aboutbluesunbiodiesel.php\'"><img src="images/spacer.gif" width="23" height="16" id="about_icon_1">Overview</td></tr>';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'about_icon_2\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'about_icon_2\').src=\'images/spacer.gif\'"  onClick="document.location=\'biodiesel_business_strategy.php\'"><img src="images/spacer.gif" width="23" height="16" id="about_icon_2">Business Strategy</td></tr>';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'about_icon_3\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'about_icon_3\').src=\'images/spacer.gif\'"  onClick="document.location=\'biofuel_research.php\'"><img src="images/spacer.gif" width="23" height="16" id="about_icon_3">Biodiesel Agricultural Research</td></tr>';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'about_icon_4\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'about_icon_4\').src=\'images/spacer.gif\'"  onClick="document.location=\'biodieselmanagement.php\'"><img src="images/spacer.gif" width="23" height="16" id="about_icon_4">Management</td></tr>';
html += '</table>';
html += '<img src="images/dropdown_bottom1.gif" width="225" height="10">';
html += '</div>';

//Partners dropdown
html += '<div id="dm_partners" onMouseOver="showMenu(-1,18,\'partners\'); document.getElementById(\'partners\').src=\'images/partners_on.gif\'" onMouseOut="hideMenu(); active_bt()" style="width: 165px; padding-top: 10px; z-index: 2">';
html += '<table width="165" border="0" cellspacing="0" cellpadding="0">';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'part_icon_1\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'part_icon_1\').src=\'images/spacer.gif\'" onClick="document.location=\'biodieselproducers.php\'"><img src="images/spacer.gif" width="23" height="16" id="part_icon_1">Blue Sun Producers </td></tr>';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'part_icon_2\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'part_icon_2\').src=\'images/spacer.gif\'"  onClick="document.location=\'biodieseldistributors.php\'"><img src="images/spacer.gif" width="23" height="16" id="part_icon_2">Blue Sun Distributors</td></tr>';
html += '<tr><td class="dropdown_navigation_off" onMouseOver="this.className=\'dropdown_navigation_on\'; document.getElementById(\'part_icon_3\').src=\'images/dropdown_menu_icon.gif\'" onMouseOut="this.className=\'dropdown_navigation_off\'; document.getElementById(\'part_icon_3\').src=\'images/spacer.gif\'"  onClick="document.location=\'bluesuninvestors.php\'"><img src="images/spacer.gif" width="23" height="16" id="part_icon_3">Blue Sun Investors</td></tr>';
html += '</table>';
html += '<img src="images/dropdown_bottom2.gif" width="164" height="10">';
html += '</div>';

document.write(html);
}