function changeDivImageAbout()
{
    document.getElementById("about").style.backgroundImage = "url(images/aboutbk_over.png)";
}


function changeDivImageOutAbout()
{
    document.getElementById("about").style.backgroundImage = "url(images/aboutbk.png)";
}

function changeDivImageSpace()
{
    document.getElementById("space").style.backgroundImage = "url(images/Etkin-HomeV2menuroll.png)";
}


function changeDivImageOutSpace()
{
    document.getElementById("space").style.backgroundImage = "url(images/Etkin-HomeV2menubk.png)";
}

function changeDivImageManagement()
{
    document.getElementById("management").style.backgroundImage = "url(images/Etkin-HomeV2menuroll.png)";
}


function changeDivImageOutManagement()
{
    document.getElementById("management").style.backgroundImage = "url(images/Etkin-HomeV2menubk.png)";
}

function changeDivImageBuild()
{
    document.getElementById("buildtosuit").style.backgroundImage = "url(images/Etkin-HomeV2menuroll.png)";
}


function changeDivImageOutBuild()
{
    document.getElementById("buildtosuit").style.backgroundImage = "url(images/Etkin-HomeV2menubk.png)";
}

function changeDivImagePortfolio()
{
    document.getElementById("portfolio").style.backgroundImage = "url(images/Etkin-HomeV2menuroll.png)";
}


function changeDivImageOutPortfolio()
{
    document.getElementById("portfolio").style.backgroundImage = "url(images/Etkin-HomeV2menubk.png)";
}

function changeDivImageNews()
{
    document.getElementById("news").style.backgroundImage = "url(images/Etkin-HomeV2menuroll.png)";
}


function changeDivImageOutNews()
{
    document.getElementById("news").style.backgroundImage = "url(images/Etkin-HomeV2menubk.png)";
}

function changeDivImageBrokers()
{
    document.getElementById("brokers").style.backgroundImage = "url(images/Etkin-HomeV2menuroll.png)";
}


function changeDivImageOutBrokers()
{
    document.getElementById("brokers").style.backgroundImage = "url(images/Etkin-HomeV2menubk.png)";
}

function changeDivImageContact()
{
    document.getElementById("contact").style.backgroundImage = "url(images/contactbk_over.png)";
}


function changeDivImageOutContact()
{
		document.getElementById("contact").style.backgroundImage = "url(images/contactbk.png)";
}

//function changeDivImageHistory()
//{
//    document.getElementById("history").style.backgroundImage = "url(images/rtv.png)";
//}


//function changeDivImageOutHistory()
//{
//		document.getElementById("history").style.backgroundImage = "url()";
//}

function changeDivImageAward()
{
    document.getElementById("awards").style.backgroundImage = "url(images/menu2mtv.png)";
}


function changeDivImageOutAward()
{
		document.getElementById("awards").style.backgroundImage = "url()";
}

function changeDivImageRep()
{
    document.getElementById("repclient").style.backgroundImage = "url(images/menu2mtv.png)";
}


function changeDivImageOutRep()
{
		document.getElementById("repclient").style.backgroundImage = "url()";
}

function changeDivImageTeam()
{
    document.getElementById("team").style.backgroundImage = "url(images/menu2mtv.png)";
}


function changeDivImageOutTeam()
{
		document.getElementById("team").style.backgroundImage = "url()";
}
