solved it - I changed
PHP Code:
var bMC:String = new String(panelMcs[i]); 
to
PHP Code:
var bMC = (panelMcs[i]);