function wwrpopup(idart) {
    var wwrpop = window.open('front_content.php?idart='+idart, 'wwrpopfrm', 'width=500px, height=450px, scrollbars=yes, no');
    wwrpop.focus();
}
