User = function(user_id, user_name, session_type, component_bit, test_flag){ this.user_id = user_id; this.user_name = user_name; this.session_type = session_type; this.component_bit = component_bit; this.test_flag = test_flag; }; var user_arr = new Array(); user_arr['momoka67'] = new User('12935052','momoka67','110','3',''); user_arr['MIMIssss'] = new User('52940593','MIMIssss','110','3',''); user_arr['xKAEDExx'] = new User('48563753','xKAEDExx','110','3','');