function setSection(currentSectionLinkId)

{

    document.getElementById(currentSectionLinkId).childNodes[0].src = 'img/NAV-' + currentSectionLinkId + '_over.gif';

}

