var a = { quality: 'low' }; var quality = { low: { width: 640 }, hd: { width: 1280 } } alert(quality[a.quality].width)