function hideId(popup) {
    document.getElementById('baner945x198_hide_1').style.display = "none";

}

var howLong = 45000;

t = null;
function closeMe(){
t = setTimeout("hideId()",howLong);
}

