var fDesc=new Array(); fDesc[0] = "Photo to Sketch Pro is a professional digital photo editor that can easily convert any photo to sketch. This software lets you apply the following effects: pen, pencil, pastel (plus brush and eraser in the freehand mode). It is possible to choose a texture for the sketch. From the user's interface, you can register, clear, save, send to someone via email, edit (with Microsoft Paint by default), and print."; 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 = ''; } }