/* script to force any window into the index frame */

/* DISABLED
if(top.location == self.location)
   {
      top.location.href = "index.html"
      }

*/