﻿// JScript File

function out(obj)
{
    obj.style.backgroundImage='url(images/spacer.gif)';
}

function over(obj)
{
    obj.style.backgroundImage='url(images/home-menu-bg-over.gif)';
}
