function ShowHome()
	{
	document.getElementById('HdrLogo').src= '../images/header_home.jpg';
	}

function HideHome()
	{
	document.getElementById('HdrLogo').src= '../images/header.jpg';
	}
	
function ShowIT(index)
	{
	document.getElementById('mD' + index).style.backgroundImage= 'url(../images/menuOver.jpg)';
	document.getElementById('mL' + index).style.color= '#72550e';
	}

function HideIT(index)
	{
	document.getElementById('mD' + index).style.backgroundImage= '';
	document.getElementById('mL' + index).style.color= '#5b7389';
	}


function HomeProdOver(zart)
	{
	document.getElementById("HomeProdMenuLine" + zart).style.color= 'white';
	}

function HomeProdOut(zart)
	{
	document.getElementById("HomeProdMenuLine" + zart).style.color= '#2b4560';
	}