var fDesc=new Array(); fDesc[0] = "Displays a mathmos like Lava lamp on your desktop. It sits on top of your desktop and can be displayed in seven different colours. You can also configure it to run on start up and also links you to sites on the web. You can also send it to a friend."; 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 = ''; } }