// JavaScript Document

function changeImage()
{
document.images["button1"].src= "ChatRoll.gif";
return true;
}

function changeImage2()
{
document.images["button2"].src= "LakeRoll.gif";
return true;
}

