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