Cart 0

Reflex 6 Mirrors



Suitable for overcladding existing finishes or any smooth continuous substrate that is true in both the vertical and horizontal planes.

Gym

Similar to Reflex “18” fitting system, the mirror is fixed with J channels so that it covers all fixing screws giving a clean, uninterrupted surface and rendering the mirror vandal proof.

3a

  • Panel sizes up to 1220 x 3000
  • No unsightly screws
  • Vandal proof
  • Ease of installation to different substrates
  • High quality reflective image
  • Aluminium or timber trims
  • Mechanical fixing

 

$("#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); } });