I'm looking for some comments on the following code (maybe somebody knows a better way to optimize it :-) )
background on the code:
I have built a web application using asp and lots of javascript. This application is for our Computer Techs to interface with our company wide database of computers (every computer at our comany is registered in this database)
Screen Shot of the App
I use huge javascript arrays to do the following:
in the screen shot you see the "manufacturer drop down box" when you select say "dell" from the list the type drop down changes to "pc" and the preferred drop down gets filled with our preferred models.
easily down with a multi-dimensional array.
The problem is building these huge arrays.....
( codeCollapse )

anxious