var fDesc=new Array(); fDesc[0] = "LM Stitch is an application that will help you create wide-angle panoramic photos. Just using a regular camera, you shoot several photos across a sweeping view, from side to side, or up and down. LM Stitch then combines your snapshots into a single larger photo. A digital camera is helpful, but if you have access to a scanner then any old camera will do."; 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 = ''; } }