function izToggle(eltId,showorhide){
	document.getElementById(eltId).className = showorhide;
}