function show_image(img) {
 open(img, 'image', 'resizable,width=620,height=500,status=0');
}