var fileName = location.pathname.substring(location.pathname.lastIndexOf('\/')+1); 
		if (top.location == self.location) {
			self.location.replace("hvframeset.htm?" + fileName)
		}

