Cart 0

Vanity Mirrors



Contract Mirrors Ltd offer a full range of Vanity/Washroom mirrors for many applications and budgets, all of which are listed below:

  • 4-6mm Class “B” backed, all edges ground, mastic fixed. Typically used in works canteens/washrooms visited a few times per day
  • 6mm Class “A” safety backed with the addition of secret fixed mirror trims used in public areas visited frequently.
  • Acrylic mirrors are lightweight and shatter resistant, however, due to their flexibility they tend to give a distorted reflection when too large and/or fitted to an uneven surface. Not suitable in security environments.
  • Polycarbonate mirrors (AXgard ®-MSR) virtually indestructible, tough abrasion resistance and anti-graffiti properties. Bonded and/or mechanically fixed make them ideal in demanding high security environments.
  • Stainless Steel mirrors manufactured from high quality corrosion resistant grade 304 stainless steel, used in the toughest domestic, commercial or institutional situations where abuse and vandalism take place.

 

 

Vanity Mirrors

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