function changeColor(x)
{
 	if(x==a){document.all.a.bgColor="#CCCC99"};
 	if(x==b){document.all.b.bgColor="#CCCC99"};
 	if(x==c){document.all.c.bgColor="#CCCC99"};
 	if(x==d){document.all.d.bgColor="#CCCC99"};
 	if(x==e){document.all.e.bgColor="#CCCC99"};
 	if(x==f){document.all.f.bgColor="#CCCC99"};
 }
function restoreColor(x)
{
 	if(x==a){document.all.a.bgColor="#999966"};
 	if(x==b){document.all.b.bgColor="#999966"};
 	if(x==c){document.all.c.bgColor="#999966"};
	if(x==d){document.all.d.bgColor="#999966"};
 	if(x==e){document.all.e.bgColor="#999966"};
	if(x==f){document.all.f.bgColor="#999966"};
}
function redirect(x)
{	 
	if(x==a){window.location="index.htm";};
	if(x==b){window.location="about.htm";};
	if(x==c){window.location="start.htm";};
	if(x==d){window.location="class.htm";};
	if(x==e){window.location="gallery.htm";};
	if(x==f){window.location="sponsorhsip.htm";};
}

