var fDesc=new Array(); fDesc[0] = "Jamphoto Photobook is a desktop photo editor that allows you to create online photo books and gift items. You can get your family snaps and important memories printed in high quality, unique ways, and make sharing and displaying your photos a more personalized experience. You can design your own personalized photo albums, calendars, mugs, plates, photo frames, photo prints, and more."; 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 = ''; } }