// JavaScript Document
function detect()
{ var framesetpage = "/index2.html"
   if (parent.location.href == window.location.href)
      parent.location.href    = framesetpage}
