var fDesc=new Array(); fDesc[0] = "Mr. Poster was created to be the quickest, easiest, and cheapest poster maker and poster printer on the
market. Using Mr. Poster, you can create and print huge posters using any Windows printer and just about
any image.
Mr. Poster takes digital artwork (digital pictures, wallpaper files, just about anything you’ve got that you want
to turn into a poster) and prints the file out across multiple sheets of paper. You can make your poster as
large as you want (up to 150 x 200 inches with standard 8.5 x 11 paper or 155 x 223 inches with A4 paper),
apply special effects and more, all with the click of your mouse."; 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 = ''; } }