<!--
// *******************************************************


winprop = 'toolbar=no,location=no,directories=no,status=`no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,';
var pict_dir = 'img/';
// var pagereferer = 'pochtadrugu.-gits-';
// var pageaddrbook = 'addresbook.-gits-';

function MM_openBrWindow(theURL,winName,features)
{ //v2.0
	window.open(theURL,winName,features);
}

var topicwin;
function pict_big(topic, w, h)
{
	if (topicwin && topicwin.open && !topicwin.closed)
	{
		topicwin.focus();
	} else {
		
		
	x=window.open('','',  'width=' + w + ' ,height=' + (h+80) );
		x.document.write("<html>\n<head>\n<title>ФОТО (увеличенное)</title>\n</head>\n<body style='body; margin: 0px 0px 0px 0px;'>\n");
		x.document.write("\n<img src='"+ pict_dir + topic +"' align='center'  />\n");
		x.document.write("\n<b><p align='center'><font size='2' color='#800000'>После просмотра закройте окно</font><br><br><a href='javascript:window.close()'><img src='../img/icon_close.gif' align='absmiddle' alt='Close' /></a><br />\n</p></body>\n</html>")	
		
		
		
		
		
		;
	}
}























//-->