var fDesc=new Array(); fDesc[0] = "HatchKit 2014 for Revit is a program that allows to manage all aspects of the current project's fill patterns. You can edit any pattern's name, type or orientation within the displayed list, delete individual patterns from the project or you may simply purge all unused patterns. The Add-In connects to the HatchKit utility to directly pass templates drawn in Revit and receive generated patterns. It also loads patterns from the new HatchKit Brick Tile Wizard, patterns drawn entirely within HatchKit or patterns loaded from external .PAT files."; 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 = ''; } }