// script to force client to see pages within the frameset - this is used by the menu page
if (self.location.href == top.window.location.href)
{ top.window.location.href = "../index.html" }

