Is possible use div ID as name of array that already have value?

Is possible use div ID as name of array that already have value?

I make this function based on arrays
http://jsfiddle.net/rflfn/UBy38/

I have more than 200 functions based on link ID and array values, so I need eliminate the necessity of tags 'if', and associate the div ID name with array name (array already have values, and I make array with same name of div ID), So i need call array values based on div ID name, but without 'ifs', I used deep copy to clone array to my new variable, and call array with variable, but dont work...

This is what I need make:
http://jsfiddle.net/rflfn/UBy38/1/

Have some manner to do this? or I'll need make the 200+ ifs?