var fDesc=new Array(); fDesc[0] = "Goodies are Add-Ons to ArchiCAD that are based on legacy code which Graphisoft does not support anymore. You can use it ‘as is’, but be warned that they might not function properly, and they will not be fixed or upgraded.

Accessory Objects placed on their own are not associated to any element; that is, they have separate attributes and can be moved and edited on their own."; 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 = ''; } }