﻿<!--
function mouseover()
{
document.getElementById("quotations").style.backgroundImage="url(images/quotes_bg_on.png)";
}
function mouseout()
{
document.getElementById("quotations").style.backgroundImage="url(images/quotes_bg.png)";
}

//--> 
<!--
function mouseover1()
{
document.getElementById("advice").style.backgroundImage="url(images/info_bg_on.png)";
}
function mouseout1()
{
document.getElementById("advice").style.backgroundImage="url(images/info_bg.png)";
}

//--> 
<!--
function mouseover2()
{
document.getElementById("can").style.backgroundImage="url(images/can_bg_on.png)";
}
function mouseout2()
{
document.getElementById("can").style.backgroundImage="url(images/can_bg.png)";
}

//--> 
<!--
function mouseover3()
{
document.getElementById("area").style.backgroundImage="url(images/what_bg_on.png)";
}
function mouseout3()
{
document.getElementById("area").style.backgroundImage="url(images/what_bg.png)";
}

//--> 
