var fDesc=new Array(); fDesc[0] = "Print Pilot makes preparing layout and printing photos easier. You can add BMP, JPEG, PNG, and other photos. It comes with advanced text editing functionalities. You can change the size the proportions of the images, format text, and save it as Print Pilot Project (*.ppp), which can be edited later."; 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 = ''; } }