<!--
var counters='<img src="http://top.list.ru/counter?js=na;id=311136;t=211" style="visibility:hidden"><img src="http://counter.rambler.ru/top100.cnt?880033" alt=""'+
'width=1 height=1 border=0 style="visibility:hidden">';
//var counters = '';
function nothing(){
}

function showpic (file,w,h,title) {
	var win = "width="+w+",height="+h+",menubar=no,location=no,resizable=no,scrollbars=no";
	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>");
}


//-->
