
function fillState(){ 
 // this function is used to fill the State list on load
addOption(document.borrowers_ed_reg.State, "AL", "AL", "");
addOption(document.borrowers_ed_reg.State, "AK", "AK", "");
addOption(document.borrowers_ed_reg.State, "AR", "AR", "");
addOption(document.borrowers_ed_reg.State, "AZ", "AZ", "");
addOption(document.borrowers_ed_reg.State, "CA", "CA", "");
addOption(document.borrowers_ed_reg.State, "CO", "CO", "");
addOption(document.borrowers_ed_reg.State, "CT", "CT", "");
addOption(document.borrowers_ed_reg.State, "DC", "DC", "");
addOption(document.borrowers_ed_reg.State, "DE", "DE", "");
addOption(document.borrowers_ed_reg.State, "FL", "FL", "");
addOption(document.borrowers_ed_reg.State, "GA", "GA", "");
addOption(document.borrowers_ed_reg.State, "GU", "GU", "");
addOption(document.borrowers_ed_reg.State, "HI", "HI", "");
addOption(document.borrowers_ed_reg.State, "IA", "IA", "");
addOption(document.borrowers_ed_reg.State, "ID", "ID", "");
addOption(document.borrowers_ed_reg.State, "IL", "IL", "");
addOption(document.borrowers_ed_reg.State, "IN", "IN", "");
addOption(document.borrowers_ed_reg.State, "KS", "KS", "");
addOption(document.borrowers_ed_reg.State, "KY", "KY", "");
addOption(document.borrowers_ed_reg.State, "LA", "LA", "");
addOption(document.borrowers_ed_reg.State, "MA", "MA", "");
addOption(document.borrowers_ed_reg.State, "ME", "ME", "");
addOption(document.borrowers_ed_reg.State, "MD", "MD", "");
addOption(document.borrowers_ed_reg.State, "MI", "MI", "");
addOption(document.borrowers_ed_reg.State, "MN", "MN", "");
addOption(document.borrowers_ed_reg.State, "MO", "MO", "");
addOption(document.borrowers_ed_reg.State, "MS", "MS", "");
addOption(document.borrowers_ed_reg.State, "MT", "MT", "");
addOption(document.borrowers_ed_reg.State, "NC", "NC", "");
addOption(document.borrowers_ed_reg.State, "ND", "ND", "");
addOption(document.borrowers_ed_reg.State, "NE", "NE", "");
addOption(document.borrowers_ed_reg.State, "NH", "NH", "");
addOption(document.borrowers_ed_reg.State, "NJ", "NJ", "");
addOption(document.borrowers_ed_reg.State, "NM", "NM", "");
addOption(document.borrowers_ed_reg.State, "NV", "NV", "");
addOption(document.borrowers_ed_reg.State, "NY", "NY", "");
addOption(document.borrowers_ed_reg.State, "OH", "OH", "");
addOption(document.borrowers_ed_reg.State, "OK", "OK", "");
addOption(document.borrowers_ed_reg.State, "OR", "OR", "");
addOption(document.borrowers_ed_reg.State, "PA", "PA", "");
addOption(document.borrowers_ed_reg.State, "PR", "PR", "");
addOption(document.borrowers_ed_reg.State, "RI", "RI", "");
addOption(document.borrowers_ed_reg.State, "SC", "SC", "");
addOption(document.borrowers_ed_reg.State, "SD", "SD", "");
addOption(document.borrowers_ed_reg.State, "TN", "TN", "");
addOption(document.borrowers_ed_reg.State, "TX", "TX", "");
addOption(document.borrowers_ed_reg.State, "UT", "UT", "");
addOption(document.borrowers_ed_reg.State, "VA", "VA", "");
addOption(document.borrowers_ed_reg.State, "VT", "VT", "");
addOption(document.borrowers_ed_reg.State, "WA", "WA", "");
addOption(document.borrowers_ed_reg.State, "WI", "WI", "");
addOption(document.borrowers_ed_reg.State, "WV", "WV", "");
addOption(document.borrowers_ed_reg.State, "WY", "WY", "");
}

function SelectAM(){
// ON selection of State this function will work

removeAllOptions(document.borrowers_ed_reg.AM);
addOption(document.borrowers_ed_reg.AM, "", "Please Select", "");

if(document.borrowers_ed_reg.State.value == 'AL'){
addOption(document.borrowers_ed_reg.AM,"Stacy Almond", "Stacy Almond");
addOption(document.borrowers_ed_reg.AM,"Buddy Hill", "Buddy Hill");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'AK'){
addOption(document.borrowers_ed_reg.AM,"Dean Dardzinski", "Dean Dardzinski");
addOption(document.borrowers_ed_reg.AM,"Vanessa Rimkus", "Vanessa Rimkus");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know", "");
}
if(document.borrowers_ed_reg.State.value == 'AZ'){
addOption(document.borrowers_ed_reg.AM,"Brenda Smith", "Brenda Smith");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'AR'){
addOption(document.borrowers_ed_reg.AM,"Luis Contreras", "Luis Contreras");
addOption(document.borrowers_ed_reg.AM,"Jeffrey Raich", "Jeffrey Raich");
addOption(document.borrowers_ed_reg.AM,"Scott Meerstein", "Scott Meerstein");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'CA'){
addOption(document.borrowers_ed_reg.AM,"Debra Dempster", "Debra Dempster");
addOption(document.borrowers_ed_reg.AM,"Laurie Greene", "Laurie Greene");
addOption(document.borrowers_ed_reg.AM,"Eric Rice", "Eric Rice");
addOption(document.borrowers_ed_reg.AM,"Samantha Steen", "Samantha Steen");
addOption(document.borrowers_ed_reg.AM,"Harper Wong", "Harper Wong");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'CO'){
addOption(document.borrowers_ed_reg.AM,"Debbie Calistro", "Debbie Calistro");
addOption(document.borrowers_ed_reg.AM,"Elyse Mitchell", "Elyse Mitchell");
addOption(document.borrowers_ed_reg.AM,"Ryan Renz", "Ryan Renz");
addOption(document.borrowers_ed_reg.AM,"Scott Meerstein", "Scott Meerstein");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'CT'){
addOption(document.borrowers_ed_reg.AM,"Cindy Dirgins", "Cindy Dirgins");
addOption(document.borrowers_ed_reg.AM,"Neal McGrath", "Neal McGrath");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'DE'){
addOption(document.borrowers_ed_reg.AM,"Walt Rogers", "Walt Rogers");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'DC'){
addOption(document.borrowers_ed_reg.AM,"Tip Fishburn", "Tip Fishburn");
addOption(document.borrowers_ed_reg.AM,"Chris Perry", "Chris Perry");
addOption(document.borrowers_ed_reg.AM,"Walt Rogers", "Walt Rogers");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'FL'){
addOption(document.borrowers_ed_reg.AM,"Stacy Almond", "Stacy Almond");
addOption(document.borrowers_ed_reg.AM,"Diane Ekberg", "Diane Ekberg");
addOption(document.borrowers_ed_reg.AM,"Buddy Hill", "Buddy Hill");
addOption(document.borrowers_ed_reg.AM,"Suzanne LaCaria", "Suzanne LaCaria");
addOption(document.borrowers_ed_reg.AM,"Ivy Conoley Paffrath", "Ivy Conoley Paffrath");
addOption(document.borrowers_ed_reg.AM,"Donna Stephens", "Donna Stephens");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'GA'){
addOption(document.borrowers_ed_reg.AM,"Diane Ekberg", "Diane Ekberg");
addOption(document.borrowers_ed_reg.AM,"Buddy Hill", "Buddy Hill");
addOption(document.borrowers_ed_reg.AM,"Denise Puckett", "Denise Puckett");
addOption(document.borrowers_ed_reg.AM,"Donna Stephens", "Donna Stephens");
addOption(document.borrowers_ed_reg.AM,"Jerry Haidinger", "Jerry Haidinger");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'GU'){
addOption(document.borrowers_ed_reg.AM,"Harvey Suzawa", "Harvey Suzawa");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'HI'){
addOption(document.borrowers_ed_reg.AM,"Harvey Suzawa", "Harvey Suzawa");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'ID'){
addOption(document.borrowers_ed_reg.AM,"Kim Callis", "Kim Callis");
addOption(document.borrowers_ed_reg.AM,"Dean Dardzinski", "Dean Dardzinski");
addOption(document.borrowers_ed_reg.AM,"Brian Young", "Brian Young");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'IL'){
addOption(document.borrowers_ed_reg.AM,"JoAnn Alberts", "JoAnn Alberts");
addOption(document.borrowers_ed_reg.AM,"Anita Gallaugher", "Anita Gallaugher");
addOption(document.borrowers_ed_reg.AM,"Mary Ann Haines", "Mary Ann Haines");
addOption(document.borrowers_ed_reg.AM,"David Horak", "David Horak");
addOption(document.borrowers_ed_reg.AM,"Jack Long", "Jack Long");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'IN'){
addOption(document.borrowers_ed_reg.AM,"Mary Ann Haines", "Mary Ann Haines");
addOption(document.borrowers_ed_reg.AM,"Jane Hurst", "Jane Hurst");
addOption(document.borrowers_ed_reg.AM,"Mike Kull", "Mike Kull");
addOption(document.borrowers_ed_reg.AM,"Jack Long", "Jack Long");
addOption(document.borrowers_ed_reg.AM,"Sherri Wagerman", "Sherri Wagerman");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'IA'){
addOption(document.borrowers_ed_reg.AM,"David Horak", "David Horak");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'KS'){
addOption(document.borrowers_ed_reg.AM,"David Horak", "David Horak");
addOption(document.borrowers_ed_reg.AM,"Laura Rosich", "Laura Rosich");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'KY'){
addOption(document.borrowers_ed_reg.AM,"Mike Kull", "Mike Kull");
addOption(document.borrowers_ed_reg.AM,"Sherri Wagerman", "Sherri Wagerman");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'LA'){
addOption(document.borrowers_ed_reg.AM,"Stacy Almond", "Stacy Almond");
addOption(document.borrowers_ed_reg.AM,"Buddy Hill", "Buddy Hill");
addOption(document.borrowers_ed_reg.AM,"Maura Phillips", "Maura Phillips");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'ME'){
addOption(document.borrowers_ed_reg.AM,"Jon Korpela", "Jon Korpela");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'MD'){
addOption(document.borrowers_ed_reg.AM,"Janet Ahl", "Janet Ahl");
addOption(document.borrowers_ed_reg.AM,"Carolyn Arriviello", "Carolyn Arriviello");
addOption(document.borrowers_ed_reg.AM,"Tip Fishburn", "Tip Fishburn");
addOption(document.borrowers_ed_reg.AM,"Chris Perry", "Chris Perry");
addOption(document.borrowers_ed_reg.AM,"Walt Rogers", "Walt Rogers");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'MA'){
addOption(document.borrowers_ed_reg.AM,"Cindy Dirgins", "Cindy Dirgins");
addOption(document.borrowers_ed_reg.AM,"John Forshay", "John Forshay");
addOption(document.borrowers_ed_reg.AM,"Mary Ellen MacInnis", "Mary Ellen MacInnis");
addOption(document.borrowers_ed_reg.AM,"Neal McGrath", "Neal McGrath");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'MI'){
addOption(document.borrowers_ed_reg.AM,"Steve Baron", "Steve Baron");
addOption(document.borrowers_ed_reg.AM,"Jane Hurst", "Jane Hurst");
addOption(document.borrowers_ed_reg.AM,"Toby Hurst", "Toby Hurst");
addOption(document.borrowers_ed_reg.AM,"Alice Whited", "Alice Whited");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'MN'){
addOption(document.borrowers_ed_reg.AM,"Elyse Mitchell", "Elyse Mitchell");
addOption(document.borrowers_ed_reg.AM,"Scott Mitchell", "Scott Mitchell");
addOption(document.borrowers_ed_reg.AM,"Scott Meerstein", "Scott Meerstein");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'MS'){
addOption(document.borrowers_ed_reg.AM,"Buddy Hill", "Buddy Hill");
addOption(document.borrowers_ed_reg.AM,"Maura Phillips", "Maura Phillips");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'MO'){
addOption(document.borrowers_ed_reg.AM,"Marc Breckenridge", "Marc Breckenridge");
addOption(document.borrowers_ed_reg.AM,"David Horak", "David Horak");
addOption(document.borrowers_ed_reg.AM,"Laura Rosich", "Laura Rosich");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'MT'){
addOption(document.borrowers_ed_reg.AM,"Dean Dardzinski", "Dean Dardzinski");
addOption(document.borrowers_ed_reg.AM,"Vanessa Rimkus", "Vanessa Rimkus");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'NE'){
addOption(document.borrowers_ed_reg.AM,"David Horak", "David Horak");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'NV'){
addOption(document.borrowers_ed_reg.AM,"Debra Nelson", "Debra Nelson");
addOption(document.borrowers_ed_reg.AM,"Harper Wong", "Harper Wong");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'NH'){
addOption(document.borrowers_ed_reg.AM,"Jon Korpela", "Jon Korpela");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'NJ'){
addOption(document.borrowers_ed_reg.AM,"Carolyn Arriviello", "Carolyn Arriviello");
addOption(document.borrowers_ed_reg.AM,"Neal McGrath", "Neal McGrath");
addOption(document.borrowers_ed_reg.AM,"Walt Rogers", "Walt Rogers");
addOption(document.borrowers_ed_reg.AM,"Steve Wacker", "Steve Wacker");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'NM'){
addOption(document.borrowers_ed_reg.AM,"Michael Carroll", "Michael Carroll");
addOption(document.borrowers_ed_reg.AM,"Jeff Raich", "Jeff Raich");
addOption(document.borrowers_ed_reg.AM,"Brenda Smith", "Brenda Smith");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'NY'){
addOption(document.borrowers_ed_reg.AM,"Max Coccetti", "Max Coccetti");
addOption(document.borrowers_ed_reg.AM,"Craig Lonsinger", "Craig Lonsinger");
addOption(document.borrowers_ed_reg.AM,"Neal McGrath", "Neal McGrath");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'NC'){
addOption(document.borrowers_ed_reg.AM,"Janet Ahl", "Janet Ahl");
addOption(document.borrowers_ed_reg.AM,"Karen Irwin", "Karen Irwin");
addOption(document.borrowers_ed_reg.AM,"Angie Norris", "Angie Norris");
addOption(document.borrowers_ed_reg.AM,"Denise Puckett", "Denise Puckett");
addOption(document.borrowers_ed_reg.AM,"Donna Stephens", "Donna Stephens");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'ND'){
addOption(document.borrowers_ed_reg.AM,"Scott Mitchell", "Scott Mitchell");
addOption(document.borrowers_ed_reg.AM,"Scott Meerstein", "Scott Meerstein");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'OH'){
addOption(document.borrowers_ed_reg.AM,"Jane Coleman-Porter", "Jane Coleman-Porter");
addOption(document.borrowers_ed_reg.AM,"Ron Goodin", "Ron Goodin");
addOption(document.borrowers_ed_reg.AM,"Mike Kull", "Mike Kull");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'OK'){
addOption(document.borrowers_ed_reg.AM,"Luis Contreras", "Luis Contreras");
addOption(document.borrowers_ed_reg.AM,"Jeff Raich", "Jeff Raich");
addOption(document.borrowers_ed_reg.AM,"Scott Meerstein", "Scott Meerstein");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'OR'){
addOption(document.borrowers_ed_reg.AM,"Dean Dardzinski", "Dean Dardzinski");
addOption(document.borrowers_ed_reg.AM,"Cecilia Farley", "Cecilia Farley");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'PA'){
addOption(document.borrowers_ed_reg.AM,"Carolyn Arriviello", "Carolyn Arriviello");
addOption(document.borrowers_ed_reg.AM,"Skip Leonhard", "Skip Leonhard");
addOption(document.borrowers_ed_reg.AM,"Walt Rogers", "Walt Rogers");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'PR'){
addOption(document.borrowers_ed_reg.AM,"Saudhi Escudero", "Saudhi Escudero");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'RI'){
addOption(document.borrowers_ed_reg.AM,"Mary Ellen MacInnis", "Mary Ellen MacInnis");
addOption(document.borrowers_ed_reg.AM,"Neal McGrath", "Neal McGrath");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'SC'){
addOption(document.borrowers_ed_reg.AM,"Jerry Haidinger", "Jerry Haidinger");
addOption(document.borrowers_ed_reg.AM,"Karen Irwin", "Karen Irwin");
addOption(document.borrowers_ed_reg.AM,"Angie Norris", "Angie Norris");
addOption(document.borrowers_ed_reg.AM,"Donna Stephens", "Donna Stephens");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'SD'){
addOption(document.borrowers_ed_reg.AM,"Scott Mitchell", "Scott Mitchell");
addOption(document.borrowers_ed_reg.AM,"Scott Meerstein", "Scott Meerstein");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'TN'){
addOption(document.borrowers_ed_reg.AM,"Buddy Hill", "Buddy Hill");
addOption(document.borrowers_ed_reg.AM,"Denise Puckett", "Denise Puckett");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'TX'){
addOption(document.borrowers_ed_reg.AM,"Michael Carroll", "Michael Carroll");
addOption(document.borrowers_ed_reg.AM,"Kittie Gugenheim", "Kittie Gugenheim");
addOption(document.borrowers_ed_reg.AM,"Cherie Pheiffer", "Cherie Pheiffer");
addOption(document.borrowers_ed_reg.AM,"Jeff Raich", "Jeff Raich");
addOption(document.borrowers_ed_reg.AM,"Frank Smith", "Frank Smith");
addOption(document.borrowers_ed_reg.AM,"Ashley Wenmohs", "Ashley Wenmohs");
addOption(document.borrowers_ed_reg.AM,"Scott Meerstein", "Scott Meerstein");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'UT'){
addOption(document.borrowers_ed_reg.AM,"Brian Young", "Brian Young");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'VT'){
addOption(document.borrowers_ed_reg.AM,"Jon Korpela", "Jon Korpela");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'VA'){
addOption(document.borrowers_ed_reg.AM,"Janet Ahl", "Janet Ahl");
addOption(document.borrowers_ed_reg.AM,"Tip Fishburn", "Tip Fishburn");
addOption(document.borrowers_ed_reg.AM,"Chris Perry", "Chris Perry");
addOption(document.borrowers_ed_reg.AM,"Denise Puckett", "Denise Puckett");
addOption(document.borrowers_ed_reg.AM,"Walt Rogers", "Walt Rogers");
addOption(document.borrowers_ed_reg.AM,"Lisa Wilde", "Lisa Wilde");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'WA'){
addOption(document.borrowers_ed_reg.AM,"Kim Callis", "Kim Callis");
addOption(document.borrowers_ed_reg.AM,"Dean Dardzinski", "Dean Dardzinski");
addOption(document.borrowers_ed_reg.AM,"Cecilia Farley", "Cecilia Farley");
addOption(document.borrowers_ed_reg.AM,"Vanessa Rimkus", "Vanessa Rimkus");
addOption(document.borrowers_ed_reg.AM,"Andrew Amenson", "Andrew Amenson");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'WV'){
addOption(document.borrowers_ed_reg.AM,"Jane Coleman-Porter", "Jane Coleman-Porter");
addOption(document.borrowers_ed_reg.AM,"Tip Fishburn", "Tip Fishburn");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'WI'){
addOption(document.borrowers_ed_reg.AM,"Bob Conley", "Bob Conley");
addOption(document.borrowers_ed_reg.AM,"Jack Long", "Jack Long");
addOption(document.borrowers_ed_reg.AM,"Elyse Mitchell", "Elyse Mitchell");
addOption(document.borrowers_ed_reg.AM,"Kim Schauer", "Kim Schauer");
addOption(document.borrowers_ed_reg.AM,"Chrissy Kwiatkowski", "Chrissy Kwiatkowski");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}
if(document.borrowers_ed_reg.State.value == 'WY'){
addOption(document.borrowers_ed_reg.AM,"Debbie Calistro", "Debbie Calistro");
addOption(document.borrowers_ed_reg.AM,"Elyse Mitchell", "Elyse Mitchell");
addOption(document.borrowers_ed_reg.AM,"Scott Meerstein", "Scott Meerstein");
addOption(document.borrowers_ed_reg.AM,"I don't know", "I don't know");
}

}
////////////////// 

function removeAllOptions(selectbox)
{
	var i;
	for(i=selectbox.options.length-1;i>=0;i--)
	{
		//selectbox.options.remove(i);
		selectbox.remove(i);
	}
}


function addOption(selectbox, value, text )
{
	var optn = document.createElement("OPTION");
	optn.text = text;
	optn.value = value;

	selectbox.options.add(optn);
}

