function menuOver(thisMenu){
	thisMenu.style.backgroundImage='url(../../aa_images/menu/bg_menu_over.gif)';
}

function menuOut(thisMenu){
	thisMenu.style.backgroundImage='';
}
