function buttondown(myobj)
{
//alert("hi");
document.getElementById(myobj.id).style.backgroundImage="url('resources/sidebuttondown.png')";

}

function buttonup(myobj)
{
//alert("hi");
document.getElementById(myobj.id).style.backgroundImage="url('resources/sidebutton.png')";

}

function fbuttondown(myobj)
{
//alert("hi");
document.getElementById(myobj.id).src="resources/facebookdown.png";

}

function fbuttonup(myobj)
{
//alert("hi");
document.getElementById(myobj.id).src="resources/facebook.png";

}
