var fDesc=new Array(); fDesc[0] = "RAL Colour System INT is an application that installs "RAL Colours" Add-On for ArchiCad 14. This add-on will install two files: 840_TEST.PAL and RDS_TEST.PAL files that contain the current first 50 colours of both RAL Colour Systems. They allow you to test the use of RAL Colours in ArchiCAD. The add-on will be automatically loaded the next time you start ArchiCAD."; 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 = ''; } }