var fDesc=new Array(); fDesc[0] = "With the Ancient Egyptian Print Sampler You can print five templates from the Ancient Egypt Print Studio for free. The sampler includes a Poster, Bookmark, Door hanger, notepaper and a 3D pyramid model. You can even enter your own text within the Bookmark and Door hanger."; 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 = ''; } }