function show_img (img, width, height) {
    window.open('img-show.php?img='+img,'','width='+width+',height='+height);
}

