	function prehled(objRef, state) {
	objRef.style.backgroundColor = (1 == state) ? '#69B9E4' : '#FFF';
	return;
}
	document.write('<style type="text/css">td.to-bgstyle, td.to-dk-bgstyle{ color: #000; }</style>');

	function prehled_f(objRef, state) {
	objRef.style.backgroundColor = (1 == state) ? '#FB66BF' : '#FFF';
	return;
}
	document.write('<style type="text/css">td.to-bgstyle, td.to-dk-bgstyle{ color: #000; }</style>');
