 function framecheck()
        {var parentframe = '../../eframeset.htm';

        if (parent.location.href == self.location.href)
        	{var current = window.self.location.pathname;
             window.location.replace (parentframe + '?' + current);
             }
};
