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