addListGroup("mainmenu", "First-Select"); addList("First-Select", "Australia", "AU", "Other"); addList("First-Select", "Austria", "AT", "Other"); addList("First-Select", "Belgium", "BE", "Other"); addList("First-Select", "Bulgaria", "BG", "Other"); addList("First-Select", "Canada", "CA", "CA"); addList("First-Select", "Cyprus", "CY", "Other"); addList("First-Select", "Czech Republic", "CZ", "Other"); addList("First-Select", "Denmark", "DK", "Other"); addList("First-Select", "Estonia", "EE", "Other"); addList("First-Select", "Finland", "FI", "Other"); addList("First-Select", "France", "FR", "Other"); addList("First-Select", "Germany", "DE", "Other"); addList("First-Select", "Greece", "GR", "Other"); addList("First-Select", "Hungary", "HU", "Other"); addList("First-Select", "Iceland", "IS", "Other"); addList("First-Select", "Ireland", "IE", "Other"); addList("First-Select", "Italy", "IT", "Other"); addList("First-Select", "Japan", "JP", "Other"); addList("First-Select", "Latvia", "LV", "Other"); addList("First-Select", "Lithuania", "LT", "Other"); addList("First-Select", "Luxembourg", "LU", "Other"); addList("First-Select", "Malta", "MT", "Other"); addList("First-Select", "Netherlands", "NL", "Other"); addList("First-Select", "New Zealand", "NZ", "Other"); addList("First-Select", "Norway", "NO", "Other"); addList("First-Select", "Other", "Other", "Other"); addList("First-Select", "Poland", "PL", "Other"); addList("First-Select", "Portugal", "PT", "Other"); addList("First-Select", "Romania", "RO", "Other"); addList("First-Select", "Slovakia", "SK", "Other"); addList("First-Select", "Slovenia", "SI", "Other"); addList("First-Select", "Spain", "ES", "Other"); addList("First-Select", "Sweden", "SE", "Other"); addList("First-Select", "Switzerland", "CH", "Other"); addList("First-Select", "Turkey", "TR", "Other"); addList("First-Select", "United Kingdom", "GB", "Other"); addList("First-Select", "United States", "US", "US",1); addOption("US", "Alabama", "AL"); addOption("US", "Alaska", "AK"); addOption("US", "Arizona", "AZ"); addOption("US", "Arkansas", "AR"); addOption("US", "California", "CA"); addOption("US", "Colorado", "CO"); addOption("US", "Connecticut", "CT"); addOption("US", "Delaware", "DE"); addOption("US", "District of Columbia", "DC"); addOption("US", "Florida", "FL"); addOption("US", "Georgia", "GA"); addOption("US", "Hawaii", "HI"); addOption("US", "Idaho", "ID"); addOption("US", "Illinois", "IL"); addOption("US", "Indiana", "IN"); addOption("US", "Iowa", "IA"); addOption("US", "Kansas", "KS"); addOption("US", "Kentucky", "KY"); addOption("US", "Louisiana", "LA"); addOption("US", "Maine", "ME"); addOption("US", "Maryland", "MD"); addOption("US", "Massachusetts", "MA"); addOption("US", "Michigan", "MI"); addOption("US", "Minnesota", "MN"); addOption("US", "Mississippi", "MS"); addOption("US", "Missouri", "MO"); addOption("US", "Montana", "MT"); addOption("US", "Nebraska", "NE"); addOption("US", "Nevada", "NV"); addOption("US", "New Hampshire", "NH"); addOption("US", "New Jersey", "NJ"); addOption("US", "New Mexico", "NM"); addOption("US", "New York", "NY"); addOption("US", "North Carolina", "NC"); addOption("US", "North Dakota", "ND"); addOption("US", "Ohio", "OH"); addOption("US", "Oklahoma", "OK"); addOption("US", "Oregon", "OR"); addOption("US", "Pennsylvania", "PA"); addOption("US", "Rhode Island", "RI"); addOption("US", "South Carolina", "SC"); addOption("US", "South Dakota", "SD"); addOption("US", "Tennessee", "TN"); addOption("US", "Texas", "TX"); addOption("US", "Utah", "UT"); addOption("US", "Vermont", "VT"); addOption("US", "Virginia", "VA"); addOption("US", "Washington", "WA"); addOption("US", "West Virginia", "WV"); addOption("US", "Wisconsin", "WI"); addOption("US", "Wyoming", "WY"); addOption("CA", "Alberta", "AB"); addOption("CA", "British Columbia", "BC"); addOption("CA", "Manitoba", "MB"); addOption("CA", "New Brunswick", "NB"); addOption("CA", "Newfoundland and Labrador", "NL"); addOption("CA", "Nova Scotia", "NS"); addOption("CA", "Northwest Territories", "NT"); addOption("CA", "Nunavut", "NU"); addOption("CA", "Ontario", "ON"); addOption("CA", "Prince Edward Island", "PE"); addOption("CA", "Quebec", "QC"); addOption("CA", "Saskatchewan", "SK"); addOption("CA", "Yukon", "YT"); addOption("Other", "Other", "Other"); //The following function overrides the blank one called in the onload.js script function page_function() { initListGroup("mainmenu", document.getElementById("country"), document.getElementById("state"), "csAssessment"); }