/*
function showOffer(path) {
    window.open(path, '_blank',
                'resizable=yes,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes, width=550, height=400');
}
*/

function bannerClick(val) {
    a = document.getElementById('specialofferbanner_action');
    a.value = "click";

    bid = document.getElementById('bannerid');
    bid.value = val;
    document.getElementById("specialofferbanner").submit();
}
