
function rollover(n)
{
	document.images['boton'+n].src=document.images['boton'+n].src.replace("off.gif","on.gif");
}


function rollout(n)
{
document.images['boton'+n].src=document.images['boton'+n].src.replace("on.gif","off.gif");
}




