function fn(str) { return { 'первый':'11', 'второй':'22', 'третий':'33' }[str]; } alert(fn('второй'))