// az egér az objektum felett
function temaover(obj) {
obj.style.background="#ffff99";
}
// az egér elhagyja az objektumot
function temaout(obj) {
obj.style.background="#ffff66";
}
function szerkover(obj) {
obj.style.background="#ffff99";
}
function szerkout(obj) {
obj.style.background="#ffff68";
}