function onm(obj) {
obj.style.backgroundColor='oldlace';
}
function onmo(obj) {
obj.style.backgroundColor='transparent';
}
function onc(url) {
document.location.href=url;
}