function Doh1(url)
  {
 
Homer=window.open(url,"Homer","status=yes,width=300,height=500,scrollbars=yes,resize=yes");

  }

function popup(url)
  { 
    Ack=window.open(url,'Ack','toolbar=yes,dependent=yes,screenX=300,width=800,height=600,scrollbars=yes,status=yes');
  }

function pollpop(url)
  {

Homer=window.open(url,'Huh','resize=yes,scrollbars=yes,status=yes,width=200,height=300');

  }