var fDesc=new Array(); fDesc[0] = "Juggler is handy little program for sorting-out large numbers of email addresses. It's perfect for keeping your friends, customers or club members up to date. It provides bundle of tools to gather email addresses, sort them, filter them, remove duplicates, combine, split and save lists. If somebody decides they want out from your list, add them to your removals list to make sure that you don't bother them again. When you've got a list ready, Juggler can help you compose messages and its built-in international spell-checker can check your spelling in 7 different languages before send it out with a single click."; 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 = ''; } }