Benthall Brothers is a wholesale exterior building supply company founded in 1943. We specialize in siding, soffit, guttering, windows, exterior entry doors, railings, garage doors, residential and commercial glazing. Benthall Brothers distributes and services every product that we sell. Our commitment to our products and their quality is reflected in our motto...
Bulldog Tough Since 1943™
Windows and Doors
We sell and service ten brands of windows and doors. Four glazing options and hundreds of shapes and sizes are available to suit your needs.
» View more
Homeowners choose vinyl siding because it provides the beauty of wood without the maintenance, cost, and hassles. We offer 32 different colors across several brands. » View more
Low maintainence outdoor decking from two of the industry's leading suppliers is availible. Get started on your outdoor project today. » View more
Cut the hassle out of your life and leave the ladder in the garage by installing Leaf Relief, a gutter protection system that really works. » View more
Carports, Patios, and Canopies
We offer durable solutions crafted by Mason Corporation, the world's best manufacturer of quality aluminum building products. » View more
Tools and Accessories
We offer the tools you need to get the job done. Benthall Brothers is a one-stop-shop for all of your exterior projects. » View more
Whether it is new construction or a remodeling job, we have quality products for the job.
Benthall Brothers is a one-stop-shop for all exterior products. Each of our locations feature a showroom where you can view the products we stand behind.
» View all of the products we sell and service
Customer service and satisfaction are and always have been our number one priority.
In our contining effort to offer you the highest possible service we are a EPA Lead-Safe Certified Firm.
» Learn more about the Lead-Safe program at EPA.org
Founded in Evansville, Indiana by Greene and Fred Benthall in 1943, Benthall Brothers first products were wooden storm windows and cotton insultation.
» Find out more about the company
') // Float left to display horizontally, readjust .slides width .css({ 'float' : 'left', 'width' : slideWidth }); // Set #slideInner width equal to total width of all slides $('#slideInner').css('width', slideWidth * numberOfSlides); // Insert controls in the DOM $('#slideshow') .prepend('Clicking moves left') .append('Clicking moves right'); // Hide left arrow control on first load manageControls(currentPosition); // Create event listeners for .controls clicks $('.control') .bind('click', function(){ // Determine new position currentPosition = ($(this).attr('id')=='rightControl') ? currentPosition+1 : currentPosition-1; // Hide / show controls manageControls(currentPosition); // Move slideInner using margin-left $('#slideInner').animate({ 'marginLeft' : slideWidth*(-currentPosition) }); }); // manageControls: Hides and Shows controls depending on currentPosition function manageControls(position){ // Hide left arrow if position is first slide if(position==0){ $('#leftControl').hide() } else{ $('#leftControl').show() } // Hide right arrow if position is last slide if(position==numberOfSlides-1){ $('#rightControl').hide() } else{ $('#rightControl').show() } } });