var title = "Free Sex Pics";
var windowWidth  = window.screen.width; // cannot be less than 100
var windowHeight = 1000; // cannot be less than 100
var windowX = 1;
var windowY = 1;
var autocenter = false;
var s="width="+windowWidth+",height="+windowHeight;
var beIE=document.all?true:false;
var done=new Object("no");
if(autocenter){
windowX = (window.screen.width-windowWidth)/2;
windowY = (window.screen.height-windowHeight)/2;
}
function doAgilePopup(lurl){
var theURL = lurl;
  if (beIE){
  agilePopper = window.open("","popAgile",s);  
  agilePopper.blur();
  window.focus();
  agilePopper.resizeTo(windowWidth,windowHeight);
  agilePopper.moveTo(windowX,windowY);
  var frameString=""+
"<html>"+
"<head>"+
"<title>"+title+"</title>"+
"</head>"+
"<frameset rows='*,0' framespacing=0 border=0 frameborder=0>"+
"<frame name='top' src='"+theURL+"' scrolling=yes>"+
"<frame name='bottom' src='about:blank' scrolling='no'>"+
"</frameset>"+
"</html>"
  agilePopper.document.open();
  agilePopper.document.write(frameString);
  agilePopper.document.close();
  }else{
  agilePopper=window.open(theURL,"popAgile","scrollbars=no,"+s);
  agilePopper.blur();
  window.focus(); 
  agilePopper.resizeTo(windowWidth,windowHeight);
  agilePopper.moveTo(windowX,windowY);
  }   
  agilePopper.blur(); 
}

