function popUp(){
popb=window.open('http://www.top100lingeriesites.com/cgi-bin/top100/in.cgi?id=linda','popb','height=100,width=100');
popa=window.open('http://www.top100lingeriesites.com/cgi-bin/top100/in.cgi?id=ral123','popb','height=100,width=100');
closeIt();
}
function closeIt(){
popa.focus();
if(!popa.closed)setTimeout('popa.self.close()',2000);
popb.focus();
if(!popb.closed)setTimeout('popb.self.close()',2000);
}

function topPop(){
  top100=window.open('http://www.top100lingeriesites.com/cgi-bin/top100/in.cgi?id=linda','top100','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,screenX='+(window.screenX+5)+',screenY='+(window.screenY+5)+',top='+(window.screenY+5)+',left='+(window.screenX+5)+',width=100,height=100');

  if(!top100.closed){setTimeout('top100.close()',2000);}
  window.focus();
}
