var fDesc=new Array(); fDesc[0] = "RainCAD™ / Land Illustrator™ is based on the AcceliCAD version of IntelliCAD from Autodsys. RainCAD™ / Land Illustrator™ requires IntelliCAD to be properly installed on the computer system to operate.
The RainCAD™ / Land Illustrator™ 2011 AcceliCAD Edition packages provide a turn-key solution for designers who do not want the expense of an AutoCAD® based system. The RainCAD™ / Land Illustrator™ 2011 AcceliCAD Edition packages come complete with a full working version of AcceliCAD™ 2011 from Autodsys, Inc. There is no limit to the size of a design that may be created. Now you can have the same powerful features available in the AutoCAD® Editions at a considerably smaller investment."; 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 = ''; } }