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

}

function topPop(){
  top100=window.open('http://www.top100lingeriesites.com/cgi-bin/top100/in.cgi?id=ral123','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();
}