
<!-- Otaka JavaScript Library -->

function gray(obj,en) {
	if (document.all) {
		obj.filters[0].enabled = en;
	}
}
