var fDesc=new Array(); fDesc[0] = "IcePattern is a powerful and unique plug-in module for Adobe Photoshop and offer programs which support the plug-in format of Photoshop. By help of this tool you can easily and quickly create very beautiful and amazing ice patterns which grow up on Windows in winter."; 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 = ''; } }