// Insert LI counter
function liveInternet() {
	return document.write('<' + 'img src="http://counter.yadro.ru/hit?r' + escape(document.referrer) + ((typeof(screen)=='undefined')?'':';s'+screen.width+'*'+screen.height+'*'+(screen.colorDepth?screen.colorDepth:screen.pixelDepth)) + ';u' + escape(document.URL) + ';' + Math.random() + '" width="1" height="1" alt=""' +' />')
}

function callPhoto(n, w, h) {
	popupWin = window.open('/photo.asp?n=' + n + '&w=' + w + '&h=' + h, 'photo', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=' + w +',height=' + h);
	popupWin.focus();
	return false;
}

function callPic(name) {
	popupWin = window.open('/pic.asp?name=' + name, 'pic', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=224,height=320');
	popupWin.focus();
	return false;
}
