function menubar(dir,id,state) {
	var c = '/images/'+dir+'/'+id;
	var d = document.getElementById(id);
	d.src = c+'_'+state+'.png';
}