
function popup_image(id) {
        var win = window.open('http://www.intermotors.pl/popup/show_image.php?id='+id, 'image_popup', 'width=200,height=200,location=0,toolbar=0,status=0');
        win.focus();
}
