function breakout_of_frame()
{
  if (top.location != location) {
    top.location.href = "http://www.tonypa.pri.ee/index.html";
  }
}

function insert_links()
{
 var mytags = '<BR><BR><p><b>Menu</b>'
+'<p><a href="start.html">Start</a><p>Basics<br><a href="tut01.html">Point. Vector</a><br><a href="tut02.html">Length. Normals</a><br><a href="tut03.html">Adding. Projecting</a>'
+'<p>Using vectors<br><a href="tut04.html">Move. Accelerate</a><br><a href="tut05.html">Intersection</a><br><a href="tut06.html">Bounce</a>'
+'<p>The ball<br><a href="tut07.html">Ball vs line</a><br><a href="tut08.html">Ball in the corner</a><br><a href="tut09.html">Ball vs ball</a><br><a href="tut10.html">Moving ball vs ball</a><br><a href="tut11.html">2 moving balls</a><br><a href="tut12.html">Ball vs arc</a>'
+'<p><a href="flas.html">Source flas</a><p><a href="links.html">Links</a><br><br>'
+'<!-- Creative Commons License --><a rel="license" href="http://creativecommons.org/licenses/by-nc/2.0/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.gif" /></a><br />All content on the "Vectors for Flash" website (including text, actionscript code, and any other original works), is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/2.0/">Creative Commons License</a>.<!-- /Creative Commons License --><br><br>';
    document.write(mytags);
}
