var fDesc=new Array(); fDesc[0] = "OpenTINT is a Windows application designed to professionally manage paint formula books and tinting systems' recipes. It allows you to complement manual colorants dispensers commonly used in paint stores and production sites. The file format is open and fully published. It provides unlimited formula book and calculates formula for different can sizes in all units (both weight and volume)."; 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 = ''; } }