Cart 0

Reflex Portable Mirrors



 Typical Use:  Dance studios, schools and community centres where mirrors are stored when not in use.

 

Ballet Barres

 

Standard Portable Mirror

 

Available as a single or double-sided portable mirror these easy to store mirrors can be fitted with ballet barres by means of an extension bracket.

The mirrors are constructed from safety mirror with powder coated aluminium frame and fit into a powder coated mild steel stand with lockable wheels for stability.

reflex

 

 

  • 1220 (w) x 1830mm (h)
  • Weighs approximately 50kg
  • Powder coated Aluminium frame
  • Lockable wheels
  • Single or double sided
  • Optional attachable barres
  • Available with protective cover
    $("#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); } });