var fileName = location.pathname.substring(location.pathname.lastIndexOf('\/')+1);
 if (top.location == self.location)
{
 fileName = fileName.substring(0, fileName.lastIndexOf('.'));
 self.location.replace("../mshphp/mshframe5.php?fnn=" + fileName)
} 
