var fDesc=new Array(); fDesc[0] = "Art Effects includes ten different filters and a total of 100 different presets: you get Air Brush, Colorize, Color Melt, Dream Glow, Duochrome, Ghost, Hand Drawn, Line Drawing, Metallic, and Pastel Sketch. Very few of these filters can be called subtle by any stretch of the imagination, but instead will add a strong visual flair to your video. Whether you think the effects are garish or awesome really depends on your taste and how you chose to apply them."; 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 = ''; } }