function shpic2(picsrc) {
var picwin = window.open("", "uzm", "width=200,height=100,toolbar=0,directories=0,menubar=0,status=0,resizable=1,location=0,scrollbars=3,copyhistory=0");
picwin.focus();
picwin.document.write("<html><head></head><body bgcolor='#ffffff' leftmargin=0 topmargin=0><center'><a href='#' onClick='window.close();'><img src=\""+picsrc+"\" onload='if(this.height>screen.height-68){wh=screen.height-30} else{wh=this.height+38}; self.resizeTo(this.width+30,wh)' alt='close' border=0></a></center></body></html>");
picwin.document.title="";
picwin.document.close();
}
