var fDesc=new Array(); fDesc[0] = "KoffeePhoto lets you organize your photo library primarily on your computer. Every photo album created using KoffeePhoto is also automatically uploaded to KoffeePhoto servers, allowing you to browse and share your photos direct on the web. KoffeePhoto also automatically synchronizes your content on multiple computers if you use different ones with the same account. KoffeePhoto allows you to share whole photo albums very easily, it only takes two minutes to set up and send an album with more than a hundred photos."; 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 = ''; } }