function clz(i_nam,clr){
	if (clr == "")
	document[i_nam].style.filter='gray()';
	else {
	document[i_nam].style.filter=1;}
}