function on(where) {
 where.style.backgroundColor="#CCFF33";
 where.style.cursor="hand";
}
function off(where) {
 where.style.backgroundColor="#BEC8D2"
}


//end
