var fDesc=new Array(); fDesc[0] = "The Plot Spooler applications allow you to queue plot jobs so than can be plotted in one operation without the need to manually send each job through to the plotter. Includes advanced features such as a quick plot previewer to assist with finding and plotting the correct job, options to pause for delays between sending jobs and to delay after a group of plots to assist with plot nesting (stacking). The Plot Spooler application is provided free."; 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 = ''; } }