// HTML Executable Online Help
// (C) G.D.G. Software

var bottomtext='&nbsp;  <a href="#Top">Top Page</a> - Online help of HTML Executable, powerful and versatile HTML compiler that turns websites into .exe files.<br/>&nbsp;  More information at <a href="http://www.htmlexe.com" target="_blank">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 Online Help</a></td></tr></table>'); 
}
