function blank(link, width, height, scrollbars)
{
  scrollwidth = scrollbars? 16: 0;
  window.open(link, '', 'width='+(width+scrollwidth)+', height='+height+', left='+(screen.width-width-scrollwidth)/2+', top='+(screen.height-50-height)/2+', titlebar=no, menubar=no, toolbar=no, location=no, status=no, scrollbars='+(scrollbars? 'yes': 'no')+', resizable=yes');
}

function file(name)
{
  blank('/files?name='+name, 640+16, 640+16, false);
}

function counter10()
{
  a = ';r='+escape(document.referrer);
  js = 10;
}

function counter11()
{
  a += ';j='+navigator.javaEnabled();
  js = 11;
}

function counter12()
{
  a += ';s='+screen.width+'*'+screen.height;
  a += ';d='+(screen.colorDepth? screen.colorDepth: screen.pixelDepth);
  js = 12;
}

function counter13()
{
  js = 13;
}

function counter(id, theme, alt)
{
  //document.write('<a href="http://top.mail.ru/jump?from='+id+'" target="_blank"><img src="http://d3.c5.b9.a0.top.list.ru/counter?id='+id+';t='+theme+';js='+js+a+';rand='+Math.random()+'" width="88" height="31" alt="'+alt+'" border="0"/></a>');
  document.write('<a href="http://top.mail.ru/dynamics?period=today&what=hosts&id='+id+'" target="_blank"><img src="http://d3.c5.b9.a0.top.list.ru/counter?id='+id+';t='+theme+';js='+js+a+';rand='+Math.random()+'" width="88" height="31" alt="'+alt+'" border="0"/></a>');
}

