var fDesc=new Array(); fDesc[0] = "ScreenshotStudio.Net is an application for windows vista and windows 7 that offers you the function to take "photos" of your screen, so called screenshots. If you want to know more. Due to the fact that this app is open source, you are able to take a look on the code of it ."; 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 = ''; } }