var fDesc=new Array(); fDesc[0] = "MiniColorPrintKit allows you to design photo books and calendars using images stored in your computer. It lets you add images, change the orientation, add text, apply shadows, etc. You may also apply image filters to change the hue, saturation, gamma, and contrast. It can also help you remove red-eyes. After completing your design, you may print them using your photo printers."; 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 = ''; } }