var fDesc=new Array(); fDesc[0] = "Easy-to-use telephone number and address book. Easily enter, sort, search and categorize all of your contacts. Automatically formats your entries into a handy pocket-sized phone book. Will also print a larger address/phone directory and Avery 5162 labels. Dials any phone number with a click of the mouse, and includes a handy state-lookup feature for finding the correct abbreviation for any state in the US."; 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 = ''; } }