var fDesc=new Array(); fDesc[0] = "Kaboom Organizer has a powerful calendar which allows you to import public holidays for the country in which you live or wish to visit when on holiday or business. You will find anything on the web fast directly from Kaboom, links to your favorite Web sites, anniversary database, database with gifts for birthdays and anniversaries and more."; 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 = ''; } }