
 
    if (top.location == self.location) {    //if page is not in its frameset
		pageURL = self.document.URL; 
		pagename=pageURL.substring(pageURL.lastIndexOf('/')+1,pageURL.length);
      top.location.href = "index.htm" + "#" + pagename; 
    } 



