var fDesc=new Array(); fDesc[0] = "GStarICAD 2008 is an advanced version from GStarICAD 2007. Based on the latest IntelliCAD and OpenDWG technology, GStarICAD 2008 is an all-round upgrade on functions and performances. As a low cost CAD software,GStarICAD 2008 is an affordable and compatible alternative to AutoCAD
GStarICAD CUI has unrivaled compatibility with AutoCAD CUI. Display all interface elements, icons, and supported commands briefly. CUI files adopt popular XML format files and also support the original MNU, MNS, MNC menu definition files (MNR and MNL remained unchanged). CUI files can be edited with an interactive editor or be generated automatically by conversion (dialog box) from MNU/MNS files, and also be hided and altered its size at random so as to achieve an ideal effect expected by users.
GStarICAD 2008 has simultaneously supported CTB (color correlation) and STB (name correlation) two plot color mapping mode, and also supported all parameters, including: color, dithering, gray,pen number, virtual pen no., screening, linetype, auto-adapted, pen width, end, connect, hatch."; 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 = ''; } }