function on(where) {
 where.style.backgroundColor="#8CA2B2";
 where.style.cursor="hand";
}
function off(where) {
 where.style.backgroundColor="#69879B"
}


//end