<!--
function swapBckPicture(btnid,btnimage)
{
document.getElementById(''+btnid+'').style.backgroundImage = 'url('+btnimage+')';
}
-->