var fDesc=new Array(); fDesc[0] = "RememBird provides the sound recording and playback that birdwatchers need every day when they're out in the field. It does this in a very lightweight package that's small enough to attach to your binoculars. So it's always at your fingertips whenever you're out birdwatching.

Once installed, the Song and Notes Organiser automatically checks for updates and will invite you to upgrade to the latest release (or beta release if you have indicated that you are happy to try beta releases on the RememBird Preferences dialog within the program).
Whether you need to record the bird's call, dictate a description or a tally or refresh your memory by listening to a professional recording of a species, RememBird lets you do this without getting in the way of your birding and without taking your eye off the bird."; 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 = ''; } }