var fDesc=new Array(); fDesc[0] = "Bird Tick List Free, is the little brother of Bird Tick List Pro. The free version has many of the features of the Pro version, it's very simple to use but produces a fantastic life list report which groups your sightings into the bird families and gives a subtotal and total of the species you have seen. Bird Tick List Free will enhance your birdwatching and help you to develop your hobby."; 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 = ''; } }