var fDesc=new Array(); fDesc[0] = "Looksie is the ultimate mockup documentation generator! Perhaps you want to include some other information with it, such as specifications, details on certain aspects of the design, documentation on related systems, whatever. So you export the mockup to image files, or to PDF. If you've exported the mockups as images, you then paste those into a Word document and lay it out just right. Add some commentary, perhaps a table of contents. And you've got no control how that PDF is laid out."; 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 = ''; } }