I have one rather large array in a javascript widget I'm writing and I want to find out if it'd be more efficient in terms of browser resources to leave it as just one array or break it into several smaller arrays? Can anyone recommend a method of testing the differences?I have one rather large array in a javascript w