
function on_apla_bright(id)
{
	document.getElementById(id).style.backgroundColor='#A1C425';
	document.getElementById(id).style.color='#333333';
}

function off_apla_bright(id)
{
	document.getElementById(id).style.backgroundColor='';
	document.getElementById(id).style.color='#CCCCCC';
}

function on_apla_dark(id)
{
	document.getElementById(id).style.backgroundColor='#333333';
	document.getElementById(id).style.color='#A1C425';
}

function off_apla_dark(id)
{
	document.getElementById(id).style.backgroundColor='#A1C425';
	document.getElementById(id).style.color='#333333';
}

function on_apla_read(id1,id2)
{
	document.getElementById(id1).style.color='#A1C425';
	document.getElementById(id2).src="/images_home/strzalki-tekst-over-stronaglowna.png";	
}

function off_apla_read(id1,id2)
{
	document.getElementById(id1).style.color='#666666';
	document.getElementById(id2).src="/images_home/strzalki-tekst.png";
}
function on_menu_bright(id)
{
	//document.getElementById(id).style.backgroundColor='#A1C425';
	document.getElementById(id).style.color='#A1C425';
}

function off_menu_bright(id)
{
	//document.getElementById(id).style.backgroundColor='#333333';
	document.getElementById(id).style.color='#CCCCCC';
}