function mouseOver(obj)
{
obj.style.backgroundImage = "url(http://www.bluechipskft.hu/images/fooldal_btn_over_light.jpg)";
}
function mouseOut(obj)
{
obj.style.backgroundImage = "url(http://www.bluechipskft.hu/images/fooldal_btn.jpg)";
}
function mouseOver2(obj)
{
obj.style.backgroundImage = "url(http://www.bluechipskft.hu/images/termekek_btn_over_light.jpg)";
}
function mouseOut2(obj)
{
obj.style.backgroundImage = "url(http://www.bluechipskft.hu/images/termekek_btn.jpg)";
}
function mouseOver3(obj)
{
obj.style.backgroundImage = "url(http://www.bluechipskft.hu/images/elerhetoseg_btn_over_light.jpg)";
}
function mouseOut3(obj)
{
obj.style.backgroundImage = "url(http://www.bluechipskft.hu/images/elerhetoseg_btn.jpg)";
}

