1:Put breakout3.html with the rest of your Web pages.
2:Paste the following script between the <head> and </head> 
  tags in your main page.

  <script language="JavaScript">
  <!-- 
  n6=(document.getElementById&&!document.all);
  n4=(document.layers);
  ie=(document.all);
  h=(n4)?440:440;
  w=(n4)?406:(n6)?407:410;
  function Breakout(){
  win=open("Breakout3.html","","height="+h+",width="+w+",scrollbars=0,resizable=0");
  }
  //-->
  </script>

3:Paste this link where you want in your main page.
  <a href="javascript:Breakout()">Break Out</a>