function openWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
  return false;
}

function banner(theURL, theID){
	openWindow(theURL, theID, "scrollbars=yes,menubar=no,width=360, height=400");
}

function r(a)
{
    img = new Image();
    img.src = 'http://www.asmedia.ru/list/click.php?ID=' + a;
}

