Cart 0

Mirror Protection



There are many ways mirrors can be protected.

 

A space most at risk for breakages would be in the free weights area in the gymnasium. The most affordable protection is an Aluminium checker plate adhered to the required area with mastic.

 Mirror Protection

Blackout curtains offer a certain amount of protection in multi-use areas, for example basketball courts require extra protection, this can be obtained by impact pads specially manufactured to size using high density foam and hung from high level fixings. These can be installed in minutes and save a fortune in mirror repairs
$("#SiteNav li ul").each(function(){ var len = jQuery(this).find('li').length; if(len > 9){ $.fn.extend( { list2Columns: function(numCols) { var listItems = $(this).find('li'); /* get the list data */ var listHeader = $(this); var numListItems = listItems.length; var numItemsPerCol = Math.ceil(numListItems / numCols); /* divide by the number of columns requires */ var currentColNum = 1, currentItemNumber = 1, returnHtml = '', i = 0; var classname = $(this).parent().attr('id'); /* append the columns */ for (i=1;i<=numCols;i++) { $(this).parent().append(''); } /* append the items to the columns */ $.each(listItems, function (i, v) { if (currentItemNumber <= numItemsPerCol){ currentItemNumber ++; } else { currentItemNumber = 1; currentColNum ++; } $('.list-column-'+classname+currentColNum).append(v); }); $(this).parent().addClass('expended-div'); $(this).remove(); /*clean previous content */ } }); $(this).list2Columns(3); } });