function newsletter_info(info) {
document.getElementById('br_window_foto').style.display = 'block';
document.getElementById('bg_vload_foto').style.display = 'block';
w = 300;
h = 200;
x = (window.screen.width/2)-(w/2);
y = ((window.screen.height/2)-(h/2))+(document.body.scrollTop-109);
document.getElementById('br_window_foto').style.marginLeft = x;
document.getElementById('br_window_foto').style.marginTop = y+20;
document.getElementById('br_window_foto').innerHTML = '<table cellpadding=\"0\" cellspacing=\"0\" style=\"border:1px solid #606060; width:300px; height:200px\"><tr><td style=\"background:url(img/gall_bg.png) #ffffff no-repeat; padding:20px; width:300px; height:200px; text-align:center\">'+info+'</td></tr></table>';
}

