function hideback() {
	
   


    if (location.href.indexOf("staff/medicibmc.html#ostetricia") != -1){
     document.getElementById("ostetricia").style.display = "";
   }
   
    if (location.href.indexOf("staff/medicibmc.html#ginecologia") != -1){
     document.getElementById("ginecologia").style.display = "";
   }
   
    if (location.href.indexOf("staff/medicibmc.html#pediatria") != -1){
     document.getElementById("pediatria").style.display = "";
	}
	 
	if (location.href.indexOf("staff/medicibmc.html#senologia") != -1){
     document.getElementById("senologia").style.display = "";
	}
	 
	 if (location.href.indexOf("staff/medicibmc.html#altri") != -1){
     document.getElementById("altri").style.display = "";
	 }
	 if (location.href.indexOf("staff/medicibmc.html#estetica") != -1){
     document.getElementById("estetica").style.display = "";
	 }
   
}


