
var ag_name = new Array(0,"Lee Gorodetsky",
                        "Shelly Gorodetsky",
                        "Kimberle Darden",
                        "Maria DiMuro",
                        "Roberta Jones",
                        "Towanda Grant",
                        "Laura Saint Come",
                        "Margaret Serrette",
                        "Karen Thomas",
                        "Dawn Kong",
                        "Customer Service");

var ag_cont = new Array(0,"lee@yourinsurancepros.com",
                        "shelly@yourinsurancepros.com",
                        "kim@yourinsurancepros.com",
                        "maria@yourinsurancepros.com",
                        "roberta@yourinsurancepros.com",
                        "towanda@yourinsurancepros.com",
                        "laura@yourinsurancepros.com",
                        "margaret@yourinsurancepros.com",
                        "karen@yourinsurancepros.com",
                        "dawn@yourinsurancepros.com",
                        "margaret@yourinsurancepros.com");

function quote_info(quote_val)
{
 if (quote_val == "1") location.href = "Request-A-Quote.php?a=" + ag_name[1] + "&c=" + ag_cont[1];
 if (quote_val == "2") location.href = "Request-A-Quote.php?a=" + ag_name[2] + "&c=" + ag_cont[2];
 if (quote_val == "3") location.href = "Request-A-Quote.php?a=" + ag_name[3] + "&c=" + ag_cont[3];
 if (quote_val == "4") location.href = "Request-A-Quote.php?a=" + ag_name[4] + "&c=" + ag_cont[4];
 if (quote_val == "5") location.href = "Request-A-Quote.php?a=" + ag_name[5] + "&c=" + ag_cont[5];
 if (quote_val == "6") location.href = "Request-A-Quote.php?a=" + ag_name[6] + "&c=" + ag_cont[6];
 if (quote_val == "7") location.href = "Request-A-Quote.php?a=" + ag_name[7] + "&c=" + ag_cont[7];
 if (quote_val == "8") location.href = "Request-A-Quote.php?a=" + ag_name[8] + "&c=" + ag_cont[8];
 if (quote_val == "9") location.href = "Request-A-Quote.php?a=" + ag_name[9] + "&c=" + ag_cont[9];
 if (quote_val == "10") location.href = "Request-A-Quote.php?a=" + ag_name[10] + "&c=" + ag_cont[10];
}

function auto_quote(quote_val)
{
 if (quote_val == "1") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[1] + "&c=" + ag_cont[1];
 if (quote_val == "2") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[2] + "&c=" + ag_cont[2];
 if (quote_val == "3") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[3] + "&c=" + ag_cont[3];
 if (quote_val == "4") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[4] + "&c=" + ag_cont[4];
 if (quote_val == "5") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[5] + "&c=" + ag_cont[5];
 if (quote_val == "6") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[6] + "&c=" + ag_cont[6];
 if (quote_val == "7") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[7] + "&c=" + ag_cont[7];
 if (quote_val == "8") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[8] + "&c=" + ag_cont[8];
 if (quote_val == "9") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[9] + "&c=" + ag_cont[9];
 if (quote_val == "10") location.href = "http://www.yourinsurancepros.com/Auto-Quote.php?a=" + ag_name[10] + "&c=" + ag_cont[10];
}

function cont_info(quote_val)
{
 if (quote_val == "1") location.href = "mailto:" + ag_cont[1] + "?subject=Website Visitor Inquiry";
 if (quote_val == "2") location.href = "mailto:" + ag_cont[2] + "?subject=Website Visitor Inquiry";
 if (quote_val == "3") location.href = "mailto:" + ag_cont[3] + "?subject=Website Visitor Inquiry";
 if (quote_val == "4") location.href = "mailto:" + ag_cont[4] + "?subject=Website Visitor Inquiry";
 if (quote_val == "5") location.href = "mailto:" + ag_cont[5] + "?subject=Website Visitor Inquiry";
 if (quote_val == "6") location.href = "mailto:" + ag_cont[6] + "?subject=Website Visitor Inquiry";
 if (quote_val == "7") location.href = "mailto:" + ag_cont[7] + "?subject=Website Visitor Inquiry";
 if (quote_val == "8") location.href = "mailto:" + ag_cont[8] + "?subject=Website Visitor Inquiry";
 if (quote_val == "9") location.href = "mailto:" + ag_cont[9] + "?subject=Website Visitor Inquiry";
 if (quote_val == "10") location.href = "mailto:" + ag_cont[10] + "?subject=Website Visitor Inquiry";
}

function cont_now(quote_val)
{
 if (quote_val == "1") location.href = "Contact-Now.php?a=" + ag_name[1] + "&c=" + ag_cont[1];
 if (quote_val == "2") location.href = "Contact-Now.php?a=" + ag_name[2] + "&c=" + ag_cont[2];
 if (quote_val == "3") location.href = "Contact-Now.php?a=" + ag_name[3] + "&c=" + ag_cont[3];
 if (quote_val == "4") location.href = "Contact-Now.php?a=" + ag_name[4] + "&c=" + ag_cont[4];
 if (quote_val == "5") location.href = "Contact-Now.php?a=" + ag_name[5] + "&c=" + ag_cont[5];
 if (quote_val == "6") location.href = "Contact-Now.php?a=" + ag_name[6] + "&c=" + ag_cont[6];
 if (quote_val == "7") location.href = "Contact-Now.php?a=" + ag_name[7] + "&c=" + ag_cont[7];
 if (quote_val == "8") location.href = "Contact-Now.php?a=" + ag_name[8] + "&c=" + ag_cont[8];
 if (quote_val == "9") location.href = "Contact-Now.php?a=" + ag_name[9] + "&c=" + ag_cont[9];
 if (quote_val == "10") location.href = "Contact-Now.php?a=" + ag_name[10] + "&c=" + ag_cont[10];
}
