﻿    // MIND STATE BUTTONS -- MyFamily, MyHealth & My Diet
    MSbtn1_on = new Image(110,32) 
    MSbtn1_on.src = "/images/Homeon.jpg" 
    
    MSbtn1_off = new Image(110,32) 
    MSbtn1_off.src = "/images/Homeoff.jpg" 


    MSbtn2_on = new Image(145,32) 
    MSbtn2_on.src = "/images/ChildNutritionOn.jpg" 

    MSbtn2_off = new Image(145,32) 
    MSbtn2_off.src = "/images/ChildNutritionOff.jpg" 

    MSbtn3_on = new Image(177,32) 
    MSbtn3_on.src = "/images/EducationMaterialsOn.jpg" 

    MSbtn3_off = new Image(177,32) 
    MSbtn3_off.src = "/images/EducationMaterialsOff.jpg" 
    
    MSbtn4_on = new Image(164,32) 
    MSbtn4_on.src = "/images/HealthandWellnessOn.jpg" 

    MSbtn4_off = new Image(164,32) 
    MSbtn4_off.src = "/images/HealthandWellnessOff.jpg"
    
    MSbtn5_on = new Image(106,32) 
    MSbtn5_on.src = "/images/ResearchOn1.jpg" 

    MSbtn5_off = new Image(106,32) 
    MSbtn5_off.src = "/images/ResearchOff1.jpg"
    
    MSbtn6_on = new Image(95,32) 
    MSbtn6_on.src = "/images/RecipesOn.jpg" 

    MSbtn6_off = new Image(95,32) 
    MSbtn6_off.src = "/images/RecipesOff.jpg"

    MSbtn7_on = new Image(139,32) 
    MSbtn7_on.src = "/images/PressandMediaOn.jpg" 

    MSbtn7_off = new Image(139,32) 
    MSbtn7_off.src = "/images/PressandMediaOff.jpg"



    

    function hilight(imgx,srcx) 
    {
	 // alert("Highlight here"+srcx+imgx);
	  if (document.images) {document.images[srcx].src = eval(imgx + ".src");}
    } 


str = location.pathname;
str = str.toLowerCase();



