function openme(object){
	object.style.background="#F5F6FF";
	}
function closeme(object){
	object.style.background="#DDECFF";
	}
function openme_1(object){
	object.style.background="#F4FEFF";
	}
function closeme_1(object){
	object.style.background="#EDF2FB";
	}
function openme_2(object){
	object.style.background="#F4FEFF";
	}
function closeme_2(object){
	object.style.background="#F9EEFF";
	}
