function showPicture(w,h,pic,alt,author,prn,base) {
	w1 = w + 20;
	h1 = h + 80;
	if (typeof(tz)=='object') tz.close();
	tz=window.open("","wnd","width="+w1+",height="+h1+",status=no,left="+(screen.width-w1)/2+",top="+(screen.height-h1)/2+",toolbar=no,menubar=no,resizable=no,scrollbars=no")
	tz.document.open();
	tz.document.write('<html><title>'+alt+'</title><BASE href="'+base+'"><link rel=stylesheet type="text/css" href="./data/styles/style.css"><body onload="self.focus();" class=popup><P align=center style="padding-top:7px" class=small><a href="javascript:window.close();"><img src="./'+pic+'" width='+w+' height='+h+' border=0 alt="Закрыть" style="margin-bottom:5px;"></a><br>'+alt);
	if (author!='') tz.document.write('<br>(Автор: '+author+')');
	tz.document.write('<br><br><a href="javascript: self.');
	if (prn==1) {tz.document.write('print();">Распечатать');}
	else {tz.document.write('close();">Закрыть окно')}
	tz.document.write("</a></P>");
	tz.document.write("</body></html>");
	tz.document.close();
} 

