function DisplayAboutFilmOver()
{
	document.getElementById("AboutFilm").src = basepath + "images/menu-about-the-film-hover.gif";
}
function DisplayAboutFilm()
{
	document.getElementById("AboutFilm").src = basepath + "images/menu-about-the-film.gif";
}


function DisplayPartnersOver()
{
	document.getElementById("Partners").src = basepath + "images/menu-partners-hover.gif";
}
function DisplayPartners()
{
	document.getElementById("Partners").src = basepath + "images/menu-partners.gif";
}


function DisplayFilmClipsOver()
{
	document.getElementById("FilmClips").src = basepath + "images/menu-film-clips-hover.gif";
}
function DisplayFilmClips()
{
	document.getElementById("FilmClips").src = basepath + "images/menu-film-clips.gif";
}


function DisplayLatestNewsOver()
{
	document.getElementById("LatestNews").src = basepath + "images/menu-latest-news-hover.gif";
}
function DisplayLatestNews()
{
	document.getElementById("LatestNews").src = basepath + "images/menu-latest-news.gif";
}


function DisplayPressOver()
{
	document.getElementById("Press").src = basepath + "images/menu-press-hover.gif";
}
function DisplayPress()
{
	document.getElementById("Press").src = basepath + "images/menu-press.gif";
}


function DisplayGetInvolvedOver()
{
	document.getElementById("GetInvolved").src = basepath + "images/menu-get-involved-hover.gif";
}
function DisplayGetInvolved()
{
	document.getElementById("GetInvolved").src = basepath + "images/menu-get-involved.gif";
}


function DisplayHostScreeningOver()
{
	document.getElementById("HostScreening").src = basepath + "images/menu-host-a-screening-hover.gif";
}
function DisplayHostScreening()
{
	document.getElementById("HostScreening").src = basepath + "images/menu-host-a-screening.gif";
}

function DisplayBuyDVDOver()
{
	document.getElementById("BuyDVD").src = basepath + "images/menu-buy-a-dvd-hover.gif";
}
function DisplayBuyDVD()
{
	document.getElementById("BuyDVD").src = basepath + "images/menu-buy-a-dvd.gif";
}



function DisplayTakeActionOver()
{
	document.getElementById("TakeAction").src = basepath + "images/menu-take-action-hover.gif";
}
function DisplayTakeAction()
{
	document.getElementById("TakeAction").src = basepath + "images/menu-take-action.gif";
}


function DisplayScreeningsOver()
{
	document.getElementById("Screenings").src = basepath + "images/menu-screenings-hover.gif";
}
function DisplayScreenings()
{
	document.getElementById("Screenings").src = basepath + "images/menu-screenings.gif";
}




function DisplayHomeOver()
{
	document.getElementById("Home").src = basepath + "images/menu-home-hover.gif";
}
function DisplayHome()
{
	document.getElementById("Home").src = basepath + "images/menu-home.gif";
}