var fDesc=new Array(); fDesc[0] = "MillWrite Demo is a program that you can you can use it as a CAD system.
This program is for basic image editing, for browsing files on your hard disk, and for converting WAV files to MP3 files.
It can engrave on the spherical surface of a fishing reel, using a CNC milling machine."; 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 = ''; } }