productsButton = "btn_products_off";
servicesButton = "btn_services_off";
alliancesButton = "btn_alliances_off";
customersButton = "btn_customers_off";
newsButton = "btn_news_off";
contactButton = "btn_contact_off";
aboutButton = "btn_about_off";
blockedMenu = ""; 
if (currentSection == "products") { 
	productsButton = "btn_products_on"; 
	blockedMenu = "Layer1"; 
	}
if (currentSection == "services") { 
	servicesButton = "btn_services_on"; 
	blockedMenu = "Layer2"; 
	}
if (currentSection == "alliances") { 
	alliancesButton = "btn_alliances_on"; 
	blockedMenu = "Layer3"; 
	}
if (currentSection == "customers") { 
	customersButton = "btn_customers_on"; 
	blockedMenu = "Layer4"; 
	}
if (currentSection == "news") { 
	newsButton = "btn_news_on"; 
	blockedMenu = "Layer5"; 
	}
if (currentSection == "contact") { 
	contactButton = "btn_contact_on"; 
	blockedMenu = "Layer6"; 
	}
if (currentSection == "about") { 
	aboutButton = "btn_about_on"; 
	blockedMenu = "Layer7"; 
	}

document.write("<table width=\"553\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
document.write("<tr> ");
document.write("<td><a href=\"products.html\" onMouseOver=\"MM_showHideLayers('Layer1','','show','Layer2','','hide','Layer3','','hide','Layer4','','hide','Layer5','','hide','Layer6','','hide','Layer7','','hide');MM_swapImage('btn_products','','images/btn_products_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/" + productsButton + ".gif\" name=\"btn_products\" width=\"75\" height=\"27\" border=\"0\" id=\"btn_products\"></a></td>");
document.write("<td><a href=\"services.html\" onMouseOver=\"MM_showHideLayers('Layer1','','hide','Layer2','','show','Layer3','','hide','Layer4','','hide','Layer5','','hide','Layer6','','hide','Layer7','','hide');MM_swapImage('btn_services','','images/btn_services_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/" + servicesButton + ".gif\" name=\"btn_services\" width=\"60\" height=\"27\" border=\"0\" id=\"btn_services\"></a></td>");
document.write("<td><a href=\"alliances.html\" onMouseOver=\"MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','show','Layer4','','hide','Layer5','','hide','Layer6','','hide','Layer7','','hide');MM_swapImage('btn_alliances','','images/btn_alliances_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/" + alliancesButton + ".gif\" name=\"btn_alliances\" width=\"63\" height=\"27\" border=\"0\" id=\"btn_alliances\"></a></td>");
document.write("<td><a href=\"customers.html\" onMouseOver=\"MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide','Layer4','','show','Layer5','','hide','Layer6','','hide','Layer7','','hide');MM_swapImage('btn_customers','','images/btn_customers_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/" + customersButton + ".gif\" name=\"btn_customers\" width=\"70\" height=\"27\" border=\"0\" id=\"btn_customers\"></a></td>");
document.write("<td><a href=\"news.html\" onMouseOver=\"MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide','Layer4','','hide','Layer5','','show','Layer6','','hide','Layer7','','hide');MM_swapImage('btn_news','','images/btn_news_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/" + newsButton + ".gif\" name=\"btn_news\" width=\"101\" height=\"27\" border=\"0\" id=\"btn_news\"></a></td>");
document.write("<td><a href=\"contact.html\" onMouseOver=\"MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide','Layer4','','hide','Layer5','','hide','Layer6','','show','Layer7','','hide');MM_swapImage('btn_contact','','images/btn_contact_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/" + contactButton + ".gif\" name=\"btn_contact\" width=\"70\" height=\"27\" border=\"0\" id=\"btn_contact\"></a></td>");
document.write("<td><a href=\"about.html\" onMouseOver=\"MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide','Layer4','','hide','Layer5','','hide','Layer6','','hide','Layer7','','show');MM_swapImage('btn_about','','images/btn_about_on.gif',1)\" onMouseOut=\"MM_swapImgRestore()\"><img src=\"images/" + aboutButton + ".gif\" name=\"btn_about\" width=\"114\" height=\"27\" border=\"0\" id=\"btn_about\"></a></td>");
document.write("</tr>");
document.write("</table>");
