var fDesc=new Array(); fDesc[0] = "[ib] allows you to organize your images by event, location or person, letting you easily find the images that you are looking for without losing them in a pile of other images. With this convenient image browsing and organization software, you can view and enjoy your images more easily. Rediscover the thrill and enjoyment captured in your images and share them with your family and friends."; 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 = ''; } }