var bottomtext='&nbsp;  <a href="#Top">Top Page</a> - &copy; G.D.G. Software 2010. HTML Executable Activation Kit Documentation - <a target="_heexternal" href="http://www.htmlexe.com/activationkit">htmlexe.com</a>';

var pageNameStart = location.href.lastIndexOf("/")
var pageNameEnd = location.href.length
var currentPage = location.href.substring(pageNameStart+1,pageNameEnd) 

function detectframe()
{
if (window.name != "right") 
  document.write('<table style="font-family: Verdana, helvetica, arial, sans-serif; width: 100%; border-collapse: collapse; border: 1px solid #669900; background-color: #99FF33; font-size: 10pt; font-weight: bold;"><tr><td style="text-align: center">&laquo;&nbsp;<a href="index.php?show=' + currentPage + '">Display the Table of Contents of the HTML Executable Activation Kit Help</a></td></tr></table>'); 
}
