// JavaScript Document

<!--
function mouseover1()
{
document.getElementById("thediv1").style.background='url(images/home_box_over.png)';
}
function mouseout1()
{
document.getElementById("thediv1").style.background='url(images/home_box_out.png)';
}
function mouseover2()
{
document.getElementById("thediv2").style.background='url(images/home_box_over.png)';
}
function mouseout2()
{
document.getElementById("thediv2").style.background='url(images/home_box_out.png)';
}
function mouseover3()
{
document.getElementById("thediv3").style.background='url(images/home_box_over.png)';
}
function mouseout3()
{
document.getElementById("thediv3").style.background='url(images/home_box_out.png)';
}
//-->
