var fDesc=new Array(); fDesc[0] = "If you're asking yourself "How can I warp my photos to make amusing pictures?", then you've come to the right place. Warp is an application that enables you to warp pictures and morph images. Turn a photo of someone into a caricature by, say, enlarging their nose or by moving their eyes really close together. Manipulate their photo in an obvious way or very subtle way! You might also be interested in the fact that a good photo or two can earn you some extra cash!"; 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 = ''; } }