function topMenuOver(obj) {
	obj.style.backgroundImage='url(/images/bar/top-menu-lft-hover_bg.gif)';
}

function topMenuOut(obj) {
	obj.style.backgroundImage='url(/images/bar/top-menu-lft_bg.gif)';
}


