
function doButtons(picimage, thisitem) 
{
document.getElementById(thisitem).src=picimage;
}

