vr = new Array();

vr["fname"]="1,1,-1,15,1,-1,-1,1";
vr["lname"]="1,1,-1,15,2,-1,-1,1";
vr["addr1"]="1,-1,-1,30,1,1,-1,1";
vr["addr2"]="0";
vr["city"]="1,-1,-1,30,3,1,-1,1";
vr["state"]="1";
vr["zip"]="1,-1,1,5,5,1,-1,1";
vr["ephone"]="1,-1,-1,14,10,-1,-1,1";
vr["tn"] = "1,-1,-1,14,10,-1,-1,1"; // phone field on verizon pages
vr["email"]="1,-1,-1,-1,-1,-1,1,1";
vr["store_id"]="1,-1,1,4,3,1,-1,1";
vr["store_emp_id"]="1,-1,0,11,8,-1,-1,1";
vr["emp_id"]="1,-1,1,6,3,-1,-1,1";
vr["phone_1"]="1,0,1,3,3,1,0,1";
vr["phone_2"]="1,0,1,3,3,1,0,1";
vr["phone_3"]="1,0,1,4,4,1,0,1";

// sn_info, sn_suggest

vr["screen_name"] = "1,-1,-1,16,3,1,-1,1";
// this is changed to the actual rule when the user clicks in the field.
vr["customSN"] = "0";
vr["password"] = "1,-1,-1,16,6,-1,-1,1";
vr["password2"] = "1,-1,-1,16,6,-1,-1,1";

// cc_info, cc_error
vr["card_number"] = "1,-1,-1,19,13,-1,-1,1";

// checking, checking_error
vr["transit_no"] = "1,-1,1,9,9,1,-1,1";
vr["chk_accnt_no"] = "1,-1,-1,17,1,-1,-1,1";

// phone_bday - ssn required for the expand auth project
vr["year"]="0";
vr["ssn"]="1,-1,1,4,4,1,-1,1";

//passcode bind
vr["serial_number"] = "1,-1,1,8,8,1,-1,1";
vr["secure_id"] = "1,-1,1,6,6,1,-1,1";

// cert_pass rules
//vr["promo_cert"] = "1,-1,-1,15,1,-1,-1,-1";
//vr["promo_pass"] = "1,-1,-1,15,1,-1,-1,-1";

// cvv2
vr["cvv2"] = "1,-1,1,4,3,-1,-1,1";

//This is for the Subp project that requires a reps screen_name
vr["rep_screen_name"] = "1,-1,-1,16,3,1,-1,1";

