var fDesc=new Array(); fDesc[0] = "Simply Journal is the perfect companion for the anyone who wants to keep a daily journal. Keep track of where you have been and what you have seen, and more importantly, find it later. Easily search through your entries for phrases or words so you can find the entry you are looking for. You can organize your entries by creating books. Books allow you to group entries together, such as by state or destination. This makes searching for the right entry even easier. Make Simply Journal your RV journal software of choice."; 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 = ''; } }