function showImg(file){
   a = window.open('','','width=500,height=500,menubar=0');
   a.document.write("<html><head><\/head><body style='margin: 0px;'><img src='" + file + "' border='0' alt=''><\/body><\/html>");
   a.focus();
}

function close_pop(){

   document.getElementById("pop_reklama").style.display = "none";
}
