function updatebutton(activebutton)
{

document.images.homebutton.src="images/buttons/00_button_home_w.gif" ;
document.images.scorecardbutton.src="images/buttons/00_button_scorecard_w.gif"  ;
document.images.pressbutton.src="images/buttons/00_button_press_w.gif"  ;
document.images.testbutton.src="images/buttons/00_button_testimonial_w.gif"  ;
document.images.linksbutton.src="images/buttons/00_button_links_w.gif"  ;
document.images.officebutton.src="images/buttons/00_button_frontoffice_w.gif"  ;
document.images.recessbutton.src="images/buttons/00_button_recess_club.gif"  ;


document.images.homebutton.alt="The latest buzz about the company"  ;
document.images.logoimage.alt="click to replay flash introduction" ;
document.images.sponsorbutton.alt="Sponsor Advantages" ;
document.images.scorecardbutton.alt= "What is a KiDS ScoreCard?  How can it help my business?" ;
document.images.pressbutton.alt= "KiDS ScoreCard in the news"  ;
document.images.testbutton.alt= "See what customers are saying about KiDS ScoreCard!"  ;
document.images.linksbutton.alt= "Key clients and friends of KiDS ScoreCard"  ;
document.images.souvinerbutton.alt= "The KiDS ScoreCard 24x7 concession stand"  ;
document.images.gamesbutton.alt= "Coming Soon"  ;
document.images.recessbutton.alt= "The KiDS ScoreCard signature product"  ;
document.images.officebutton.alt= "Contact info for KiDS ScoreCard"  ;




switch (activebutton)   {
case 1  : document.images.homebutton.src="images/buttons/00_button_home_y.gif"  ;break ;
case 3  : document.images.scorecardbutton.src="images/buttons/00_button_scorecard_y.gif"  ;break ;
case 4  : document.images.pressbutton.src="images/buttons/00_button_press_y.gif"  ;break ;
case 5  : document.images.testbutton.src="images/buttons/00_button_testimonial_y.gif"  ;break ;
case 6  : document.images.linksbutton.src="images/buttons/00_button_links_y.gif"  ;break ;
case 9  : document.images.recessbutton.src="images/buttons/00_button_recess_club_act.gif" ; break ;
case 10 : document.images.officebutton.src="images/buttons/00_button_frontoffice_y.gif"  ;break ;


}
}


