function fncListItemClick(natOfferId) {
    location.href = document.getElementById('offer' + natOfferId).href;
} // function
