var tabs = new Array();
tabs['about'] = "<a href=\"http://www.carbonsolutionsamerica.com/companybackground.php\" style=\"margin-right: 10px;\">Company Background</a><a href=\"http://www.carbonsolutionsamerica.com/aboutus.php\" style=\"margin-right: 10px;\">Management Team</a><a href=\"http://www.carbonsolutionsamerica.com/advisoryboard.php\" style=\"margin-right: 10px;\">Advisory Board</a>";
//tabs['services'] = "<a href=\"http://www.carbonsolutionsamerica.com/footprinting.php\" style=\"margin-right: 10px;\">Carbon Footprinting</a><a href=\"http://www.carbonsolutionsamerica.com/ghgreduction.php\" style=\"margin-right: 10px;\">GHG Reduction</a><a href=\"http://www.carbonsolutionsamerica.com/sustainability.php\" style=\"margin-right: 10px;\">Sustainability</a><a href=\"http://www.carbonsolutionsamerica.com/energy_efficiency.php\" style=\"margin-right: 10px;\">Energy Efficiency</a><a href=\"http://www.carbonsolutionsamerica.com/carboncredit.php\" style=\"margin-right: 10px;\">Credit Management</a><a href=\"http://www.carbonsolutionsamerica.com/governmentcontracting.php\" style=\"margin-right: 10px;\">Government Contracting</a><a href=\"http://www.carbonsolutionsamerica.com/additional_services.php\" style=\"margin-right: 10px;\">Additional Services</a>";
tabs['services'] = "<a href=\"http://www.carbonsolutionsamerica.com/projectmanagement.php\" style=\"margin-right: 10px;\">Project Development</a><a href=\"http://www.carbonsolutionsamerica.com/assetmanagement.php\" style=\"margin-right: 10px;\">Asset Management</a><a href=\"http://www.carbonsolutionsamerica.com/advisoryservices.php\" style=\"margin-right: 10px;\">Advisory Services</a>";
tabs['climate'] = "<a href=\"http://www.carbonsolutionsamerica.com/climatechange_what.php\" style=\"margin-right: 10px;\">What?</a><a href=\"http://www.carbonsolutionsamerica.com/climatechange_why.php\" style=\"margin-right: 10px;\">Why?</a><a href=\"http://www.carbonsolutionsamerica.com/climatechange_takeaction.php\" style=\"margin-right: 10px;\">Effects</a><a href=\"http://www.carbonsolutionsamerica.com/climatechange_methodology.php\" style=\"margin-right: 10px;\">Methodology</a>";
tabs['carbon'] = "<a href=\"http://www.carbonsolutionsamerica.com/carbonmarkets.php\" style=\"margin-right: 10px;\">Carbon Markets</a><a href=\"http://www.carbonsolutionsamerica.com/renewable.php\" style=\"margin-right: 10px;\">Renewable Energy Markets</a>";tabs['nh'] = "<a href=\"http://www.carbonsolutionsamerica.com/news.php\" style=\"margin-right: 10px;\">News</a><a href=\"http://www.carbonsolutionsamerica.com/blog\" style=\"margin-right: 10px;\">Headlines</a>";
tabs['contact'] = "<a href=\"http://www.carbonsolutionsamerica.com/locations.php\" style=\"margin-right: 10px;\">Locations</a><a href=\"http://www.carbonsolutionsamerica.com/careers.php\" style=\"margin-right: 10px;\">Careers</a>";

function tabbed(id){
  document.getElementById('sub_menu').style.display = "block";
  document.getElementById('sub_menu').innerHTML = tabs[id];
}

