﻿function prevOver(id)
{
    document.getElementById(id).style.backgroundImage = 'url(http://ebraun.adorama.com/adoramaLC/img/slideArowHover_BG.gif)';
}
function prevHide(id)
{
    document.getElementById(id).style.backgroundImage = 'url(http://ebraun.adorama.com/adoramaLC/img/slideArowLink_BG.gif)';
}