var index_page = "index.htm"; version = parseInt(navigator.appVersion); if (top.location == self.location) { if (version > 3) { initialize();fileName=top.location.href.substring(top.location.href.lastIndexOf("/")-1,top.location.href.length);parent.location = index_page+"?"+fileName.substring(2,fileName.length);} }