var fDesc=new Array(); fDesc[0] = "Denta Pro is computer software for dentist clinics and cabinets. Denta Pro is simple and, above all, easy-to-use computer software for organizing the accounting in a dental clinic and controling its work at all levels. With Denta Pro dentists will always have all the information about a patient within easy reach: his/her case history, dental records, treatment plan, or organism peculiarities."; 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 = ''; } }