// Category Values

var categoryValue1 = new Array();
categoryValue1[0] = "All";
categoryValue1[1] = "Large Value";
categoryValue1[2] = "Large Blend";
categoryValue1[3] = "Large Growth";
categoryValue1[4] = "Mid-Cap Value";
categoryValue1[5] = "Mid-Cap Blend";
categoryValue1[6] = "Mid-Cap Growth";
categoryValue1[7] = "Small Value";
categoryValue1[8] = "Small Blend";
categoryValue1[9] = "Small Growth";

var categoryValue2 = new Array();
categoryValue2[0] = "All";
categoryValue2[1] = "Natural Resources";
categoryValue2[2] = "Technology";
categoryValue2[3] = "Utilities";
categoryValue2[4] = "Health";
categoryValue2[5] = "Financial";
categoryValue2[6] = "Real Estate";
categoryValue2[7] = "Communications";
categoryValue2[8] = "Bear Market";
categoryValue2[9] = "Long-Short";

var categoryValue3 = new Array();
categoryValue3[0] = "All";
categoryValue3[1] = "Precious Metals";
categoryValue3[2] = "Foreign Large Value";
categoryValue3[3] = "Foreign Large Blend";
categoryValue3[4] = "Foreign Large Growth";
categoryValue3[5] = "Foreign Small/Mid Value";
categoryValue3[6] = "Foreign Small/Mid Growth";
categoryValue3[7] = "World Stock";
categoryValue3[8] = "Europe Stock";
categoryValue3[9] = "Diversified Pacific/Asia";
categoryValue3[10] = "Pacific/Asia ex-Japan Stk";
categoryValue3[11] = "Japan Stock";
categoryValue3[12] = "Latin America Stock";
categoryValue3[13] = "Diversified Emerging Mkts";

var categoryValue4 = new Array();
categoryValue4[0] = "All";
categoryValue4[1] = "Long Government";
categoryValue4[2] = "Intermediate Government";
categoryValue4[3] = "Short Government";
categoryValue4[4] = "Inflation-Protected Bond";
categoryValue4[5] = "Long-Term Bond";
categoryValue4[6] = "Intermediate-Term Bond";
categoryValue4[7] = "Short-Term Bond";
categoryValue4[8] = "Ultrashort Bond";
categoryValue4[9] = "Bank Loan";
categoryValue4[10] = "High Yield Bond";
categoryValue4[11] = "Multisector Bond";
categoryValue4[12] = "World Bond";
categoryValue4[13] = "Emerging Markets Bond";

var categoryValue5 = new Array();
categoryValue5[0] = "All";
categoryValue5[1] = "Muni National Long";
categoryValue5[2] = "Muni National Interm";
categoryValue5[3] = "Muni National Short";
categoryValue5[4] = "High Yield Muni";
categoryValue5[5] = "Muni Single State Long";
categoryValue5[6] = "Muni Single State Interm";
categoryValue5[7] = "Muni Single State Short";
categoryValue5[8] = "Muni California Long";
categoryValue5[9] = "Muni California Interm/Sh";
categoryValue5[10] = "Muni Florida";
categoryValue5[11] = "Muni Massachusetts";
categoryValue5[12] = "Muni Minnesota";
categoryValue5[13] = "Muni New Jersey";
categoryValue5[14] = "Muni New York Long";
categoryValue5[15] = "Muni New York Interm/Shor";
categoryValue5[16] = "Muni Ohio";
categoryValue5[17] = "Muni Pennsylvania";

var categoryValue6 = new Array();
categoryValue6[0] = "All";
categoryValue6[1] = "Convertibles";
categoryValue6[2] = "Conservative Allocation";
categoryValue6[3] = "Moderate Allocation";
categoryValue6[4] = "World Allocation";
categoryValue6[5] = "Target Date 2000-2010"
categoryValue6[6] = "Target Date 2011-2015"
categoryValue6[7] = "Target Date 2016-2020"
categoryValue6[8] = "Target Date 2021-2025"
categoryValue6[9] = "Target Date 2026-2030"
categoryValue6[10] = "Target Date 2031-2035"
categoryValue6[11] = "Target Date 2041-2045"
categoryValue6[12] = "Target Date 2050+"
categoryValue6[13] = "Retirement Income"
