function mouseOver(bid) { document.getElementById(bid).src="/all/red.gif" }
function mouseOut(bid)  { document.getElementById(bid).src="/all/yellow.gif" }
