var fDesc=new Array(); fDesc[0] = "DentalSlice is a pre-op software tool to plan dental implants and was designed to offer surgical-protection assistance with a high level of precision and enhance the safety of the treatment.
The virtual environment of DentalSlice enables realistic simulations of treatment plans, taking into consideration the amount of bone support for the anchorage of the implants as well as prosthetic requirements.

DentalSlice simulations allow the implants to be inserted and positioned in a fast and agile way; besides, any treatment plan can be altered by using the exclusion or alteration tools. Another advantage is the possibility of obtaining different angles of the anatomical structure on the 3D window that are impossible to reach even during surgery. Likewise, the 2D windows offer anatomical slices in which measurements are taken in order to help choose the most appropriate implant."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }