array( 'Bench Grinding Wheels', 'Cut-off Wheels', 'Grinding Discs', 'Mounted Points', 'Sanding Pads & Belts'), 'Anchors'=>array( 'Chemical Bonding Anchors', 'Custom & Standard Formed Anchors', 'Drive Pin Anchors', 'Drop-in Anchors', 'Epoxy Anchors', 'Expansion, Single & Double', 'Hollow Wall Anchors', 'Lag Shields', 'Masonry Screws', 'Plastic Anchors', 'Sleeve Anchors', 'T-Anchors', 'Toggle Bolts', 'Wedge Anchors', 'All-Anchors'), 'Bolts'=>array( 'B-7', 'Carriage Bolts', 'Elevator Bolts', 'Eye Bolts', 'Flange Bolts', 'Hex C/S Grades 5, 8 & 9', 'Lag Bolts', 'Plow Bolts', 'Shaker Screen Bolts', 'Square Head Bolts', 'Structural Bolts A325 & A490', 'Toggle Bolts', 'U-BoltsR1C3'), 'Chain_Cable_Accessories'=>array( 'Chain- Bulldog', 'Chain - High Test', 'Chain - Jack', 'Chain - Liberty Coil', 'Chain - Liberty Machine', 'Chain - Proof Coil', 'Cold Shuts', 'Grab Hooks', 'Quick Links', 'Repair Links', 'S Hooks', 'Slip Hooks', 'Aircraft Cable - Vinyl Coated', 'Aircraft Cable - Galvanized', 'Shackles', 'Thimbles', 'Wire Rope Clips'), 'Chemicals'=>array( 'CRC Family of Products', 'Loctite', 'PB Blaster', 'WD-40', 'Tap Magic'), 'Cutting_Tools'=>array( 'Band Saw Blades', 'Circular Saw Blades', 'Hack Saw Blades', 'Hole Saws and Arbors', 'Porta Band Blades', 'Reciprocating Blades', 'Sabre (Jig) Saw Blades', 'Drill Bits and Taps', 'Countersinks', 'Dies', 'End Mills', 'Hand Files', 'Reamers', 'Screw Extractors'), 'Electrical'=>array( 'Battery Cables and Terminals', 'Cable Tys & Accessories', 'Crimp Tools', 'Heat Shrinkable Products', 'Tape', 'Wire Nuts', 'Wire Terminals'), 'Fittings_Accessories'=>array( 'Brass', 'Steel', 'Air Hoses', 'Ball & Gate Valves', 'Hose Barbs', 'Pneumatic Quick Couplings', 'Tubing', 'Pipe Fittings - Steel and Stainless Steel', 'Thermoplastic Fittings', 'Tube Cutters & Accessories'), 'Weatherhead_Hydraulics'=>array( 'Adapters', 'Hoses and Fittings'), 'Nuts'=>array( '2H Nuts', 'A325 Nuts', 'Acme Nuts', 'Acorn (Cap) Nuts', 'All Metal Lock Nuts', 'Coupling Nuts', 'Grades 2, 5, 8, & 9 Finished Nuts', 'Heavy Hex Nuts', 'Hex Jam Nuts', 'Keps Nuts', 'Left Hand Hex Nuts', 'Nylon Insert Lock Nuts', 'Serrated Flange Nuts', 'Slotted Nuts', 'Square Nuts', 'Tee Nuts', 'Weld Nuts', 'Wing Nuts'), 'Rivets'=>array( 'Blind Rivets', 'Closed End Blind Rivets', 'Drive Pin Rivets', 'High Strength Blind Rivets', 'Multi-Grip Blind Rivets', 'Solid Rivets', 'Thread Serts', 'Tools, Manual & Pneumatic'), 'Safety_Equipment'=>array( 'Dust Masks', 'First Aid Kits', 'Gloves', 'Hard Hats', 'Hearing Protection', 'Respirators', 'Safety Glasses'), 'Screws'=>array( 'Decking Screws', 'Drywall Screws', 'Floorboard Screws', 'Hanger Bolts', 'Machine Screws', 'Masonry Screws', 'Tamperproof Screws', 'Tapping Screws (Sheet Metal)', 'Tek Screws (Self Drilling)', 'Thread Cutting Screws', 'Thread Forming Screws', 'Thumb Screws', 'Wood Screws'), 'Socket_Products'=>array( 'Button Head Sockets', 'Flat Head Sockets', 'Hex Wrenches', 'Low Head Sockets', 'Socket Set Screws', 'Socket Shoulder Bolts', 'Socket Head Cap Screws', 'Socket Pipe Plugs', 'Square Head Set Screws'), 'Threaded_Rod'=>array( 'A193 B7', 'Acme', 'Brass', 'Low Carbon', 'Galvanized', 'Metric', 'Stainless Steel'), 'Washers'=>array( 'Bevel Washers', 'Internal & External Tooth Lock Washers', 'Fender Washers', 'Finishing (Cup) Washers', 'Hardened Washers', 'Hi-Collar Washers', 'Split Lock Washers', 'USS and SAE Washers'), 'Miscellaneous'=>array( 'Batteries', 'Bolt Bins', 'Bits - Insert', 'Bits - Phillips', 'Bits - Square', 'Bits - Tamperproof', 'Bits - Torx', 'Brushes', 'Continuous Hinge', 'E - Clips', 'Flashlights', 'Grease Fittings', 'Hex Wrench Sets', 'Hose Clamps Ideal', 'Key Stock', 'Magnetic Bit Holders', 'Magnetic Nut Drivers', 'O-Rings', 'Pins - Clevis', 'Pins - Cotter', 'Pins - Dowel', 'Pins - Spring', 'Pins - Taper', 'Retaining Rings - Internal & External', 'Threaded Inserts', 'Weld Studs') ); //******************************************************** // Replace space with underscore //******************************************************// function replaceSpaceWithUnderscore($str) { return str_replace(' ', '_', $str); } //******************************************************** // Replace underscore with space //******************************************************// function replaceUnderscoreWithSpace($str) { return str_replace('_', ' ', $str); } //******************************************************** // Create the JavaScript "open" div for the Slider.js //******************************************************// function createSlideOpenDiv() { echo''."\n"; } //******************************************************** // Create the form elements for each product item // // Form Fields: Quantity, Dimensions (Length, Width, Diameter) // Options Form Fields: Specify options //******************************************************// function outputFormElements($productArr, $groupLabel ='group') { echo ''."\n"; } //******************************************************** // Output Header (h2 tag) //******************************************************// function createHeader($str) { $str = '

'.$str.'

'."\n"; return $str; } ?> Store Room Fasteners - Metal Fasteners

Request for Quote

Please tell us which items you are interested in. Our sales team will contact you shortly after submitting our form.

Request for Quote Form

* Denotes required field.

\n\n\n\n\n"; } ?>

*Your Name:

*Your Email:

*Phone:

Fax:

"; echo createHeader(replaceUnderscoreWithSpace($key)); echo ""; createSlideOpenDiv(); echo "
"; echo '
'."\n"; outputFormElements($val, $key); echo '
'; echo "

Comments:


Request Quote
Locations

We Accept Credit Cards

Minimum order amount $10.

Credit Cards

Delivery is Available

Click to request a quote.

ISO 9001:2000 Certified

Store Room Fasteners, Inc. is "ISO 9001:2000 Certified"

Turkey Hunt Contest

turkey hunt context

Click here to view
the turkey hunt
leader board