function mb_h(obj){
	obj.style.background='transparent url(images/left_menu_hover.gif) no-repeat scroll right bottom';
}
function mb_nh(obj){
	obj.style.background='transparent url(images/left_menu.gif) no-repeat scroll right bottom';
}
