var product = { '01': 'Арбуз', '02': 'Яблоки', '03': 'Груши' }; var indentific = '01'; alert( product[indentific] );