function tooltipon (theObj) {
        theObj.title="";
	theObj.className="JSon";
	theObj.style.zIndex = 800;
}

function tooltipoff (theObj) {
        theObj.title="";
	theObj.className="JSoff";
	theObj.style.zIndex = 100;
}
