var fDesc=new Array(); fDesc[0] = "SR 3D Builder is a program that enables you to create your Lego models using your computer. The program offers you a fully 3D building environment with reflection and transparencies, you can modify and save models, automatic and precise positioning and orientating of most bricks according to connection detection."; 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 = ''; } }