var sFileName, sFullUrl
sFullUrl = window.location.href;
sFileName = sFullUrl.substr(sFullUrl.lastIndexOf('/')+1)
if(top.location.href==window.location.href){window.location.href='../'+sFileName}