function swapin()
{
 document.getElementById("mphmain").src = "images/mphmainover.gif";
};
function swapout()
{
 document.getElementById("mphmain").src = "images/mphmain.gif";
};

function changecolourin(theid)
{
 document.getElementById(theid).style.backgroundColor = "#000000";
};

function changecolourout(theid)
{
 document.getElementById(theid).style.backgroundColor = "#CD181E";
};

function changeseccolourin(theid)
{
 document.getElementById(theid).style.backgroundColor = "#000000";
};

function changeseccolourout(theid)
{
 document.getElementById(theid).style.backgroundColor = "#DD4C1E";
};

function change(theid)
{
 document.getElementById(theid).style.visibility = "visible";
};

function changebgcolor(theid)
{
 document.getElementById(theid).style.backgroundColor = "#DD4C1E";
};