function hover(o) {
	document.getElementById('o').style.background='url("bg-menu-active.gif") repeat-x';
}
function out(o) {
	document.getElementById('o').style.background='url("bg-menu.gif") repeat-x';
}
