
if (parent.location.href == self.location.href) {
    if (window.location.href.replace)
        window.location.replace('../../frames/galleriesFS.html');
    else
         window.location.href = '../../frames/galleriesFS.html';
}

