var fDesc=new Array(); fDesc[0] = "JustCad is designed, to make cad drawing as simple as possible. To draw any object, simply click on the screen or snap to an existing object, move the cursor in the desired direction and enter a distance. To change an angle setting for any function, simply click on it's display box and enter a new value. Draw confined to an angle or free cursor with a simple click on the display. Define an Associate, hatch or multiple line by drawing the desired pattern, select it, enter a name and enter the prompted for reference points. Edit multiple objects with a few clicks on the screen. There is no setup for each drawing. Just draw. When your drawing is finished, select all or a part of it, click on the print menu, enter a scale and print. JustCad is DPI aware and now fully supports comma separator."; 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 = ''; } }