function switchMeOn()
{
	document.getElementById('subNavBar').style.display='block';
	document.getElementById('subNavBarContent').style.display='block';
}

function switchMeOff()
{
	document.getElementById('subNavBar').style.display='none';
	document.getElementById('subNavBarContent').style.display='none';
}

//

function homeOver()
{
	document.getElementById('imgHome').src='/images/navbar/homeOver.gif'; 
}

function salesOver()
{
	document.getElementById('imgSales').src='/images/navbar/salesOver.gif'; 
}

function newHomesOver()
{
	document.getElementById('imgNewHomes').src='/images/navbar/newHomesOver.gif'; 
}

function lettingsOver()
{
	document.getElementById('imgLettings').src='/images/navbar/LettingsOver.gif'; 
}

function mortgagesOver()
{
	document.getElementById('imgMortgages').src='/images/navbar/mortgagesOver.gif'; 
}

function overseasOver()
{
	document.getElementById('imgOverseas').src='/images/navbar/overseasOver.gif'; 
}

function otherServicesOver()
{
	document.getElementById('imgOtherServices').src='/images/navbar/otherServicesOver.gif'; 
}

function profileOver()
{
	document.getElementById('imgProfile').src='/images/navbar/profileOver.gif'; 
}

function contactUsOver()
{
	document.getElementById('imgContactUs').src='/images/navbar/contactUsOver.gif'; 
}

function registerOver()
{
	document.getElementById('imgRegister').src='/images/navbar/registerOver.gif'; 
}

function savedPropertiesOver()
{
	document.getElementById('imgSavedProperties').src='/images/navbar/savedPropertiesOver.gif'; 
}

function removalsOver()
{
	document.getElementById('imgRemovals').src='/images/navbar/removalsOver.gif'; 
}

function conveyancingOver()
{
	document.getElementById('imgConveyancing').src='/images/navbar/conveyancingOver.gif'; 
}

function landOver()
{
	document.getElementById('imgLand').src='/images/navbar/landOver.gif';
}

//

function homeOut()
{
	document.getElementById('imgHome').src='/images/navbar/homeOut.gif'; 
}

function salesOut()
{
	document.getElementById('imgSales').src='/images/navbar/salesOut.gif'; 
}

function newHomesOut()
{
	document.getElementById('imgNewHomes').src='/images/navbar/newHomesOut.gif'; 
}

function lettingsOut()
{
	document.getElementById('imgLettings').src='/images/navbar/LettingsOut.gif'; 
}

function mortgagesOut()
{
	document.getElementById('imgMortgages').src='/images/navbar/mortgagesOut.gif'; 
}

function overseasOut()
{
	document.getElementById('imgOverseas').src='/images/navbar/overseasOut.gif'; 
}

function otherServicesOut()
{
	document.getElementById('imgOtherServices').src='/images/navbar/otherServicesOut.gif'; 
}

function profileOut()
{
	document.getElementById('imgProfile').src='/images/navbar/profileOut.gif'; 
}

function contactUsOut()
{
	document.getElementById('imgContactUs').src='/images/navbar/contactUsOut.gif'; 
}

function registerOut()
{
	document.getElementById('imgRegister').src='/images/navbar/registerOut.gif'; 
}

function savedPropertiesOut()
{
	document.getElementById('imgSavedProperties').src='/images/navbar/savedPropertiesOut.gif'; 
}

function removalsOut()
{
	document.getElementById('imgRemovals').src='/images/navbar/removalsOut.gif'; 
}

function conveyancingOut()
{
	document.getElementById('imgConveyancing').src='/images/navbar/conveyancingOut.gif'; 
}

function landOut()
{
	document.getElementById('imgLand').src='/images/navbar/landOut.gif';
}