	fr=window.top.document.frames[0].document;
	fr2=fr.getElementById(obj1);
	if (fr.yaon){
		 fr.yaon.style.backgroundColor="#FFFFFF";
		 fr.yaon.style.color="#000000";
	}
	fr2.style.backgroundColor="#FFFF00";
	//fr2.style.backgroundColor="#9999ff";
	
	fr2.style.color="#000000";
	fr.yaon=fr2;
