   fixhover=function() 
       {
       
	      if(document.getElementById('hd_features_button'))
	      { 
		       var featuresButton = document.getElementById('hd_features_button');
		       featuresButton.onmouseover = function()
		       {
			      featuresButton.src='images/buttons/nutrition/hd_features2.gif';
			   
		       }
			featuresButton.onmouseout = function()
		       {
			       featuresButton.src='images/buttons/nutrition/hd_features.gif';
		       }
	      }
	      
	     if(document.getElementById('hp_features_button'))
		        { 
		       var featuresButton = document.getElementById('hp_features_button');
		       featuresButton.onmouseover = function()
		       {
			      featuresButton.src='images/buttons/nutrition/hp_features2.gif';
			   
		       }
			featuresButton.onmouseout = function()
		       {
			       featuresButton.src='images/buttons/nutrition/hp_features.gif';
		       }
	      }
	      
	          if(document.getElementById('hf_features_button'))
		        { 
		       var featuresButton = document.getElementById('hf_features_button');
		       featuresButton.onmouseover = function()
		       {
			      featuresButton.src='images/buttons/nutrition/hf_features2.jpg';
			   
		       }
			featuresButton.onmouseout = function()
		       {
			       featuresButton.src='images/buttons/nutrition/hf_features.jpg';
		       }
	      }
		 if(document.getElementById('home_menu_tab'))
		        { 
		       var homeMenuTab = document.getElementById('home_menu_tab');
		       homeMenuTab.onmouseover = function()
		       {
			      homeMenuTab.src='images/buttons/tabs/menu_home2.gif';
			   
		       }
			   homeMenuTab.onmouseout = function()
		       {
			       homeMenuTab.src='images/buttons/tabs/menu_home.gif';
		       }
	      }  
		     
			if(document.getElementById('hd_menu_tab'))
		        { 
		       var branMenuTab = document.getElementById('hd_menu_tab');
		       branMenuTab.onmouseover = function()
		       {
			      branMenuTab.src='images/buttons/tabs/menu_bran2.gif';
			   
		       }
			   branMenuTab.onmouseout = function()
		       {
			       branMenuTab.src='images/buttons/tabs/menu_bran.gif';
		       }
	      }   
			if(document.getElementById('hf_menu_tab'))
		        { 
		       var germMenuTab = document.getElementById('hf_menu_tab');
		       germMenuTab.onmouseover = function()
		       {
			      germMenuTab.src='images/buttons/tabs/menu_germ2.gif';
			   
		       }
			   germMenuTab.onmouseout = function()
		       {
			       germMenuTab.src='images/buttons/tabs/menu_germ.gif';
		       }
	      }   
       
	   if(document.getElementById('hp_menu_tab'))
		        { 
		       var proteinMenuTab = document.getElementById('hp_menu_tab');
		       proteinMenuTab.onmouseover = function()
		       {
			      proteinMenuTab.src='images/buttons/tabs/menu_protein2.gif';
			   
		       }
			   proteinMenuTab.onmouseout = function()
		       {
			       proteinMenuTab.src='images/buttons/tabs/menu_protein.gif';
		       }
	      }   
	   
	   
	   
	   
	   
	   
	   }
