// JavaScript Document
function mouseOverHome()
{
document.getElementById("L1").src ="head1.jpg";
}
function mouseOutHome()
{
document.getElementById("L1").src ="head1.jpg";
}
function mouseOverPray()
{
document.getElementById("L1").src ="headpray.jpg";
}
function mouseOutPray()
{
document.getElementById("L1").src ="headpray.jpg"
}
function mouseOverCal()
{
document.getElementById("L1").src ="head2.jpg";
}
function mouseOutCal()
{
document.getElementById("L1").src ="head2.jpg";
}
function mouseOverBlog()
{
document.getElementById("L1").src ="head3.jpg";
}
function mouseOutBlog()
{
document.getElementById("L1").src ="head3.jpg";
}
function mouseOverServices()
{
document.getElementById("L1").src ="head4.jpg";
}
function mouseOutServices()
{
document.getElementById("L1").src ="head4.jpg";
}
function mouseOverMin()
{
document.getElementById("L1").src="headmin.jpg";
}
function mouseOutMin()
{
document.getElementById("L1").src="headmin.jpg";
}
function mouseOverMedia()
{
document.getElementById("L1").src="headmedia.jpg";
}
function mouseOutMedia()
{
document.getElementById("L1").src="headmedia.jpg";
}
function mouseOverMap()
{
document.getElementById("L1").src ="head5.jpg";
}
function mouseOutMap()
{
document.getElementById("L1").src ="head5.jpg";
}
