var fDesc=new Array(); fDesc[0] = "autoclosets LT is a program that allows you to generate 3D photorealistic images, plans and quotes to cover the needs of fitted wardrobe sales teams. The program will indicate the architectural space in which the wardrobe will be fitted and the position according to the walls.

It includes several catalogues with all the required specifications for the design of the wardrobe. The program will produce a quote for the wardrobe according to the design. It also includes a price calculator for the user to customise how the program will calculate prices."; 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 = ''; } }