var fDesc=new Array(); fDesc[0] = "DESI Labeling System is a free to use app that allows you to create a list of phone labels. When you start
DESI, you are automatically brought to the main screen. It is from this screen that you will do all of your work. The left side of the screen is the extension list and displays all of the extensions you have created in this file. The right side of the screen is the displayscreen - this is where you will work on your desis."; 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 = ''; } }