if(self==top) { 
var page=location.pathname.substring(1,location.pathname.length);
top.location.href="../index.htm?url="+page; 
}

if (top!=self) top.document.title = document.title;