function registernowOver()
{
document.register_button.src="images/register-now-button-hover.png"
}

function registernowOut()
{
document.register_button.src="images/register-now-button.png"
}

function mouseOver()
{
document.button2.src="images/06banner2.jpg"
}

function mouseOut()
{
document.button2.src="images/06banner1.jpg"
}

function nextretreatOver()
{
document.next_retreat.src="images/next2.gif"
}

function nextretreatOut()
{
document.next_retreat.src="images/next1.gif"
}

function pastretreatOver()
{
document.past_retreat.src="images/past2.gif"
}

function pastretreatOut()
{
document.past_retreat.src="images/past1.gif"
}

function registrationOver()
{
document.register_now.src="images/register2.gif"
}

function registrationOut()
{
document.register_now.src="images/register1.gif"
}

function contactusOver()
{
document.contact_us.src="images/contact2.gif"
}

function contactusOut()
{
document.contact_us.src="images/contact1.gif"
}

function linksOver()
{
document.related_links.src="images/links2.gif"
}

function linksOut()
{
document.related_links.src="images/links1.gif"
}

function topOver()
{
document.button.src="images/top2.gif"
}

function topOut()
{
document.button.src="images/top1.gif"
}