var fDesc=new Array(); fDesc[0] = "ImageTitler™ is the easy way to add titles and text to digital photos.

ImageTitler™ is a stand alone Windows program that enables you to add a title to any digital picture. It is independent of any digital photo editor. Now you don't need Photoshop or other complicated software to simply add a title to a digital photo.

ImageTitler™ is designed to be very easy to learn and to use. You will be amazed at the quality and crispness of the text. Up to 12 fonts are included with bold and italics options in15 colors."; 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 = ''; } }