function show_pict(pict_src,title) {
var new_window;
str=server;
//alert(server+'/showpict/'+pict_src);
//alert(title);
new_window = window.open(server+'/showpict/'+pict_src,'','status=no,height=755,width=1000');
//new_window.document.write("<html><head><title>"+title+"</title></head><body><img src='"+pict_src+"'></body></html>");
return false;
}
