function gombbg(){

	document.getElementById('tr1').style.backgroundColor='';

	document.getElementById('tr3').style.backgroundColor='';

	

	if(document.getElementById('tr4') != null){

		document.getElementById('tr4').style.backgroundColor='';

		document.getElementById('tr5').style.backgroundColor='';

	}

}
