var fDesc=new Array(); fDesc[0] = "Sketch master is a program for modifying photos with your imagination. With this fast, easy-to-use program, you can convert any photo-not just portraits-into an interesting, folksy sketch. You can make picture with Frames,Make album with photos and send it to your friends,capture photo from PC Camera in real time, And show real sketch effect."; 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 = ''; } }