<!--
var counters='<img src="http://hit13.hotlog.ru/cgi-bin/hotlog/count?s=328297&im=115" border=0'+ 
'width="88" height="31" alt="HotLog" style="visibility:hidden"><img src="http://counter.rambler.ru/top100.cnt?835320" alt=""'+
'width=1 height=1 border=0 style="visibility:hidden">';
//var counters = '';
function nothing(){
}

function showpic (file,w,h,title) {
	var win = "width=657,height=580,menubar=no,location=no,resizable=no,scrollbars=yes";
	myWin= open("", name,win);
	myWin.document.open();
	myWin.document.write("<html><head><title>"+title);
	myWin.document.write("</title></head><body topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0>");
	myWin.document.write("<img src='"+file+"' width="+w+" height="+h+" border=0 alt='"+title+"'>");
	myWin.document.write(counters);
	myWin.document.write("</body></html>");
}


//-->
