function con(aa,bb,cc)
{
aa.style.backgroundColor='gray';
bb.style.backgroundColor='E0DCDE';
cc.style.cursor = 'hand';

}
function coff(aa,bb)
{
aa.style.backgroundColor='#C4C9CA';
bb.style.backgroundColor='#C4C9CA';
}
