// script to force client to see pages within the frameset - this is used by the title page in the main window
var address = new Array();
if(parent.flag == 0 && top.window.location.href.split("?"))
{ address = top.window.location.href.split("?");
if (address[1])
parent.update(address); }
else { 
if (self.location.href == top.window.location.href)
top.window.location.href = "../index.html" }




