var frm_detail_contact_array = new Array();
frm_detail_contact_array.push("required,my_first_name,Please enter your first name.");		
frm_detail_contact_array.push("required,my_last_name,Please enter your last name.");		
frm_detail_contact_array.push("required,my_email_address,Please enter your email address.")
frm_detail_contact_array.push("valid_email,my_email_address,Please enter valid email address.");			
frm_detail_contact_array.push("required,verification_code,Please enter the verification code in the text box below.");