<!--
Normal3 = new Image();
Normal3.src = "../images/home2.gif";
Highlight3 = new Image();
Highlight3.src = "../images/home3.gif";

Normal4 = new Image();
Normal4.src = "../images/news2.gif";
Highlight4= new Image();
Highlight4.src = "../images/news3.gif";

Normal5 = new Image();
Normal5.src = "../images/biographies2.gif";
Highlight5 = new Image();
Highlight5.src = "../images/biographies3.gif";

Normal6 = new Image();
Normal6.src = "../images/facts2.gif";
Highlight6 = new Image();
Highlight6.src = "../images/facts3.gif";

Normal7 = new Image();
Normal7.src = "../images/resources2.gif";
Highlight7= new Image();
Highlight7.src = "../images/resources3.gif";

Normal8 = new Image();
Normal8.src = "../images/commentary2.gif";
Highlight8 = new Image();
Highlight8.src = "../images/commentary3.gif";

Normal9 = new Image();
Normal9.src = "../images/help2.gif";
Highlight9 = new Image();
Highlight9.src = "../images/help3.gif";

Normal10 = new Image();
Normal10.src = "";
Highlight10 = new Image();
Highlight10.src = "";

Normal11 = new Image();
Normal11.src = "";
Highlight11= new Image();
Highlight11.src = "";

Normal12 = new Image();
Normal12.src = "";
Highlight12 = new Image();
Highlight12.src = "";


function MouseOverEffect(ImageNumber,ImageObject)
{
window.document.images[ImageNumber].src = ImageObject.src;
}
//-->