function changeButton(obj,state) {
	
	if (state==1) obj.style.backgroundImage = 'url(/images/menu_over.jpg)';
	else obj.style.backgroundImage='';
	
}