var fDesc=new Array(); fDesc[0] = "SEVESCAD, a quick design application of walls made with glass blocks by Seves glassblock.
The scope of the product is to allow architects and designers to easily create technical interior wall designs made up of glass blocks in DXF format, a more widespread interchange data format.

The technical designs created with this application can be imported with the principle CAD design software, including Autocad by Autodesk.

SEVESCAD permits the use of the Seves glassblock product line to create straight, curved, and mixed walls, and allows maximum flexibility in the composition of diverse glass blocks to meet the final goal.

SEVESCAD also provides designers with helpful technical specifics to assist in the creation of glass block walls (ex: maximum dimensions), and calculates the amount of materials and accessories needed to complete the project."; 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 = ''; } }