var fDesc=new Array(); fDesc[0] = "3D Home Design by LiveCAD® : the solution for easily designing plans in line with regulatory standards, whilst benefitting from a range of professional tools to design, display, present and realise all your building projects!

Features:

- 2D plans with quotations, grid, 2D/3D simultaneous views
- Import your digital plans, and use them to trace your work with automatic scaling !
- Interior work and construction done directly in the 3D view
- Editing the length of a wall with the numeric keypad: by using the wall's inside, outside or internal dimensions !
- 2D and 3D dynamic interior dimensioning
- Variable wall depths
- Draw rooms in just one operation
- and more..."; 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 = ''; } }