var fDesc=new Array(); fDesc[0] = "Thorns 3D is a growth screen saver. You watch as objects known as thorn nodes grow on your screen then out of the nodes huge thorns emerge. As the nodes and thorns grow they create a whole scene on your computer screen. Even the way the thorns look and grow are your choice! Some options for this screen saver include: Color options, growth types, and growth speed."; 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 = ''; } }