var fDesc=new Array(); fDesc[0] = "Your digital camera is chock full of great shots but how do you quickly and easily share prints, web galleries and photo movies with your friends?TalaPhoto is the elegantly simple yet powerful solution! Quickly print snapshots and multi-photo pages One click web galleries and photo shows with transition effects Unique technology easily fits your image to the desired media EXIF info and image level optimizations Supports images, movies and QTVR Extensive annotation and watermarking Simple, flexible and elegant interface"; 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 = ''; } }