var fDesc=new Array(); fDesc[0] = "Felis Faber Fima Effects Pack is a product that produces visual effects for digital photos and videos. It offers you plugins for Adobe After Effects, Premiere, Photoshop, Sony and Vegas Pro, highly optimized effects for efficient CPU usage and various video and photo effects in one pack."; 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 = ''; } }