var fDesc=new Array(); fDesc[0] = "Home Data Deluxe is the master suite of all our home-related functions. There are over 40 functions within this program to help you track information relating to your family, home, automobile, etc. There is something here for almost anyone. There are two ways to make a selection of an Activity or Program Function: First, select the appropriate Icon from the Toolbar Display, if you have not removed it, or use the drop down menus to select the Activity or Function you desire."; 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 = ''; } }