// JavaScript Document
function ShowImg(img)
{
	var url = img
	var win = window.open( url,
	"WNSImageWindow",
	"height=550, width=700, toolbar=no, status=yes, resizable=yes");
	if (win) win.focus();
}

// Function for calling counter
function CallToplist()
{
document.write ('<img src="http://toplist.cz/dot.asp?id=1059231&amp;http='+escape(document.referrer)+'&amp;wi='+escape(window.screen.width)+'&amp;he='+escape(window.screen.height)+'&amp;cd='+escape(window.screen.colorDepth)+'&amp;t='+escape(document.title)+'" width="1" height="1" border=0 alt="TOPlist" />');
}
