function deb(xx)
{try{parent.document.images['img'+xx].src = "images/on.gif" ;}
catch(error){}}
function fin(xx)
{try{parent.document.images['img'+xx].src = "images/off.gif" ;}
catch(error){}}
