function onColor(degisken_1)
	{
		degisken_1.style.backgroundColor='A29E9D';
	}

	function offColor(degisken_1)
	{
		degisken_1.style.backgroundColor='';
	}
	function downColor(degisken_1)
	{
		degisken_1.style.backgroundColor='EF98AF';
		return true;
	}
