    function visibility(id) {
    if(top.location!=self.location) {
document.getElementById(id).style.display = 'none';
       
    }

}