    function popup(url, title, w, h) {
      window.open("<?=$abs_path_prefix?>/popup_img.php?img="+url+"&"+"title="+title, "Nahled", "left=100,top=100,width="+w+",height="+h+",toolbar=0,resizable=0");
    }     