function grey(gg)
{
iexp=document.all
if(iexp){
document.all[gg].style.color='#FF00FF';
}
}


function blue(bb)
{
iexp=document.all
if(iexp){
document.all[bb].style.color='#800000';
}
}

