function ton(o){
 o.style.backgroundColor='#996699';
 o.style.borderColor='#FFFFFF';
 o.style.cursor='hand';
 o.style.fontColor='#FFFFFF';
}
function toff(o){
o.style.backgroundColor='#FFFFFF';
o.style.borderColor='#262531';
}

