function changeImage()
{
document.images["jsbutton"].src= "bott1b.gif";
return true;
}

function changeImageBack() 
{
 document.images["jsbutton"].src = "bott1.gif";
 return true;
}

function changeImage2()
{
document.images["jsbutton2"].src= "bott2b.gif";
return true;
}

function changeImageBack2() 
{
 document.images["jsbutton2"].src = "bott2.gif";
 return true;
}


function changeImage3()
{
document.images["jsbutton3"].src= "bott3b.gif";
return true;
}

function changeImageBack3() 
{
 document.images["jsbutton3"].src = "bott3.gif";
 return true;
}

function changeImage4()
{
document.images["jsbutton4"].src= "bott4b.gif";
return true;
}

function changeImageBack4() 
{
 document.images["jsbutton4"].src = "bott4.gif";
 return true;
}

function changeImage5()
{
document.images["jsbutton5"].src= "bott5b.gif";
return true;
}

function changeImageBack5() 
{
 document.images["jsbutton5"].src = "bott5.gif";
 return true;
}

function changeImage6()
{
document.images["jsbutton6"].src= "bott6b.gif";
return true;
}

function changeImageBack6() 
{
 document.images["jsbutton6"].src = "bott6.gif";
 return true;
}

function changeImage7()
{
document.images["jsbutton7"].src= "bott7b.gif";
return true;
}

function changeImageBack7() 
{
 document.images["jsbutton7"].src = "bott7.gif";
 return true;
}

function changeImage8()
{
document.images["jsbutton8"].src= "bott8b.gif";
return true;
}

function changeImageBack8() 
{
 document.images["jsbutton8"].src = "bott8.gif";
 return true;
}

function changeImage0()
{
document.images["jsbutton0"].src= "bott0b.gif";
return true;
}

function changeImageBack0() 
{
 document.images["jsbutton0"].src = "bott0.gif";
 return true;
}