function homeOver()
{
	homeExp = "A welcome and introduction to Cordwells.";
	document.getElementById('write').innerHTML = homeExp;
}

function homeOut()
{
	homeExp = " ";
	document.getElementById('write').innerHTML = homeExp;
}

function beforeOver()
{
	homeExp = "Before and after images of our work.";
	document.getElementById('write').innerHTML = homeExp;
}

function beforeOut()
{
	homeExp = " ";
	document.getElementById('write').innerHTML = homeExp;
}


function galleryOver()
{
	homeExp = "Take a look at what we do.";
	document.getElementById('write').innerHTML = homeExp;
}

function galleryOut()
{
	homeExp = " ";
	document.getElementById('write').innerHTML = homeExp;
}

function raceOver()
{
	homeExp = "Information on Race Replicas.";
	document.getElementById('write').innerHTML = homeExp;
}

function raceOut()
{
	homeExp = " ";
	document.getElementById('write').innerHTML = homeExp;
}


function testimonialsOver()
{
	homeExp = "See what our customers wrote.";
	document.getElementById('write').innerHTML = homeExp;
}

function testimonialsOut()
{
	homeExp = " ";
	document.getElementById('write').innerHTML = homeExp;
}


function contactOver()
{
	homeExp = "Details on how to get in touch.";
	document.getElementById('write').innerHTML = homeExp;
}

function contactOut()
{
	homeExp = " ";
	document.getElementById('write').innerHTML = homeExp;
}