<!--
function change(col,a,stat) {
if(document.all || document.getElementsByTagName) {
if(stat) 
window.status = a.href;
else
window.status = '';
a.style.backgroundColor = col;
}
return false;
}
//-->