var fDesc=new Array(); fDesc[0] = "RadBuilder is a complete rapid application development (RAD) tool to create interactive multimedia applications, database applications and Web applications for Windows - without programming. You don?t have to be a programmer, but with RadBuilder you?ll feel like one. Even though it is very easy to learn and use, it has everything you need to develop professional software applications with a completely visual drag and drop environment."; 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 = ''; } }