function big_image(src, w, h) {
	if ( parent.noviProzor ) { noviProzor.close(); }
	noviProzor = window.open(src, '', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no, width=' + w + ', height=' + h);
	noviProzor.document.write('<head><title>Big Image</title></head><body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">');
	noviProzor.document.write("<a href='javascript:window.close()'><img border=0 src='"+src+"'></a></body>")
	noviProzor.focus();
}
