function on(where) {
 where.style.backgroundColor="#E8E7DB";
 where.style.cursor="hand";
}
function off(where) {
 where.style.backgroundColor="#FFFFFF"
}
//end
