var fDesc=new Array(); fDesc[0] = "Add humorous touch to your favorite digital photo or any digital image with incredible Photo Graffiti software. The smart application gives you the power to change the look of the photo and make it funnier. In fact, you can create amazing greetings cards for special occasions out of your images. Its interface is very user friendly, and with its comprehensive help menu even a novice user will be able to work on it easily. With it’s built in clipart library, you can add clipart to images. The clipart library offers various types of clipart like hats, head, face, body, baby, party, pets, beach, love and many more categories to serve your need. It also allows the user to add some text. After adding clipart and text object, you can use editing tools to make the image more perfect. Change the size, width, length of the clipart, flip it vertically or horizontally, rotate it to the left or right. So what are you waiting for? Take printout of the funny images or make occasional greeting card and send to friends and family via email."; 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 = ''; } }