function changeMenu(obj,name){
	if (obj){
		obj.src="./common/images/"+name;
	}
}

