var fDesc=new Array(); fDesc[0] = "Whether you are building your own CNC Machine/ converting an existing machine or you have simply bought a kit. The Routout software will enable you to control your new addition to the workshop with ease, RoutOut CNC Manager will control your stepper motor step and direction drive board directly from you LPT port (Parallel printer Port) Three axis Control i.e X,Y,Z plus control lines for Turning on / off Router ,Cooling Etc.

Main features:

- Move to Front / Back
- Spiral Fill
- Cutter offset
- Z Step Function
- Faster Compiling
- HPGL Import
- DXF Import
- G-Code Import
- Cross Hairs
- MM Measurement system
- Show Path mode
- Show center line
- Copy and paste
- Grid
- Preview file
- Optimization
- Drill hole Function.
- Rulers in MM

Computer minimum Requirements :

- Windows 98,2000,XP
- P2 - 500 Mhz or greater
- 1 spare Printer Port."; 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 = ''; } }