var fDesc=new Array(); fDesc[0] = "KoolMoves Demo is a popular Flash authoring tool used by both professionals and novices to create rich interactive content for web sites. Combining ease-of-use with a wealth of powerful animation effects, KoolMoves makes it easy to create professional quality animations for web sites."; 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 = ''; } }