<!--
//ÑÕÉ«
function selectcolor(thistable,obj){
	if (obj.checked){
		thistable.style.backgroundColor='#feeee0';
	}else{
		thistable.style.backgroundColor='';
	}
	document.cookie="infoid="+thistable;//Ð´COOKIES
}
//-->
