var fDesc=new Array(); fDesc[0] = "Are you highly organized? Or maybe you’re looking for a way to get there? You need SplashShopper, the ultimate smart list manager that you can take with you. Track prices and stores. Manage your lists of groceries, gifts, to do’s, wines, music, movies, and more! The SplashShopper desktop lets you easily view, edit, print your shopping lists to make shopping and listmaking more efficient and fun."; 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 = ''; } }