// JavaScript Document
	function doFocus(x,y){
		var oDiv = x.parentNode.parentNode;
		oDiv.style.background = (y) ? '#D1EBB6' : '#FFFFFF';
	}