var fDesc=new Array(); fDesc[0] = "The Pixpedia Publisher is a desktop publishing application to create contact sheets, photo books, postcards, calendars and individual print layouts for photos and text. In brandend versions from our customers you can order high quality, bound photo books directly from within the Publisher."; 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 = ''; } }