var fDesc=new Array(); fDesc[0] = "Cu3ox is a free application for creating 3D Flash photo galleries. The program is quite easy to use, which is a great advantage as sometimes creating beautiful Flash effects for a blog or a webpage can be tricky - if not impossible - unless you have some programming knowledge. Fortunately, you need no programming skills when using cu3ox, as you will be able to publish your 3D Flash gallery in just three steps."; 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 = ''; } }