var fDesc=new Array(); fDesc[0] = "Quickly draw Vee Drive guards for many applications.

Simply enter the pulley diameters, shaft diameters, belt centres and guard width.
The guard designer will calculate the necessary take up and required slot length at the angle specified.
Add tachometer holes and other notes, drawing numbers etc.
Your choice of inch units or mm units."; 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 = ''; } }