var fDesc=new Array(); fDesc[0] = "xCAD Interior Light ArCon Edition is a module for ArCon Eleco architectural software for planning and visualizing of furnishings. To use this software you must install ArCon Visuelle Architektur on your PC.

Modern concepts and software technologies are used in order to enable a user friendly and efficient planning of furniture and designing of rooms.

The software transfers the models of buildings from the architectural software and helps you with assistants and extensive libraries when quickly sketching a plan. It is also simple to create detailed plans of complex furniture with its parts lists. The created furniture can be transferred completely to the architectural software."; 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 = ''; } }