var fDesc=new Array(); fDesc[0] = "Viewbox is advanced software for cephalometric analysis. Developed over the period of many years, Viewbox has evolved into one of the leaders in the field and is now in use in Orthodontic Departments around the world. Designed for professional use, Viewbox can be customized to almost any task. Points, measurements and analyses are not 'hard-wired', enabling you to go beyond the confines of cephalometric radiographs and perform measurements on any kind of radiograph, photograph or other two-dimensional image. Furthermore, sophisticated algorithms are included for image enhancement, facilitation of point identification and morphometric analysis."; 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 = ''; } }