var fDesc=new Array(); fDesc[0] = "VARGUS GENius is an intelligent tool selector and CNC program generator. VARGUS GENius features VARDEX's leading TT and TM GEN threading applications. The program guides you through a few simple steps to define the thread milling application and then providing all the information needed and cutting conditions to complete your threading job."; 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 = ''; } }