function homeIt()
{
parent.frames[1].document.location="mainPage.htm"
parent.frames[0].document.location="Header.htm"
}
function richardIt()
{
parent.frames[1].document.location="RJB/Richard.htm"

}
function simonIt()
{
parent.frames[1].document.location="SRB/Simon.htm"
}
function adamIt()
{
parent.frames[1].document.location="AJB/Adam.htm"
}
function holidayIt()
{
parent.frames[1].document.location="Holidays/Holidays.htm"
}

function siteMapIt()
{
parent.frames[1].document.location="Site Map.htm"
}
function technicalIt()
{
parent.frames[1].document.location="Environment.htm"
}

function contactIt()
{
parent.frames[1].document.location="Contact.htm"
}
function mouseOn(whichOne)
{
document.buttons.elements[whichOne].style.backgroundColor='#00ffff'
document.buttons.elements[whichOne].style.color='#000000'	
}
	
// function to handle the mouse being moved away from a selection button	
function mouseOff (whichOne)
{
document.buttons.elements[whichOne].style.backgroundColor='#0000FF'	
document.buttons.elements[whichOne].style.color='#FFFFFF'	
}



