var fDesc=new Array(); fDesc[0] = "xCAD Interior Home is a tool for planning and visualizing of interior designs. The most 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 with its assistants and object libraries supports you when drafting a sketch but it also enables the planning of furniture and its parts lists.
Features:
- is for home users who want to visualize interior design
- offers a quick and simple room design
- enables users to design furniture
- creates detailed parts lists for the disigned furniture"; 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 = ''; } }