<!--
// Author : Mark Richardson 2006
// This function checks to see if the page has been opened explicitly, rather than via
// it's associated frameset. If that is the case then the frameset is opened instead.
if(parent.location.href == self.location.href)
{
  window.location.href = 'index.html';
}
//-->