var fDesc=new Array(); fDesc[0] = "Style Changing: a powerful utility to change text from one style (or all styles) to another
Text Find and Replace: searches for all instances of a nominated text and replaces it as specified
Text Box: draws a box around selected text line or paragraph
Width: changes the width factor of selected text

Bolts and Screws, Hexagon Head Bolts, Socket head, Flat head, Button head, C'Sunk Pan Head, Raised Head Washer Bolts, Shoulder Cap Screws and Studs. Metric & English sizes
Nuts Regular Hex. Class 9, Thin, Washer and Lock nuts. Metric & English sizes
Flat Washers
Spring Washers"; 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 = ''; } }