function pone()
{
document.images.mh.src="assets/img/mh/stuartearl_555555.gif"; 
document.images.p1.src="assets/img/p_no/s_555555.gif"; 
document.images.p2.src="assets/img/p_no/square_999999.gif"; 
document.getElementById("f1").style.backgroundColor = "#555555";
document.getElementById("f2").style.backgroundColor = "#555555";
document.getElementById("f3").style.backgroundColor = "#555555";
document.getElementById("f4").style.backgroundColor = "#555555";
document.getElementById("f5").style.backgroundColor = "#555555";
document.getElementById("f6").style.backgroundColor = "#555555";
}

function ptwo()
{
document.images.mh.src="assets/img/mh/stuartearl_cc0000.gif"; 
document.images.p1.src="assets/img/p_no/square_999999.gif"; 
document.images.p2.src="assets/img/p_no/s_cc0000.gif"; 
document.getElementById("f1").style.backgroundColor = "#cc0000";
document.getElementById("f2").style.backgroundColor = "#cc0000";
document.getElementById("f3").style.backgroundColor = "#cc0000";
document.getElementById("f4").style.backgroundColor = "#cc0000";
document.getElementById("f5").style.backgroundColor = "#cc0000";
document.getElementById("f6").style.backgroundColor = "#cc0000";
}

