// dealer dropdown search
function sublist2(region, selecteditem)
{
region.Dealer.length = 0 

x =0
subcat = new Array();
DealerName = "All Dealers"
RegionID =  ""
DealerID = ""
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option0 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option0
}

x =1
subcat = new Array();
DealerName = "All Pennsylvania Dealers"
RegionID = "PA"
DealerID =  ""
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1
}

x =2
subcat = new Array();
DealerName = ""
RegionID = "PA"
DealerID = "1721"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option2 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option2
}

x =3
subcat = new Array();
DealerName = "1st Choice Motors"
RegionID = "PA"
DealerID = "3670"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option3 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option3
}

x =4
subcat = new Array();
DealerName = "4 Your Car Connection"
RegionID = "PA"
DealerID = "6245"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option4 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option4
}

x =5
subcat = new Array();
DealerName = "443 Auto Sales"
RegionID = "PA"
DealerID = "4940"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option5 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option5
}

x =6
subcat = new Array();
DealerName = "A & R Auto Sales Inc."
RegionID = "PA"
DealerID = "4214"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option6 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option6
}

x =7
subcat = new Array();
DealerName = "Adams Auto Sales Inc."
RegionID = "PA"
DealerID = "3540"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option7 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option7
}

x =8
subcat = new Array();
DealerName = "Advantage Car & Truck Sales"
RegionID = "PA"
DealerID = "3302"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option8 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option8
}

x =9
subcat = new Array();
DealerName = "Affordable Cars and Trucks, Inc."
RegionID = "PA"
DealerID = "6224"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option9 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option9
}

x =10
subcat = new Array();
DealerName = "Akins Auto Sales"
RegionID = "PA"
DealerID = "2545"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option10 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option10
}

x =11
subcat = new Array();
DealerName = "Ameri Motors"
RegionID = "PA"
DealerID = "3418"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option11 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option11
}

x =12
subcat = new Array();
DealerName = "American Parkway"
RegionID = "PA"
DealerID = "3443"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option12 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option12
}

x =13
subcat = new Array();
DealerName = "Antenucci Bros"
RegionID = "PA"
DealerID = "1953"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option13 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option13
}

x =14
subcat = new Array();
DealerName = "Anthony's Chrysler Jeep Dodge"
RegionID = "PA"
DealerID = "2954"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option14 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option14
}

x =15
subcat = new Array();
DealerName = "Auto Connection of Lancaster"
RegionID = "PA"
DealerID = "3828"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option15 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option15
}

x =16
subcat = new Array();
DealerName = "Auto Exchange USA LTD"
RegionID = "PA"
DealerID = "4850"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option16 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option16
}

x =17
subcat = new Array();
DealerName = "Auto Finders Inc."
RegionID = "PA"
DealerID = "3195"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option17 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option17
}

x =18
subcat = new Array();
DealerName = "Auto Land Hyundai of Uniontown"
RegionID = "PA"
DealerID = "4177"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option18 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option18
}

x =19
subcat = new Array();
DealerName = "Auto Pros"
RegionID = "PA"
DealerID = "3758"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option19 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option19
}

x =20
subcat = new Array();
DealerName = "Auto Wise"
RegionID = "PA"
DealerID = "3921"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option20 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option20
}

x =21
subcat = new Array();
DealerName = "Autohaus Lancaster, Inc."
RegionID = "PA"
DealerID = "1277"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option21 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option21
}

x =22
subcat = new Array();
DealerName = "Autoland of Pittsburgh"
RegionID = "PA"
DealerID = "2414"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option22 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option22
}

x =23
subcat = new Array();
DealerName = "Automotive Network"
RegionID = "PA"
DealerID = "4183"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option23 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option23
}

x =24
subcat = new Array();
DealerName = "autoselect"
RegionID = "PA"
DealerID = "4149"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option24 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option24
}

x =25
subcat = new Array();
DealerName = "B & D Auto Sales"
RegionID = "PA"
DealerID = "5370"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option25 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option25
}

x =26
subcat = new Array();
DealerName = "Bavarian Select Auto"
RegionID = "PA"
DealerID = "5998"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option26 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option26
}

x =27
subcat = new Array();
DealerName = "Ben-Tor Auto Sales"
RegionID = "PA"
DealerID = "4176"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option27 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option27
}

x =28
subcat = new Array();
DealerName = "Berwyn S. Detweiler Auto Sales"
RegionID = "PA"
DealerID = "6332"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option28 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option28
}

x =29
subcat = new Array();
DealerName = "Best Buy Imports"
RegionID = "PA"
DealerID = "5989"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option29 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option29
}

x =30
subcat = new Array();
DealerName = "Bobby Gerharts Truck World Inc"
RegionID = "PA"
DealerID = "1841"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option30 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option30
}

x =31
subcat = new Array();
DealerName = "Boyer Motor Co."
RegionID = "PA"
DealerID = "1821"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option31 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option31
}

x =32
subcat = new Array();
DealerName = "Bushkill Auto Sales Inc"
RegionID = "PA"
DealerID = "2481"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option32 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option32
}

x =33
subcat = new Array();
DealerName = "C & R Auto Fleet"
RegionID = "PA"
DealerID = "5083"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option33 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option33
}

x =34
subcat = new Array();
DealerName = "Caln Auto Sales"
RegionID = "PA"
DealerID = "2256"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option34 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option34
}

x =35
subcat = new Array();
DealerName = "Car Corner Company"
RegionID = "PA"
DealerID = "1816"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option35 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option35
}

x =36
subcat = new Array();
DealerName = "Car Dex, Inc"
RegionID = "PA"
DealerID = "142"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option36 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option36
}

x =37
subcat = new Array();
DealerName = "Carfagno Chevrolet (NEW)"
RegionID = "PA"
DealerID = "3446"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option37 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option37
}

x =38
subcat = new Array();
DealerName = "Carfagno Chevrolet (USED)"
RegionID = "PA"
DealerID = "3447"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option38 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option38
}

x =39
subcat = new Array();
DealerName = "Cars2Credit"
RegionID = "PA"
DealerID = "470"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option39 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option39
}

x =40
subcat = new Array();
DealerName = "Choice Auto Sales"
RegionID = "PA"
DealerID = "4535"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option40 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option40
}

x =41
subcat = new Array();
DealerName = "Close Auto Sales"
RegionID = "PA"
DealerID = "65"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option41 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option41
}

x =42
subcat = new Array();
DealerName = "Coast To Coast Auto Inc."
RegionID = "PA"
DealerID = "4234"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option42 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option42
}

x =43
subcat = new Array();
DealerName = "Countryside Auto Center"
RegionID = "PA"
DealerID = "3223"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option43 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option43
}

x =44
subcat = new Array();
DealerName = "Dani's Auto Sales"
RegionID = "PA"
DealerID = "5297"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option44 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option44
}

x =45
subcat = new Array();
DealerName = "Dave's Auto Sales"
RegionID = "PA"
DealerID = "4544"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option45 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option45
}

x =46
subcat = new Array();
DealerName = "Dependable Auto Outlet"
RegionID = "PA"
DealerID = "4789"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option46 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option46
}

x =47
subcat = new Array();
DealerName = "Derl Reichard Auto Sales"
RegionID = "PA"
DealerID = "3664"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option47 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option47
}

x =48
subcat = new Array();
DealerName = "Diamond Auto Sales"
RegionID = "PA"
DealerID = "6141"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option48 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option48
}

x =49
subcat = new Array();
DealerName = "Dicicco Auto Sales II Damar Cars"
RegionID = "PA"
DealerID = "2006"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option49 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option49
}

x =50
subcat = new Array();
DealerName = "DJ's Auto Sales, Inc."
RegionID = "PA"
DealerID = "4308"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option50 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option50
}

x =51
subcat = new Array();
DealerName = "Double M Auto Sales"
RegionID = "PA"
DealerID = "5499"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option51 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option51
}

x =52
subcat = new Array();
DealerName = "Dougherty Auto Sales"
RegionID = "PA"
DealerID = "34"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option52 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option52
}

x =53
subcat = new Array();
DealerName = "Elite Motors Incorporated"
RegionID = "PA"
DealerID = "6191"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option53 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option53
}

x =54
subcat = new Array();
DealerName = "Empire Motors Auto Sales"
RegionID = "PA"
DealerID = "4783"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option54 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option54
}

x =55
subcat = new Array();
DealerName = "Exceptional Motorcars Ltd."
RegionID = "PA"
DealerID = "3248"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option55 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option55
}

x =56
subcat = new Array();
DealerName = "Famous Auto Sales"
RegionID = "PA"
DealerID = "4259"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option56 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option56
}

x =57
subcat = new Array();
DealerName = "Feel Good Motors Inc"
RegionID = "PA"
DealerID = "2527"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option57 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option57
}

x =58
subcat = new Array();
DealerName = "Fellah Auto Group"
RegionID = "PA"
DealerID = "42"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option58 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option58
}

x =59
subcat = new Array();
DealerName = "Fellah Auto Group"
RegionID = "PA"
DealerID = "6314"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option59 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option59
}

x =60
subcat = new Array();
DealerName = "First Choice Auto Sales PA"
RegionID = "PA"
DealerID = "3186"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option60 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option60
}

x =61
subcat = new Array();
DealerName = "Five Points Auto Center"
RegionID = "PA"
DealerID = "1904"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option61 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option61
}

x =62
subcat = new Array();
DealerName = "Frontier Auto Sales"
RegionID = "PA"
DealerID = "191"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option62 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option62
}

x =63
subcat = new Array();
DealerName = "G & L Motors Inc."
RegionID = "PA"
DealerID = "5127"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option63 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option63
}

x =64
subcat = new Array();
DealerName = "Garden Spot Equipment Auction Auto Sales, Inc"
RegionID = "PA"
DealerID = "1873"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option64 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option64
}

x =65
subcat = new Array();
DealerName = "Golick Motor Company"
RegionID = "PA"
DealerID = "4593"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option65 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option65
}

x =66
subcat = new Array();
DealerName = "Hershey Motors Inc - Parkesburg"
RegionID = "PA"
DealerID = "342"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option66 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option66
}

x =67
subcat = new Array();
DealerName = "Hi Point Auto Sales"
RegionID = "PA"
DealerID = "2170"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option67 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option67
}

x =68
subcat = new Array();
DealerName = "Hinnerschietz Auto Sales"
RegionID = "PA"
DealerID = "3448"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option68 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option68
}

x =69
subcat = new Array();
DealerName = "Hondru Chevrolet Of E-town"
RegionID = "PA"
DealerID = "1786"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option69 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option69
}

x =70
subcat = new Array();
DealerName = "Hondru Dodge Chrysler Jeep"
RegionID = "PA"
DealerID = "1788"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option70 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option70
}

x =71
subcat = new Array();
DealerName = "Hondru Ford"
RegionID = "PA"
DealerID = "1789"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option71 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option71
}

x =72
subcat = new Array();
DealerName = "Hornick Auto Sales & Service"
RegionID = "PA"
DealerID = "5501"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option72 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option72
}

x =73
subcat = new Array();
DealerName = "Hot Wheelz Pre-Owned Specialist"
RegionID = "PA"
DealerID = "4649"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option73 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option73
}

x =74
subcat = new Array();
DealerName = "Huber's Auto Group inc."
RegionID = "PA"
DealerID = "1305"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option74 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option74
}

x =75
subcat = new Array();
DealerName = "Imperial Auto Sales & Service"
RegionID = "PA"
DealerID = "170"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option75 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option75
}

x =76
subcat = new Array();
DealerName = "Import 1 Motorsport"
RegionID = "PA"
DealerID = "5346"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option76 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option76
}

x =77
subcat = new Array();
DealerName = "Imports Auto Direct"
RegionID = "PA"
DealerID = "3644"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option77 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option77
}

x =78
subcat = new Array();
DealerName = "Imports of Lancaster County Inc."
RegionID = "PA"
DealerID = "5818"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option78 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option78
}

x =79
subcat = new Array();
DealerName = "John Sauder Of Ephrata"
RegionID = "PA"
DealerID = "1833"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option79 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option79
}

x =80
subcat = new Array();
DealerName = "John Sauder Of New Holland"
RegionID = "PA"
DealerID = "1782"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option80 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option80
}

x =81
subcat = new Array();
DealerName = "Keim Chevrolet Inc"
RegionID = "PA"
DealerID = "340"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option81 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option81
}

x =82
subcat = new Array();
DealerName = "Keller Bros. Dodge"
RegionID = "PA"
DealerID = "1766"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option82 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option82
}

x =83
subcat = new Array();
DealerName = "Keller Bros. Ford - Lititz"
RegionID = "PA"
DealerID = "1862"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option83 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option83
}

x =84
subcat = new Array();
DealerName = "Key Automotive Sales and Service"
RegionID = "PA"
DealerID = "5308"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option84 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option84
}

x =85
subcat = new Array();
DealerName = "Keyser Avenue Auto Sales"
RegionID = "PA"
DealerID = "5992"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option85 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option85
}

x =86
subcat = new Array();
DealerName = "Krebs Auto Team"
RegionID = "PA"
DealerID = "2768"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option86 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option86
}

x =87
subcat = new Array();
DealerName = "Kris Snyder Auto Sales"
RegionID = "PA"
DealerID = "361"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option87 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option87
}

x =88
subcat = new Array();
DealerName = "Kutztown Auto Co"
RegionID = "PA"
DealerID = "1842"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option88 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option88
}

x =89
subcat = new Array();
DealerName = "Lancaster County Motors"
RegionID = "PA"
DealerID = "5280"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option89 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option89
}

x =90
subcat = new Array();
DealerName = "Lancaster Nissan"
RegionID = "PA"
DealerID = "3909"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option90 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option90
}

x =91
subcat = new Array();
DealerName = "Lancaster Toyota Mazda"
RegionID = "PA"
DealerID = "5444"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option91 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option91
}

x =92
subcat = new Array();
DealerName = "Lance Motors"
RegionID = "PA"
DealerID = "4981"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option92 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option92
}

x =93
subcat = new Array();
DealerName = "Landis Corvettes and More"
RegionID = "PA"
DealerID = "8"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option93 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option93
}

x =94
subcat = new Array();
DealerName = "Landmark Auto Sales"
RegionID = "PA"
DealerID = "3926"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option94 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option94
}

x =95
subcat = new Array();
DealerName = "LBSI Automotive LLC"
RegionID = "PA"
DealerID = "4243"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option95 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option95
}

x =96
subcat = new Array();
DealerName = "Leopardi Auto Sales"
RegionID = "PA"
DealerID = "6380"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option96 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option96
}

x =97
subcat = new Array();
DealerName = "Lester Reiff Auto Sales"
RegionID = "PA"
DealerID = "6465"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option97 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option97
}

x =98
subcat = new Array();
DealerName = "Lieberth & Sons"
RegionID = "PA"
DealerID = "3089"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option98 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option98
}

x =99
subcat = new Array();
DealerName = "Madco's Raceway Auto Sales"
RegionID = "PA"
DealerID = "3623"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option99 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option99
}

x =100
subcat = new Array();
DealerName = "Martin Auto Gallery"
RegionID = "PA"
DealerID = "232"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option100 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option100
}

x =101
subcat = new Array();
DealerName = "Martin Auto Sales and Lease, LLC"
RegionID = "PA"
DealerID = "6279"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option101 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option101
}

x =102
subcat = new Array();
DealerName = "McCrackin Motorsports LLC"
RegionID = "PA"
DealerID = "6326"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option102 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option102
}

x =103
subcat = new Array();
DealerName = "McGill's Car World Inc."
RegionID = "PA"
DealerID = "6239"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option103 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option103
}

x =104
subcat = new Array();
DealerName = "McKee Motors"
RegionID = "PA"
DealerID = "2931"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option104 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option104
}

x =105
subcat = new Array();
DealerName = "Mifflinburg Auto Sales, Inc"
RegionID = "PA"
DealerID = "220"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option105 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option105
}

x =106
subcat = new Array();
DealerName = "Miller Brothers Auto sales"
RegionID = "PA"
DealerID = "5706"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option106 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option106
}

x =107
subcat = new Array();
DealerName = "Morgan Automotive"
RegionID = "PA"
DealerID = "2183"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option107 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option107
}

x =108
subcat = new Array();
DealerName = "Murray's Auto Sales & Service"
RegionID = "PA"
DealerID = "2970"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option108 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option108
}

x =109
subcat = new Array();
DealerName = "Nelly's Auto Sales"
RegionID = "PA"
DealerID = "5460"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option109 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option109
}

x =110
subcat = new Array();
DealerName = "New Concept Auto Exchange"
RegionID = "PA"
DealerID = "194"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option110 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option110
}

x =111
subcat = new Array();
DealerName = "North Penn Imports"
RegionID = "PA"
DealerID = "5678"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option111 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option111
}

x =112
subcat = new Array();
DealerName = "Nunzis Auto Sales & Service"
RegionID = "PA"
DealerID = "5085"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option112 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option112
}

x =113
subcat = new Array();
DealerName = "Oak Hill Motors Inc."
RegionID = "PA"
DealerID = "309"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option113 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option113
}

x =114
subcat = new Array();
DealerName = "Oasis Auto Group"
RegionID = "PA"
DealerID = "3270"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option114 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option114
}

x =115
subcat = new Array();
DealerName = "Outten Chevrolet"
RegionID = "PA"
DealerID = "2886"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option115 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option115
}

x =116
subcat = new Array();
DealerName = "Outten Chevrolet 610-841-1546"
RegionID = "PA"
DealerID = "2887"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option116 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option116
}

x =117
subcat = new Array();
DealerName = "Outten County Chrysler"
RegionID = "PA"
DealerID = "2790"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option117 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option117
}

x =118
subcat = new Array();
DealerName = "Outten County Chrysler (610-562-5174)"
RegionID = "PA"
DealerID = "2791"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option118 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option118
}

x =119
subcat = new Array();
DealerName = "Pacifico Ford - Automall"
RegionID = "PA"
DealerID = "3451"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option119 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option119
}

x =120
subcat = new Array();
DealerName = "Pacifico Ford - Automall NEW"
RegionID = "PA"
DealerID = "3452"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option120 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option120
}

x =121
subcat = new Array();
DealerName = "Pacifico Mazda Hyundai"
RegionID = "PA"
DealerID = "3453"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option121 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option121
}

x =122
subcat = new Array();
DealerName = "Pacifico Mazda Hyundai NEW"
RegionID = "PA"
DealerID = "3454"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option122 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option122
}

x =123
subcat = new Array();
DealerName = "Petey's Auto Sales"
RegionID = "PA"
DealerID = "3029"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option123 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option123
}

x =124
subcat = new Array();
DealerName = "Philadelphia Auto Haus"
RegionID = "PA"
DealerID = "2225"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option124 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option124
}

x =125
subcat = new Array();
DealerName = "Pike County Motors Inc."
RegionID = "PA"
DealerID = "3889"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option125 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option125
}

x =126
subcat = new Array();
DealerName = "Premier Auto Works"
RegionID = "PA"
DealerID = "5776"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option126 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option126
}

x =127
subcat = new Array();
DealerName = "Prestige 1 Auto Sales"
RegionID = "PA"
DealerID = "2418"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option127 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option127
}

x =128
subcat = new Array();
DealerName = "Prime Auto Sale"
RegionID = "PA"
DealerID = "5793"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option128 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option128
}

x =129
subcat = new Array();
DealerName = "Providence Autos"
RegionID = "PA"
DealerID = "1775"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option129 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option129
}

x =130
subcat = new Array();
DealerName = "Quality Car Sales"
RegionID = "PA"
DealerID = "6328"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option130 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option130
}

x =131
subcat = new Array();
DealerName = "R.E. Jahn Auto Sales"
RegionID = "PA"
DealerID = "6209"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option131 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option131
}

x =132
subcat = new Array();
DealerName = "Rally Motors Automotive Inc."
RegionID = "PA"
DealerID = "4128"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option132 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option132
}

x =133
subcat = new Array();
DealerName = "Real Deal Auto Sales"
RegionID = "PA"
DealerID = "5739"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option133 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option133
}

x =134
subcat = new Array();
DealerName = "Redline Auto LLC"
RegionID = "PA"
DealerID = "6272"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option134 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option134
}

x =135
subcat = new Array();
DealerName = "Rich's Automotive"
RegionID = "PA"
DealerID = "1448"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option135 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option135
}

x =136
subcat = new Array();
DealerName = "Ricke Bros Inc."
RegionID = "PA"
DealerID = "5383"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option136 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option136
}

x =137
subcat = new Array();
DealerName = "Rock Bottom Motors"
RegionID = "PA"
DealerID = "3924"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option137 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option137
}

x =138
subcat = new Array();
DealerName = "Royal Car Center"
RegionID = "PA"
DealerID = "3233"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option138 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option138
}

x =139
subcat = new Array();
DealerName = "S & S Auto Sales"
RegionID = "PA"
DealerID = "5927"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option139 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option139
}

x =140
subcat = new Array();
DealerName = "Scott Schaeffer Auto Center"
RegionID = "PA"
DealerID = "1753"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option140 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option140
}

x =141
subcat = new Array();
DealerName = "Select Motor Cars Inc."
RegionID = "PA"
DealerID = "5826"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option141 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option141
}

x =142
subcat = new Array();
DealerName = "Sensible Auto Group"
RegionID = "PA"
DealerID = "5433"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option142 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option142
}

x =143
subcat = new Array();
DealerName = "Smart Choice 222 Auto Sales Inc."
RegionID = "PA"
DealerID = "2806"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option143 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option143
}

x =144
subcat = new Array();
DealerName = "Stadel Volvo"
RegionID = "PA"
DealerID = "5506"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option144 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option144
}

x =145
subcat = new Array();
DealerName = "Stan's Auto Sales"
RegionID = "PA"
DealerID = "3874"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option145 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option145
}

x =146
subcat = new Array();
DealerName = "Stoudt Auto Sales"
RegionID = "PA"
DealerID = "3457"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option146 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option146
}

x =147
subcat = new Array();
DealerName = "Sutliff Cadillac  Buick GMC of State College"
RegionID = "PA"
DealerID = "3538"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option147 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option147
}

x =148
subcat = new Array();
DealerName = "Sutliff Chevrolet"
RegionID = "PA"
DealerID = "3458"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option148 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option148
}

x =149
subcat = new Array();
DealerName = "Sutliff Chevrolet New"
RegionID = "PA"
DealerID = "3459"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option149 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option149
}

x =150
subcat = new Array();
DealerName = "Sutliff Volkswagen"
RegionID = "PA"
DealerID = "3461"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option150 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option150
}

x =151
subcat = new Array();
DealerName = "Sutliff Volkswagen NEW"
RegionID = "PA"
DealerID = "3462"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option151 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option151
}

x =152
subcat = new Array();
DealerName = "Sweitzer's Auto Sales"
RegionID = "PA"
DealerID = "3091"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option152 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option152
}

x =153
subcat = new Array();
DealerName = "Ted's Used Cars"
RegionID = "PA"
DealerID = "2968"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option153 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option153
}

x =154
subcat = new Array();
DealerName = "The Transportation Station"
RegionID = "PA"
DealerID = "281"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option154 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option154
}

x =155
subcat = new Array();
DealerName = "The Wynn Group"
RegionID = "PA"
DealerID = "3465"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option155 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option155
}

x =156
subcat = new Array();
DealerName = "TJ's Auto Imports Inc."
RegionID = "PA"
DealerID = "6278"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option156 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option156
}

x =157
subcat = new Array();
DealerName = "Tom Oates Automotive Llc"
RegionID = "PA"
DealerID = "1822"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option157 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option157
}

x =158
subcat = new Array();
DealerName = "Tomsic Motor Company"
RegionID = "PA"
DealerID = "4148"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option158 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option158
}

x =159
subcat = new Array();
DealerName = "Tony Roy Auto Sales Inc."
RegionID = "PA"
DealerID = "6117"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option159 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option159
}

x =160
subcat = new Array();
DealerName = "Trexler Auto Sales"
RegionID = "PA"
DealerID = "3470"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option160 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option160
}

x =161
subcat = new Array();
DealerName = "Tri-State Auto"
RegionID = "PA"
DealerID = "4225"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option161 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option161
}

x =162
subcat = new Array();
DealerName = "Tropical Motor Cars"
RegionID = "PA"
DealerID = "2724"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option162 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option162
}

x =163
subcat = new Array();
DealerName = "Truck Stop Pre-owned Auto Sales"
RegionID = "PA"
DealerID = "1827"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option163 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option163
}

x =164
subcat = new Array();
DealerName = "Twin Pine Auto Group"
RegionID = "PA"
DealerID = "1410"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option164 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option164
}

x =165
subcat = new Array();
DealerName = "U.S. 1 Auto Sales"
RegionID = "PA"
DealerID = "72"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option165 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option165
}

x =166
subcat = new Array();
DealerName = "Unique Motors Inc."
RegionID = "PA"
DealerID = "5096"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option166 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option166
}

x =167
subcat = new Array();
DealerName = "Used Car World of West Liberty"
RegionID = "PA"
DealerID = "6301"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option167 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option167
}

x =168
subcat = new Array();
DealerName = "V Corners Auto Sales"
RegionID = "PA"
DealerID = "4212"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option168 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option168
}

x =169
subcat = new Array();
DealerName = "Village Auto"
RegionID = "PA"
DealerID = "1940"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option169 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option169
}

x =170
subcat = new Array();
DealerName = "West End Auto Mart"
RegionID = "PA"
DealerID = "5009"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option170 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option170
}

x =171
subcat = new Array();
DealerName = "Westtown Auto Source"
RegionID = "PA"
DealerID = "3131"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option171 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option171
}

x =172
subcat = new Array();
DealerName = "Whitehall Auto Sales"
RegionID = "PA"
DealerID = "4812"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option172 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option172
}

x =173
subcat = new Array();
DealerName = "Woltz & Wind Ford"
RegionID = "PA"
DealerID = "5890"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option173 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option173
}

x =174
subcat = new Array();
DealerName = "Woodcrest Motors"
RegionID = "PA"
DealerID = "2713"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option174 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option174
}

x =175
subcat = new Array();
DealerName = "World Auto Sales Inc."
RegionID = "PA"
DealerID = "5509"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option175 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option175
}

x =176
subcat = new Array();
DealerName = "Xpress Auto Sales"
RegionID = "PA"
DealerID = "54"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option176 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option176
}

x =177
subcat = new Array();
DealerName = "Z & A Auto Sales"
RegionID = "PA"
DealerID = "1741"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option177 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option177
}

x =178
subcat = new Array();
DealerName = "Z Motor Company"
RegionID = "PA"
DealerID = "169"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option178 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option178
}

x =179
subcat = new Array();
DealerName = "All New York Dealers"
RegionID = "NY"
DealerID =  ""
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option179 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option179
}

x =180
subcat = new Array();
DealerName = "A & A Auto Sales"
RegionID = "NY"
DealerID = "5298"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option180 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option180
}

x =181
subcat = new Array();
DealerName = "Albee Motors"
RegionID = "NY"
DealerID = "1938"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option181 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option181
}

x =182
subcat = new Array();
DealerName = "All Star Motors"
RegionID = "NY"
DealerID = "2214"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option182 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option182
}

x =183
subcat = new Array();
DealerName = "Amico Auto Sales"
RegionID = "NY"
DealerID = "227"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option183 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option183
}

x =184
subcat = new Array();
DealerName = "Anything With Wheels"
RegionID = "NY"
DealerID = "6168"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option184 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option184
}

x =185
subcat = new Array();
DealerName = "Apex Auto Dealers"
RegionID = "NY"
DealerID = "5686"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option185 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option185
}

x =186
subcat = new Array();
DealerName = "Auto Smart, LLC"
RegionID = "NY"
DealerID = "4164"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option186 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option186
}

x =187
subcat = new Array();
DealerName = "Beach Auto Group "
RegionID = "NY"
DealerID = "4477"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option187 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option187
}

x =188
subcat = new Array();
DealerName = "Bennett Cassi Inc."
RegionID = "NY"
DealerID = "93"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option188 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option188
}

x =189
subcat = new Array();
DealerName = "Bernicker Auto Sales"
RegionID = "NY"
DealerID = "3676"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option189 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option189
}

x =190
subcat = new Array();
DealerName = "Best Auto Outlet"
RegionID = "NY"
DealerID = "4000"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option190 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option190
}

x =191
subcat = new Array();
DealerName = "Bianco Auto Sales"
RegionID = "NY"
DealerID = "131"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option191 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option191
}

x =192
subcat = new Array();
DealerName = "Broadway Motor Car Inc."
RegionID = "NY"
DealerID = "6389"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option192 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option192
}

x =193
subcat = new Array();
DealerName = "Brooklyn Auto Sales"
RegionID = "NY"
DealerID = "2918"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option193 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option193
}

x =194
subcat = new Array();
DealerName = "Buy & Sell Cars, Inc"
RegionID = "NY"
DealerID = "231"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option194 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option194
}

x =195
subcat = new Array();
DealerName = "C & M Auto Sales"
RegionID = "NY"
DealerID = "5021"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option195 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option195
}

x =196
subcat = new Array();
DealerName = "Car Dealer Joe, Inc."
RegionID = "NY"
DealerID = "5603"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option196 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option196
}

x =197
subcat = new Array();
DealerName = "Carboro Auto Group LLC"
RegionID = "NY"
DealerID = "5870"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option197 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option197
}

x =198
subcat = new Array();
DealerName = "Carcentralonline.com"
RegionID = "NY"
DealerID = "5759"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option198 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option198
}

x =199
subcat = new Array();
DealerName = "CarforUSA.com"
RegionID = "NY"
DealerID = "2482"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option199 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option199
}

x =200
subcat = new Array();
DealerName = "Caribbean Auto Sales Inc."
RegionID = "NY"
DealerID = "106"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option200 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option200
}

x =201
subcat = new Array();
DealerName = "Cazenovia Auto Sales"
RegionID = "NY"
DealerID = "5582"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option201 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option201
}

x =202
subcat = new Array();
DealerName = "CDI Car Sales"
RegionID = "NY"
DealerID = "5657"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option202 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option202
}

x =203
subcat = new Array();
DealerName = "Certified Auto"
RegionID = "NY"
DealerID = "4108"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option203 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option203
}

x =204
subcat = new Array();
DealerName = "Circle Motor Car"
RegionID = "NY"
DealerID = "4633"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option204 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option204
}

x =205
subcat = new Array();
DealerName = "Country Club Used Car Supercenter"
RegionID = "NY"
DealerID = "5558"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option205 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option205
}

x =206
subcat = new Array();
DealerName = "Curmsons"
RegionID = "NY"
DealerID = "299"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option206 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option206
}

x =207
subcat = new Array();
DealerName = "D & A Guaranteed Auto Sales"
RegionID = "NY"
DealerID = "6024"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option207 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option207
}

x =208
subcat = new Array();
DealerName = "Dancy's Automotive Group"
RegionID = "NY"
DealerID = "5476"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option208 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option208
}

x =209
subcat = new Array();
DealerName = "David Hoffman Auto Mall"
RegionID = "NY"
DealerID = "4455"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option209 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option209
}

x =210
subcat = new Array();
DealerName = "Dell Auto Sales"
RegionID = "NY"
DealerID = "6316"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option210 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option210
}

x =211
subcat = new Array();
DealerName = "Detailz Used Cars"
RegionID = "NY"
DealerID = "5187"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option211 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option211
}

x =212
subcat = new Array();
DealerName = "Dioguardi Auto Sales, Inc."
RegionID = "NY"
DealerID = "353"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option212 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option212
}

x =213
subcat = new Array();
DealerName = "DNL Automotive Inc"
RegionID = "NY"
DealerID = "2395"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option213 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option213
}

x =214
subcat = new Array();
DealerName = "Empire on the Bay"
RegionID = "NY"
DealerID = "2522"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option214 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option214
}

x =215
subcat = new Array();
DealerName = "Express Auto Credit"
RegionID = "NY"
DealerID = "4563"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option215 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option215
}

x =216
subcat = new Array();
DealerName = "F.X. Caprara Car Companies"
RegionID = "NY"
DealerID = "1785"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option216 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option216
}

x =217
subcat = new Array();
DealerName = "First Class Auto"
RegionID = "NY"
DealerID = "5488"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option217 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option217
}

x =218
subcat = new Array();
DealerName = "Flanagin Motors"
RegionID = "NY"
DealerID = "5800"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option218 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option218
}

x =219
subcat = new Array();
DealerName = "Frankfort Valley Auto Sales"
RegionID = "NY"
DealerID = "4752"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option219 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option219
}

x =220
subcat = new Array();
DealerName = "Frontline Auto Sales"
RegionID = "NY"
DealerID = "4360"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option220 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option220
}

x =221
subcat = new Array();
DealerName = "Galaxy Auto Place"
RegionID = "NY"
DealerID = "2634"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option221 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option221
}

x =222
subcat = new Array();
DealerName = "H & S Motors"
RegionID = "NY"
DealerID = "5120"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option222 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option222
}

x =223
subcat = new Array();
DealerName = "Hartley's Auto and RV Center"
RegionID = "NY"
DealerID = "6321"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option223 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option223
}

x =224
subcat = new Array();
DealerName = "Heritage MOTORS"
RegionID = "NY"
DealerID = "5045"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option224 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option224
}

x =225
subcat = new Array();
DealerName = "Highline Auto Sales"
RegionID = "NY"
DealerID = "5327"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option225 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option225
}

x =226
subcat = new Array();
DealerName = "Highline Motor Car, Inc."
RegionID = "NY"
DealerID = "108"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option226 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option226
}

x =227
subcat = new Array();
DealerName = "Highline Motors"
RegionID = "NY"
DealerID = "4457"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option227 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option227
}

x =228
subcat = new Array();
DealerName = "Hilltop A-1 Auto Sales"
RegionID = "NY"
DealerID = "1745"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option228 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option228
}

x =229
subcat = new Array();
DealerName = "Hudson Valley Auto Sales"
RegionID = "NY"
DealerID = "4522"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option229 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option229
}

x =230
subcat = new Array();
DealerName = "J & J Auto Sales"
RegionID = "NY"
DealerID = "3432"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option230 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option230
}

x =231
subcat = new Array();
DealerName = "J & J Enterprise Auto Sales"
RegionID = "NY"
DealerID = "3756"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option231 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option231
}

x =232
subcat = new Array();
DealerName = "Jamie's Auto Sales"
RegionID = "NY"
DealerID = "3761"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option232 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option232
}

x =233
subcat = new Array();
DealerName = "Jerry Gradl Motors Inc"
RegionID = "NY"
DealerID = "3567"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option233 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option233
}

x =234
subcat = new Array();
DealerName = "Jim Spear's Auto Sales"
RegionID = "NY"
DealerID = "4404"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option234 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option234
}

x =235
subcat = new Array();
DealerName = "Kings Auto Svc Inc."
RegionID = "NY"
DealerID = "5599"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option235 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option235
}

x =236
subcat = new Array();
DealerName = "Lamacs AutoMaxx"
RegionID = "NY"
DealerID = "4019"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option236 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option236
}

x =237
subcat = new Array();
DealerName = "Linden Used Cars"
RegionID = "NY"
DealerID = "6437"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option237 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option237
}

x =238
subcat = new Array();
DealerName = "Lucky's Auto Sales"
RegionID = "NY"
DealerID = "6360"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option238 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option238
}

x =239
subcat = new Array();
DealerName = "Luxury of Queens"
RegionID = "NY"
DealerID = "6280"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option239 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option239
}

x =240
subcat = new Array();
DealerName = "MAK Mint Used Cars"
RegionID = "NY"
DealerID = "124"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option240 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option240
}

x =241
subcat = new Array();
DealerName = "Marsh Motors"
RegionID = "NY"
DealerID = "4324"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option241 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option241
}

x =242
subcat = new Array();
DealerName = "Master Motors of Buffalo"
RegionID = "NY"
DealerID = "4418"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option242 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option242
}

x =243
subcat = new Array();
DealerName = "Max World of Cars"
RegionID = "NY"
DealerID = "3423"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option243 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option243
}

x =244
subcat = new Array();
DealerName = "MidCity Motors"
RegionID = "NY"
DealerID = "4784"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option244 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option244
}

x =245
subcat = new Array();
DealerName = "Nicholas Auto Sales"
RegionID = "NY"
DealerID = "2437"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option245 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option245
}

x =246
subcat = new Array();
DealerName = "NorthStar Auto Sales"
RegionID = "NY"
DealerID = "3353"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option246 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option246
}

x =247
subcat = new Array();
DealerName = "Off Lease Auto Sales"
RegionID = "NY"
DealerID = "6203"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option247 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option247
}

x =248
subcat = new Array();
DealerName = "Ofier Auto Sales"
RegionID = "NY"
DealerID = "5392"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option248 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option248
}

x =249
subcat = new Array();
DealerName = "P and G Grippo Inc"
RegionID = "NY"
DealerID = "171"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option249 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option249
}

x =250
subcat = new Array();
DealerName = "Parmenter Automotive"
RegionID = "NY"
DealerID = "5195"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option250 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option250
}

x =251
subcat = new Array();
DealerName = "Peekskill Auto Sales Inc."
RegionID = "NY"
DealerID = "5766"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option251 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option251
}

x =252
subcat = new Array();
DealerName = "Port Lincoln Mercury"
RegionID = "NY"
DealerID = "5573"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option252 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option252
}

x =253
subcat = new Array();
DealerName = "Queens National Auto Group Corp."
RegionID = "NY"
DealerID = "3411"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option253 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option253
}

x =254
subcat = new Array();
DealerName = "Queensbury Auto Mall"
RegionID = "NY"
DealerID = "121"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option254 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option254
}

x =255
subcat = new Array();
DealerName = "Quick Way Exotic Auto"
RegionID = "NY"
DealerID = "2780"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option255 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option255
}

x =256
subcat = new Array();
DealerName = "Raizman Auto Sales"
RegionID = "NY"
DealerID = "2572"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option256 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option256
}

x =257
subcat = new Array();
DealerName = "RAM Auto Center"
RegionID = "NY"
DealerID = "6438"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option257 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option257
}

x =258
subcat = new Array();
DealerName = "Reliable Auto of Monsey Inc."
RegionID = "NY"
DealerID = "5208"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option258 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option258
}

x =259
subcat = new Array();
DealerName = "Reliable Auto Sales"
RegionID = "NY"
DealerID = "2559"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option259 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option259
}

x =260
subcat = new Array();
DealerName = "Rich Nimeys Sales & Service,Inc."
RegionID = "NY"
DealerID = "113"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option260 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option260
}

x =261
subcat = new Array();
DealerName = "Ridge Road Imports"
RegionID = "NY"
DealerID = "5135"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option261 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option261
}

x =262
subcat = new Array();
DealerName = "Ridgeview Motors Inc."
RegionID = "NY"
DealerID = "4925"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option262 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option262
}

x =263
subcat = new Array();
DealerName = "River Front Auto Sales"
RegionID = "NY"
DealerID = "3928"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option263 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option263
}

x =264
subcat = new Array();
DealerName = "Road Masters"
RegionID = "NY"
DealerID = "5385"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option264 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option264
}

x =265
subcat = new Array();
DealerName = "Rockland Motors"
RegionID = "NY"
DealerID = "2080"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option265 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option265
}

x =266
subcat = new Array();
DealerName = "Rockland Toyota"
RegionID = "NY"
DealerID = "1850"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option266 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option266
}

x =267
subcat = new Array();
DealerName = "Route 1 Luxury Autos"
RegionID = "NY"
DealerID = "3301"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option267 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option267
}

x =268
subcat = new Array();
DealerName = "Scotia Motors"
RegionID = "NY"
DealerID = "4825"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option268 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option268
}

x =269
subcat = new Array();
DealerName = "Sirius Auto Sales"
RegionID = "NY"
DealerID = "2096"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option269 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option269
}

x =270
subcat = new Array();
DealerName = "Snyder's Auto Sales and Car Care Center "
RegionID = "NY"
DealerID = "4466"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option270 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option270
}

x =271
subcat = new Array();
DealerName = "South Shore Auto Sales"
RegionID = "NY"
DealerID = "4378"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option271 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option271
}

x =272
subcat = new Array();
DealerName = "Southside Auto Sales"
RegionID = "NY"
DealerID = "5411"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option272 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option272
}

x =273
subcat = new Array();
DealerName = "Stone Road Auto"
RegionID = "NY"
DealerID = "4745"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option273 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option273
}

x =274
subcat = new Array();
DealerName = "Summit View Auto, LLC"
RegionID = "NY"
DealerID = "4007"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option274 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option274
}

x =275
subcat = new Array();
DealerName = "Sunrise Used Cars"
RegionID = "NY"
DealerID = "1797"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option275 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option275
}

x =276
subcat = new Array();
DealerName = "Sunrise Used Cars"
RegionID = "NY"
DealerID = "4388"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option276 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option276
}

x =277
subcat = new Array();
DealerName = "Superior 1 Sales"
RegionID = "NY"
DealerID = "6471"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option277 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option277
}

x =278
subcat = new Array();
DealerName = "Superior Auto Sales"
RegionID = "NY"
DealerID = "1930"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option278 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option278
}

x =279
subcat = new Array();
DealerName = "The Auto Store"
RegionID = "NY"
DealerID = "3945"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option279 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option279
}

x =280
subcat = new Array();
DealerName = "The Car Cottage"
RegionID = "NY"
DealerID = "5951"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option280 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option280
}

x =281
subcat = new Array();
DealerName = "Tower Auto Mall Inc."
RegionID = "NY"
DealerID = "4612"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option281 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option281
}

x =282
subcat = new Array();
DealerName = "Trade Automotive"
RegionID = "NY"
DealerID = "5680"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option282 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option282
}

x =283
subcat = new Array();
DealerName = "Trans Tek Auto Sales"
RegionID = "NY"
DealerID = "3288"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option283 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option283
}

x =284
subcat = new Array();
DealerName = "Tuf Trucks"
RegionID = "NY"
DealerID = "5478"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option284 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option284
}

x =285
subcat = new Array();
DealerName = "Twin Work Vans"
RegionID = "NY"
DealerID = "4772"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option285 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option285
}

x =286
subcat = new Array();
DealerName = "United Auto Group"
RegionID = "NY"
DealerID = "2623"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option286 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option286
}

x =287
subcat = new Array();
DealerName = "Verdi Motors Inc."
RegionID = "NY"
DealerID = "2486"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option287 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option287
}

x =288
subcat = new Array();
DealerName = "Village Motor Sales"
RegionID = "NY"
DealerID = "6070"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option288 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option288
}

x =289
subcat = new Array();
DealerName = "Walker Valley Auto"
RegionID = "NY"
DealerID = "5815"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option289 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option289
}

x =290
subcat = new Array();
DealerName = "Westchester Auto Exchange"
RegionID = "NY"
DealerID = "2119"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option290 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option290
}

x =291
subcat = new Array();
DealerName = "Wheels R Us Inc"
RegionID = "NY"
DealerID = "2286"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option291 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option291
}

x =292
subcat = new Array();
DealerName = "World's Best Auto Inc."
RegionID = "NY"
DealerID = "5334"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option292 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option292
}

x =293
subcat = new Array();
DealerName = "All New Jersey Dealers"
RegionID = "NJ"
DealerID =  ""
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option293 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option293
}

x =294
subcat = new Array();
DealerName = "2 Mannys Auto Sales"
RegionID = "NJ"
DealerID = "3522"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option294 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option294
}

x =295
subcat = new Array();
DealerName = "2nd Chance Auto"
RegionID = "NJ"
DealerID = "6645"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option295 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option295
}

x =296
subcat = new Array();
DealerName = "ABC Used Cars"
RegionID = "NJ"
DealerID = "6074"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option296 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option296
}

x =297
subcat = new Array();
DealerName = "Accredited Motorcars, Inc"
RegionID = "NJ"
DealerID = "352"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option297 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option297
}

x =298
subcat = new Array();
DealerName = "Affordable Auto Sales"
RegionID = "NJ"
DealerID = "2055"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option298 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option298
}

x =299
subcat = new Array();
DealerName = "All In One Motors"
RegionID = "NJ"
DealerID = "98"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option299 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option299
}

x =300
subcat = new Array();
DealerName = "Alpine Auto Sales"
RegionID = "NJ"
DealerID = "2803"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option300 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option300
}

x =301
subcat = new Array();
DealerName = "Apollo Auto Sales"
RegionID = "NJ"
DealerID = "2640"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option301 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option301
}

x =302
subcat = new Array();
DealerName = "Arrow Motors"
RegionID = "NJ"
DealerID = "5729"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option302 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option302
}

x =303
subcat = new Array();
DealerName = "Auto Advantage"
RegionID = "NJ"
DealerID = "2983"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option303 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option303
}

x =304
subcat = new Array();
DealerName = "Auto Concepts"
RegionID = "NJ"
DealerID = "166"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option304 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option304
}

x =305
subcat = new Array();
DealerName = "Auto Deluxe"
RegionID = "NJ"
DealerID = "4081"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option305 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option305
}

x =306
subcat = new Array();
DealerName = "Auto Focus LLC"
RegionID = "NJ"
DealerID = "2432"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option306 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option306
}

x =307
subcat = new Array();
DealerName = "Autocity Motors Corp"
RegionID = "NJ"
DealerID = "4371"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option307 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option307
}

x =308
subcat = new Array();
DealerName = "Axis Auto Group LLC"
RegionID = "NJ"
DealerID = "6101"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option308 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option308
}

x =309
subcat = new Array();
DealerName = "Baker Chrysler Jeep Dodge"
RegionID = "NJ"
DealerID = "1912"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option309 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option309
}

x =310
subcat = new Array();
DealerName = "Barreto Auto Works"
RegionID = "NJ"
DealerID = "5067"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option310 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option310
}

x =311
subcat = new Array();
DealerName = "Beaver Lake Auto"
RegionID = "NJ"
DealerID = "4684"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option311 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option311
}

x =312
subcat = new Array();
DealerName = "Belle Mead Garage Inc."
RegionID = "NJ"
DealerID = "4955"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option312 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option312
}

x =313
subcat = new Array();
DealerName = "Bob Novick Auto Mall"
RegionID = "NJ"
DealerID = "1826"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option313 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option313
}

x =314
subcat = new Array();
DealerName = "Broad Auto Sales"
RegionID = "NJ"
DealerID = "5813"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option314 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option314
}

x =315
subcat = new Array();
DealerName = "Brookside Motors"
RegionID = "NJ"
DealerID = "2106"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option315 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option315
}

x =316
subcat = new Array();
DealerName = "Buy Right Inc Preowned Auto Sales"
RegionID = "NJ"
DealerID = "286"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option316 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option316
}

x =317
subcat = new Array();
DealerName = "Cars 4 U Inc."
RegionID = "NJ"
DealerID = "5820"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option317 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option317
}

x =318
subcat = new Array();
DealerName = "Cars On Route 21"
RegionID = "NJ"
DealerID = "5153"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option318 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option318
}

x =319
subcat = new Array();
DealerName = "CCA Auto Group"
RegionID = "NJ"
DealerID = "2814"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option319 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option319
}

x =320
subcat = new Array();
DealerName = "Certified Auto Mall"
RegionID = "NJ"
DealerID = "3732"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option320 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option320
}

x =321
subcat = new Array();
DealerName = "Cherry Hill Auto Sales"
RegionID = "NJ"
DealerID = "4960"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option321 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option321
}

x =322
subcat = new Array();
DealerName = "Clayton Amerman Inc"
RegionID = "NJ"
DealerID = "2781"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option322 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option322
}

x =323
subcat = new Array();
DealerName = "D & D Auto"
RegionID = "NJ"
DealerID = "3884"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option323 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option323
}

x =324
subcat = new Array();
DealerName = "Deals on Wheels"
RegionID = "NJ"
DealerID = "452"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option324 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option324
}

x =325
subcat = new Array();
DealerName = "Deluxe Auto Sales"
RegionID = "NJ"
DealerID = "6211"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option325 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option325
}

x =326
subcat = new Array();
DealerName = "Dollars 4 Cars"
RegionID = "NJ"
DealerID = "6331"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option326 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option326
}

x =327
subcat = new Array();
DealerName = "DZ Motors"
RegionID = "NJ"
DealerID = "6099"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option327 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option327
}

x =328
subcat = new Array();
DealerName = "Economy Motors"
RegionID = "NJ"
DealerID = "6406"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option328 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option328
}

x =329
subcat = new Array();
DealerName = "Endeavor Auto Associates"
RegionID = "NJ"
DealerID = "4294"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option329 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option329
}

x =330
subcat = new Array();
DealerName = "Evolution Motorsports"
RegionID = "NJ"
DealerID = "2459"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option330 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option330
}

x =331
subcat = new Array();
DealerName = "Five Brothers Auto"
RegionID = "NJ"
DealerID = "4154"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option331 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option331
}

x =332
subcat = new Array();
DealerName = "Flexilease"
RegionID = "NJ"
DealerID = "5656"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option332 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option332
}

x =333
subcat = new Array();
DealerName = "Foreign Direct Inc."
RegionID = "NJ"
DealerID = "5571"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option333 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option333
}

x =334
subcat = new Array();
DealerName = "GW Motors"
RegionID = "NJ"
DealerID = "1921"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option334 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option334
}

x =335
subcat = new Array();
DealerName = "Highline Motor Cars Corp"
RegionID = "NJ"
DealerID = "6164"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option335 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option335
}

x =336
subcat = new Array();
DealerName = "Hudson Hyundai/Subaru"
RegionID = "NJ"
DealerID = "1755"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option336 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option336
}

x =337
subcat = new Array();
DealerName = "Ken Smith Motors, Inc."
RegionID = "NJ"
DealerID = "4833"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option337 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option337
}

x =338
subcat = new Array();
DealerName = "Lexington Auto Club"
RegionID = "NJ"
DealerID = "3740"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option338 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option338
}

x =339
subcat = new Array();
DealerName = "LGM 1 Auto Sales"
RegionID = "NJ"
DealerID = "4579"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option339 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option339
}

x =340
subcat = new Array();
DealerName = "M & P Foreign Used Cars "
RegionID = "NJ"
DealerID = "3643"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option340 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option340
}

x =341
subcat = new Array();
DealerName = "Majestic Automotive Group"
RegionID = "NJ"
DealerID = "2110"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option341 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option341
}

x =342
subcat = new Array();
DealerName = "Manville Auto Sales"
RegionID = "NJ"
DealerID = "5688"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option342 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option342
}

x =343
subcat = new Array();
DealerName = "Marlboro Motors, Inc."
RegionID = "NJ"
DealerID = "5862"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option343 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option343
}

x =344
subcat = new Array();
DealerName = "Mirage Auto Sales"
RegionID = "NJ"
DealerID = "2690"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option344 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option344
}

x =345
subcat = new Array();
DealerName = "Neptune Route 35 Auto Sales"
RegionID = "NJ"
DealerID = "5575"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option345 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option345
}

x =346
subcat = new Array();
DealerName = "New Star Auto Group"
RegionID = "NJ"
DealerID = "4300"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option346 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option346
}

x =347
subcat = new Array();
DealerName = "Nippon Automobile Service Inc."
RegionID = "NJ"
DealerID = "3619"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option347 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option347
}

x =348
subcat = new Array();
DealerName = "One Stop Auto Sales"
RegionID = "NJ"
DealerID = "4506"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option348 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option348
}

x =349
subcat = new Array();
DealerName = "Passaic Park Motors"
RegionID = "NJ"
DealerID = "2900"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option349 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option349
}

x =350
subcat = new Array();
DealerName = "Payless Auto Wholesale"
RegionID = "NJ"
DealerID = "4834"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option350 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option350
}

x =351
subcat = new Array();
DealerName = "Platinum Motors"
RegionID = "NJ"
DealerID = "2424"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option351 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option351
}

x =352
subcat = new Array();
DealerName = "Point Pleasant Auto Center"
RegionID = "NJ"
DealerID = "6136"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option352 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option352
}

x =353
subcat = new Array();
DealerName = "Preferred Auto Sales"
RegionID = "NJ"
DealerID = "264"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option353 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option353
}

x =354
subcat = new Array();
DealerName = "Premier Auto Group"
RegionID = "NJ"
DealerID = "3299"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option354 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option354
}

x =355
subcat = new Array();
DealerName = "Red Motor Sales"
RegionID = "NJ"
DealerID = "2157"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option355 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option355
}

x =356
subcat = new Array();
DealerName = "Roman Chariot"
RegionID = "NJ"
DealerID = "5681"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option356 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option356
}

x =357
subcat = new Array();
DealerName = "S & J Auto Wholesalers Inc."
RegionID = "NJ"
DealerID = "2087"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option357 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option357
}

x =358
subcat = new Array();
DealerName = "Sansone Jr's 66 Automall"
RegionID = "NJ"
DealerID = "1909"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option358 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option358
}

x =359
subcat = new Array();
DealerName = "Sansones Route 1 Automall"
RegionID = "NJ"
DealerID = "1872"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option359 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option359
}

x =360
subcat = new Array();
DealerName = "Seaview Jeep Chrysler Dodge"
RegionID = "NJ"
DealerID = "1837"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option360 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option360
}

x =361
subcat = new Array();
DealerName = "Sports & Imports"
RegionID = "NJ"
DealerID = "3863"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option361 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option361
}

x =362
subcat = new Array();
DealerName = "Sullivan Motors Inc."
RegionID = "NJ"
DealerID = "2744"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option362 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option362
}

x =363
subcat = new Array();
DealerName = "Sunrise Motors Inc."
RegionID = "NJ"
DealerID = "5941"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option363 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option363
}

x =364
subcat = new Array();
DealerName = "Sussex Honda"
RegionID = "NJ"
DealerID = "1851"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option364 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option364
}

x =365
subcat = new Array();
DealerName = "Team Motorsports"
RegionID = "NJ"
DealerID = "5889"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option365 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option365
}

x =366
subcat = new Array();
DealerName = "Top Car Auto Sales"
RegionID = "NJ"
DealerID = "3399"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option366 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option366
}

x =367
subcat = new Array();
DealerName = "Torch Light Motors"
RegionID = "NJ"
DealerID = "5157"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option367 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option367
}

x =368
subcat = new Array();
DealerName = "Towne Auto Sales -Long Branch"
RegionID = "NJ"
DealerID = "4939"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option368 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option368
}

x =369
subcat = new Array();
DealerName = "Tri State Motor Group"
RegionID = "NJ"
DealerID = "3406"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option369 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option369
}

x =370
subcat = new Array();
DealerName = "United Auto Land"
RegionID = "NJ"
DealerID = "4837"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option370 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option370
}

x =371
subcat = new Array();
DealerName = "Used Truck Center"
RegionID = "NJ"
DealerID = "6323"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option371 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option371
}

x =372
subcat = new Array();
DealerName = "With Style Auto Sales"
RegionID = "NJ"
DealerID = "5695"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option372 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option372
}

x =373
subcat = new Array();
DealerName = "Yosh Motors Inc."
RegionID = "NJ"
DealerID = "6155"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option373 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option373
}

x =374
subcat = new Array();
DealerName = "All Maryland/Delaware Dealers"
RegionID = "MDDE"
DealerID =  ""
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option374 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option374
}

x =375
subcat = new Array();
DealerName = "1st State Auto World"
RegionID = "MDDE"
DealerID = "3102"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option375 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option375
}

x =376
subcat = new Array();
DealerName = "414 Auto Center"
RegionID = "MDDE"
DealerID = "5098"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option376 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option376
}

x =377
subcat = new Array();
DealerName = "Amko Auto"
RegionID = "MDDE"
DealerID = "4566"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option377 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option377
}

x =378
subcat = new Array();
DealerName = "Arena Motor Group"
RegionID = "MDDE"
DealerID = "5361"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option378 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option378
}

x =379
subcat = new Array();
DealerName = "Art Butler Auto Sales"
RegionID = "MDDE"
DealerID = "4747"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option379 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option379
}

x =380
subcat = new Array();
DealerName = "Auto Maxx"
RegionID = "MDDE"
DealerID = "4158"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option380 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option380
}

x =381
subcat = new Array();
DealerName = "Automart Of Aberdeen"
RegionID = "MDDE"
DealerID = "1901"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option381 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option381
}

x =382
subcat = new Array();
DealerName = "Automax Sales"
RegionID = "MDDE"
DealerID = "4999"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option382 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option382
}

x =383
subcat = new Array();
DealerName = "Balto./ Washington Auto Outlet"
RegionID = "MDDE"
DealerID = "1910"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option383 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option383
}

x =384
subcat = new Array();
DealerName = "Barnes Family Auto"
RegionID = "MDDE"
DealerID = "4557"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option384 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option384
}

x =385
subcat = new Array();
DealerName = "Barth's Home Auto Sales & Service"
RegionID = "MDDE"
DealerID = "5178"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option385 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option385
}

x =386
subcat = new Array();
DealerName = "Bel Enterprises Inc"
RegionID = "MDDE"
DealerID = "2284"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option386 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option386
}

x =387
subcat = new Array();
DealerName = "Bermans Automotive"
RegionID = "MDDE"
DealerID = "6306"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option387 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option387
}

x =388
subcat = new Array();
DealerName = "Bill Kidd's Timonium Toyota-scion-volvo"
RegionID = "MDDE"
DealerID = "1853"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option388 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option388
}

x =389
subcat = new Array();
DealerName = "Brandywine Motor Cars"
RegionID = "MDDE"
DealerID = "4689"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option389 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option389
}

x =390
subcat = new Array();
DealerName = "Bridge Street Auto Sales"
RegionID = "MDDE"
DealerID = "101"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option390 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option390
}

x =391
subcat = new Array();
DealerName = "Capital Auto"
RegionID = "MDDE"
DealerID = "2866"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option391 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option391
}

x =392
subcat = new Array();
DealerName = "Car Mart of Waldorf"
RegionID = "MDDE"
DealerID = "3398"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option392 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option392
}

x =393
subcat = new Array();
DealerName = "Diamond State Motor Brokers Inc."
RegionID = "MDDE"
DealerID = "3255"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option393 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option393
}

x =394
subcat = new Array();
DealerName = "Euro-Tech"
RegionID = "MDDE"
DealerID = "5046"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option394 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option394
}

x =395
subcat = new Array();
DealerName = "FR Conversions"
RegionID = "MDDE"
DealerID = "5151"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option395 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option395
}

x =396
subcat = new Array();
DealerName = "Gambacorta Motors"
RegionID = "MDDE"
DealerID = "311"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option396 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option396
}

x =397
subcat = new Array();
DealerName = "Geno's Automotive Service"
RegionID = "MDDE"
DealerID = "3942"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option397 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option397
}

x =398
subcat = new Array();
DealerName = "Gold Star Cars"
RegionID = "MDDE"
DealerID = "5822"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option398 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option398
}

x =399
subcat = new Array();
DealerName = "Hopkins Automotive"
RegionID = "MDDE"
DealerID = "5624"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option399 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option399
}

x =400
subcat = new Array();
DealerName = "I. G. Burton & Co."
RegionID = "MDDE"
DealerID = "3428"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option400 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option400
}

x =401
subcat = new Array();
DealerName = "J & B Auto Sales"
RegionID = "MDDE"
DealerID = "6253"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option401 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option401
}

x =402
subcat = new Array();
DealerName = "J & J Used Cars"
RegionID = "MDDE"
DealerID = "2680"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option402 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option402
}

x =403
subcat = new Array();
DealerName = "Jones Belair Nissan & Hyundai"
RegionID = "MDDE"
DealerID = "1868"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option403 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option403
}

x =404
subcat = new Array();
DealerName = "Koons Pre-owned Annapolis"
RegionID = "MDDE"
DealerID = "1838"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option404 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option404
}

x =405
subcat = new Array();
DealerName = "Leonardtown Ford"
RegionID = "MDDE"
DealerID = "2309"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option405 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option405
}

x =406
subcat = new Array();
DealerName = "Major Motors"
RegionID = "MDDE"
DealerID = "2883"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option406 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option406
}

x =407
subcat = new Array();
DealerName = "Manhattan,Jag,Lr,Linc"
RegionID = "MDDE"
DealerID = "1829"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option407 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option407
}

x =408
subcat = new Array();
DealerName = "McKenzie Motors"
RegionID = "MDDE"
DealerID = "2608"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option408 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option408
}

x =409
subcat = new Array();
DealerName = "Monocacy Motors"
RegionID = "MDDE"
DealerID = "2436"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option409 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option409
}

x =410
subcat = new Array();
DealerName = "Montrose Dodge"
RegionID = "MDDE"
DealerID = "4894"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option410 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option410
}

x =411
subcat = new Array();
DealerName = "Nationwide Imports"
RegionID = "MDDE"
DealerID = "4004"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option411 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option411
}

x =412
subcat = new Array();
DealerName = "Partners Auto Sales South"
RegionID = "MDDE"
DealerID = "2343"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option412 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option412
}

x =413
subcat = new Array();
DealerName = "Philmark Motor Cars"
RegionID = "MDDE"
DealerID = "5226"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option413 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option413
}

x =414
subcat = new Array();
DealerName = "Reality Auto Sales Inc."
RegionID = "MDDE"
DealerID = "5037"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option414 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option414
}

x =415
subcat = new Array();
DealerName = "Renowned Auto Sales"
RegionID = "MDDE"
DealerID = "3174"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option415 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option415
}

x =416
subcat = new Array();
DealerName = "RTM Motors"
RegionID = "MDDE"
DealerID = "6170"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option416 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option416
}

x =417
subcat = new Array();
DealerName = "S K Motors"
RegionID = "MDDE"
DealerID = "3305"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option417 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option417
}

x =418
subcat = new Array();
DealerName = "Sam's Used Cars"
RegionID = "MDDE"
DealerID = "3027"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option418 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option418
}

x =419
subcat = new Array();
DealerName = "South Street Autos"
RegionID = "MDDE"
DealerID = "2021"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option419 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option419
}

x =420
subcat = new Array();
DealerName = "Three Brothers"
RegionID = "MDDE"
DealerID = "5053"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option420 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option420
}

x =421
subcat = new Array();
DealerName = "Troy Spencer and Sons Inc."
RegionID = "MDDE"
DealerID = "5447"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option421 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option421
}

x =422
subcat = new Array();
DealerName = "Vesta Inc."
RegionID = "MDDE"
DealerID = "6175"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option422 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option422
}

x =423
subcat = new Array();
DealerName = "All Virginia Dealers"
RegionID = "VA"
DealerID =  ""
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option423 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option423
}

x =424
subcat = new Array();
DealerName = "Airline Auto Sales"
RegionID = "VA"
DealerID = "3705"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option424 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option424
}

x =425
subcat = new Array();
DealerName = "Alexandria Motors"
RegionID = "VA"
DealerID = "4058"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option425 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option425
}

x =426
subcat = new Array();
DealerName = "All Cars, Inc."
RegionID = "VA"
DealerID = "3170"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option426 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option426
}

x =427
subcat = new Array();
DealerName = "Atlantic Auto & Truck Sales"
RegionID = "VA"
DealerID = "4730"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option427 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option427
}

x =428
subcat = new Array();
DealerName = "Auto City"
RegionID = "VA"
DealerID = "6341"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option428 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option428
}

x =429
subcat = new Array();
DealerName = "Auto Expo"
RegionID = "VA"
DealerID = "4993"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option429 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option429
}

x =430
subcat = new Array();
DealerName = "Auto Max of York County"
RegionID = "VA"
DealerID = "6229"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option430 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option430
}

x =431
subcat = new Array();
DealerName = "Auto Source of Gloucester"
RegionID = "VA"
DealerID = "6111"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option431 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option431
}

x =432
subcat = new Array();
DealerName = "Battlefield Trade Outlet"
RegionID = "VA"
DealerID = "4707"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option432 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option432
}

x =433
subcat = new Array();
DealerName = "Bell Motors"
RegionID = "VA"
DealerID = "5271"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option433 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option433
}

x =434
subcat = new Array();
DealerName = "Bill Page Toyota"
RegionID = "VA"
DealerID = "1820"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option434 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option434
}

x =435
subcat = new Array();
DealerName = "Capital Motors"
RegionID = "VA"
DealerID = "4930"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option435 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option435
}

x =436
subcat = new Array();
DealerName = "Capitol Auto Sales"
RegionID = "VA"
DealerID = "2413"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option436 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option436
}

x =437
subcat = new Array();
DealerName = "Car Choice"
RegionID = "VA"
DealerID = "2383"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option437 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option437
}

x =438
subcat = new Array();
DealerName = "Car Expo"
RegionID = "VA"
DealerID = "374"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option438 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option438
}

x =439
subcat = new Array();
DealerName = "Carstore"
RegionID = "VA"
DealerID = "6094"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option439 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option439
}

x =440
subcat = new Array();
DealerName = "Champion Auto Sales of Winchester"
RegionID = "VA"
DealerID = "5710"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option440 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option440
}

x =441
subcat = new Array();
DealerName = "Chase Auto Group"
RegionID = "VA"
DealerID = "4805"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option441 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option441
}

x =442
subcat = new Array();
DealerName = "City Motors Company LLC"
RegionID = "VA"
DealerID = "334"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option442 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option442
}

x =443
subcat = new Array();
DealerName = "Coast 2 Coast Auto Sales"
RegionID = "VA"
DealerID = "6139"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option443 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option443
}

x =444
subcat = new Array();
DealerName = "Country Chevrolet"
RegionID = "VA"
DealerID = "5948"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option444 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option444
}

x =445
subcat = new Array();
DealerName = "Culpeper Motors"
RegionID = "VA"
DealerID = "5810"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option445 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option445
}

x =446
subcat = new Array();
DealerName = "Dash Motors"
RegionID = "VA"
DealerID = "4947"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option446 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option446
}

x =447
subcat = new Array();
DealerName = "Dealers Trade Outlet"
RegionID = "VA"
DealerID = "5942"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option447 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option447
}

x =448
subcat = new Array();
DealerName = "E Cars Sales"
RegionID = "VA"
DealerID = "5543"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option448 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option448
}

x =449
subcat = new Array();
DealerName = "Elite Auto Wholesale"
RegionID = "VA"
DealerID = "5063"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option449 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option449
}

x =450
subcat = new Array();
DealerName = "Extreme Auto Sales"
RegionID = "VA"
DealerID = "2421"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option450 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option450
}

x =451
subcat = new Array();
DealerName = "EZ Auto"
RegionID = "VA"
DealerID = "4229"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option451 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option451
}

x =452
subcat = new Array();
DealerName = "Fairfax Auto Gallery"
RegionID = "VA"
DealerID = "4762"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option452 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option452
}

x =453
subcat = new Array();
DealerName = "Five Star Used Auto Sales and Service"
RegionID = "VA"
DealerID = "3617"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option453 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option453
}

x =454
subcat = new Array();
DealerName = "Fox Motors"
RegionID = "VA"
DealerID = "4458"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option454 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option454
}

x =455
subcat = new Array();
DealerName = "Garrett Motors"
RegionID = "VA"
DealerID = "3247"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option455 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option455
}

x =456
subcat = new Array();
DealerName = "Gib Leonard's Car Clearance Center"
RegionID = "VA"
DealerID = "3007"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option456 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option456
}

x =457
subcat = new Array();
DealerName = "H and H Value Center"
RegionID = "VA"
DealerID = "6076"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option457 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option457
}

x =458
subcat = new Array();
DealerName = "Harrisonburg Auto Mall"
RegionID = "VA"
DealerID = "2051"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option458 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option458
}

x =459
subcat = new Array();
DealerName = "Harrisonburg Ford Inc"
RegionID = "VA"
DealerID = "2221"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option459 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option459
}

x =460
subcat = new Array();
DealerName = "Intersport Performance"
RegionID = "VA"
DealerID = "3055"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option460 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option460
}

x =461
subcat = new Array();
DealerName = "Jim Snead Ford"
RegionID = "VA"
DealerID = "6243"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option461 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option461
}

x =462
subcat = new Array();
DealerName = "John Talley Motors"
RegionID = "VA"
DealerID = "3292"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option462 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option462
}

x =463
subcat = new Array();
DealerName = "JW Motors"
RegionID = "VA"
DealerID = "4746"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option463 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option463
}

x =464
subcat = new Array();
DealerName = "Kings Auto Inc."
RegionID = "VA"
DealerID = "6129"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option464 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option464
}

x =465
subcat = new Array();
DealerName = "Lake Ridge Auto"
RegionID = "VA"
DealerID = "4687"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option465 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option465
}

x =466
subcat = new Array();
DealerName = "Leesburg Auto Finance"
RegionID = "VA"
DealerID = "5374"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option466 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option466
}

x =467
subcat = new Array();
DealerName = "M & M Auto Group Inc."
RegionID = "VA"
DealerID = "4944"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option467 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option467
}

x =468
subcat = new Array();
DealerName = "Maguire and Sons"
RegionID = "VA"
DealerID = "5410"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option468 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option468
}

x =469
subcat = new Array();
DealerName = "Manassas Imports Preowned"
RegionID = "VA"
DealerID = "4627"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option469 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option469
}

x =470
subcat = new Array();
DealerName = "Nation Auto of Manassas"
RegionID = "VA"
DealerID = "4742"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option470 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option470
}

x =471
subcat = new Array();
DealerName = "Northside Auto Sales"
RegionID = "VA"
DealerID = "1846"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option471 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option471
}

x =472
subcat = new Array();
DealerName = "Online Auto Sales"
RegionID = "VA"
DealerID = "5924"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option472 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option472
}

x =473
subcat = new Array();
DealerName = "Peninsula Honda"
RegionID = "VA"
DealerID = "1878"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option473 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option473
}

x =474
subcat = new Array();
DealerName = "Pioneer Motors"
RegionID = "VA"
DealerID = "3810"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option474 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option474
}

x =475
subcat = new Array();
DealerName = "Planet Auto"
RegionID = "VA"
DealerID = "5341"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option475 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option475
}

x =476
subcat = new Array();
DealerName = "Priority Toyota"
RegionID = "VA"
DealerID = "1864"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option476 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option476
}

x =477
subcat = new Array();
DealerName = "Regal Motors"
RegionID = "VA"
DealerID = "1939"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option477 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option477
}

x =478
subcat = new Array();
DealerName = "Ricky Carter T/A Wayne's Used Cars"
RegionID = "VA"
DealerID = "5529"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option478 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option478
}

x =479
subcat = new Array();
DealerName = "Rockbridge Ford Mercury"
RegionID = "VA"
DealerID = "2218"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option479 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option479
}

x =480
subcat = new Array();
DealerName = "Select Imports of Portsmouth"
RegionID = "VA"
DealerID = "4198"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option480 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option480
}

x =481
subcat = new Array();
DealerName = "Shannon Auto Sales"
RegionID = "VA"
DealerID = "4785"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option481 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option481
}

x =482
subcat = new Array();
DealerName = "South Main Motors"
RegionID = "VA"
DealerID = "105"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option482 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option482
}

x =483
subcat = new Array();
DealerName = "Summit Motors"
RegionID = "VA"
DealerID = "6080"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option483 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option483
}

x =484
subcat = new Array();
DealerName = "Super Cars"
RegionID = "VA"
DealerID = "6215"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option484 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option484
}

x =485
subcat = new Array();
DealerName = "Swartz Auto Sales"
RegionID = "VA"
DealerID = "6427"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option485 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option485
}

x =486
subcat = new Array();
DealerName = "The Car Man"
RegionID = "VA"
DealerID = "3978"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option486 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option486
}

x =487
subcat = new Array();
DealerName = "TriForce Motors Inc."
RegionID = "VA"
DealerID = "257"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option487 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option487
}

x =488
subcat = new Array();
DealerName = "Unique Auto Sales"
RegionID = "VA"
DealerID = "5306"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option488 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option488
}

x =489
subcat = new Array();
DealerName = "Universal Auto Sales"
RegionID = "VA"
DealerID = "6256"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option489 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option489
}

x =490
subcat = new Array();
DealerName = "Warrenton Select"
RegionID = "VA"
DealerID = "1981"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option490 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option490
}

x =491
subcat = new Array();
DealerName = "Williams Auto Sales"
RegionID = "VA"
DealerID = "6140"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option491 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option491
}

x =492
subcat = new Array();
DealerName = "Wind Rider Auto Outlet"
RegionID = "VA"
DealerID = "6305"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option492 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option492
}

x =493
subcat = new Array();
DealerName = "Your Kar Company"
RegionID = "VA"
DealerID = "6060"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option493 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option493
}

x =494
subcat = new Array();
DealerName = "All Mid-West States Dealers"
RegionID = "MIDWEST"
DealerID =  ""
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option494 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option494
}

x =495
subcat = new Array();
DealerName = "239 Auto Group, Inc."
RegionID = "MIDWEST"
DealerID = "5455"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option495 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option495
}

x =496
subcat = new Array();
DealerName = "4 Wheels of Fox Lake"
RegionID = "MIDWEST"
DealerID = "4982"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option496 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option496
}

x =497
subcat = new Array();
DealerName = "A & B Automotive"
RegionID = "MIDWEST"
DealerID = "5391"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option497 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option497
}

x =498
subcat = new Array();
DealerName = "A & B Motors Gratiot"
RegionID = "MIDWEST"
DealerID = "6344"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option498 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option498
}

x =499
subcat = new Array();
DealerName = "A & B Motors Groesbeck"
RegionID = "MIDWEST"
DealerID = "6267"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option499 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option499
}

x =500
subcat = new Array();
DealerName = "A & S Auto Sales"
RegionID = "MIDWEST"
DealerID = "4465"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option500 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option500
}

x =501
subcat = new Array();
DealerName = "A B Flint Motor Co 2"
RegionID = "MIDWEST"
DealerID = "5395"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option501 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option501
}

x =502
subcat = new Array();
DealerName = "A B Flint Motor Co."
RegionID = "MIDWEST"
DealerID = "3851"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option502 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option502
}

x =503
subcat = new Array();
DealerName = "A Plus Auto Sales Inc."
RegionID = "MIDWEST"
DealerID = "6343"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option503 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option503
}

x =504
subcat = new Array();
DealerName = "A+ Auto Sales"
RegionID = "MIDWEST"
DealerID = "4801"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option504 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option504
}

x =505
subcat = new Array();
DealerName = "A1 Quality Used Cars"
RegionID = "MIDWEST"
DealerID = "5803"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option505 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option505
}

x =506
subcat = new Array();
DealerName = "A7 Auto.com"
RegionID = "MIDWEST"
DealerID = "3763"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option506 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option506
}

x =507
subcat = new Array();
DealerName = "Ace Auto Connection"
RegionID = "MIDWEST"
DealerID = "4194"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option507 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option507
}

x =508
subcat = new Array();
DealerName = "Acker Sales & Body Shop"
RegionID = "MIDWEST"
DealerID = "6312"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option508 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option508
}

x =509
subcat = new Array();
DealerName = "Active Auto Sales, Inc"
RegionID = "MIDWEST"
DealerID = "345"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option509 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option509
}

x =510
subcat = new Array();
DealerName = "Affordable Imports LLC"
RegionID = "MIDWEST"
DealerID = "6212"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option510 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option510
}

x =511
subcat = new Array();
DealerName = "AK Imports Auto Sales"
RegionID = "MIDWEST"
DealerID = "2258"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option511 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option511
}

x =512
subcat = new Array();
DealerName = "All City Auto Center"
RegionID = "MIDWEST"
DealerID = "4169"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option512 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option512
}

x =513
subcat = new Array();
DealerName = "Always Approved Auto"
RegionID = "MIDWEST"
DealerID = "4899"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option513 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option513
}

x =514
subcat = new Array();
DealerName = "American Auto Sales Inc."
RegionID = "MIDWEST"
DealerID = "5964"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option514 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option514
}

x =515
subcat = new Array();
DealerName = "American Motors Sales and Leasing"
RegionID = "MIDWEST"
DealerID = "4659"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option515 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option515
}

x =516
subcat = new Array();
DealerName = "Americars"
RegionID = "MIDWEST"
DealerID = "4763"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option516 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option516
}

x =517
subcat = new Array();
DealerName = "Amescars.com"
RegionID = "MIDWEST"
DealerID = "5559"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option517 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option517
}

x =518
subcat = new Array();
DealerName = "Andrade Auto Exchange"
RegionID = "MIDWEST"
DealerID = "4001"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option518 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option518
}

x =519
subcat = new Array();
DealerName = "AP Motors Inc."
RegionID = "MIDWEST"
DealerID = "6015"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option519 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option519
}

x =520
subcat = new Array();
DealerName = "ARJ's Auto Sales"
RegionID = "MIDWEST"
DealerID = "5265"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option520 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option520
}

x =521
subcat = new Array();
DealerName = "Auto Concepts"
RegionID = "MIDWEST"
DealerID = "4409"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option521 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option521
}

x =522
subcat = new Array();
DealerName = "Auto Exchange Group"
RegionID = "MIDWEST"
DealerID = "5691"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option522 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option522
}

x =523
subcat = new Array();
DealerName = "Auto Future Inc."
RegionID = "MIDWEST"
DealerID = "4419"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option523 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option523
}

x =524
subcat = new Array();
DealerName = "Auto Pass Sales & Service"
RegionID = "MIDWEST"
DealerID = "6648"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option524 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option524
}

x =525
subcat = new Array();
DealerName = "Auto Sport"
RegionID = "MIDWEST"
DealerID = "3859"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option525 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option525
}

x =526
subcat = new Array();
DealerName = "Auto Time Omaha"
RegionID = "MIDWEST"
DealerID = "5950"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option526 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option526
}

x =527
subcat = new Array();
DealerName = "Autoland of Omaha"
RegionID = "MIDWEST"
DealerID = "5921"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option527 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option527
}

x =528
subcat = new Array();
DealerName = "Automaxx"
RegionID = "MIDWEST"
DealerID = "6048"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option528 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option528
}

x =529
subcat = new Array();
DealerName = "Automotive Consultants"
RegionID = "MIDWEST"
DealerID = "3734"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option529 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option529
}

x =530
subcat = new Array();
DealerName = "Autoplex of St. Louis"
RegionID = "MIDWEST"
DealerID = "5034"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option530 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option530
}

x =531
subcat = new Array();
DealerName = "Autopoint, Inc."
RegionID = "MIDWEST"
DealerID = "4521"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option531 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option531
}

x =532
subcat = new Array();
DealerName = "Auto's Plus"
RegionID = "MIDWEST"
DealerID = "5913"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option532 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option532
}

x =533
subcat = new Array();
DealerName = "Avon AutoWorld"
RegionID = "MIDWEST"
DealerID = "6329"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option533 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option533
}

x =534
subcat = new Array();
DealerName = "B & B Motors"
RegionID = "MIDWEST"
DealerID = "5432"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option534 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option534
}

x =535
subcat = new Array();
DealerName = "Baha Auto Sales Inc"
RegionID = "MIDWEST"
DealerID = "320"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option535 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option535
}

x =536
subcat = new Array();
DealerName = "Barnett Ford"
RegionID = "MIDWEST"
DealerID = "4652"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option536 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option536
}

x =537
subcat = new Array();
DealerName = "Belvideremotors.Com"
RegionID = "MIDWEST"
DealerID = "1907"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option537 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option537
}

x =538
subcat = new Array();
DealerName = "Bentley Motors of Decatur"
RegionID = "MIDWEST"
DealerID = "4816"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option538 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option538
}

x =539
subcat = new Array();
DealerName = "Berea Auto Mall"
RegionID = "MIDWEST"
DealerID = "2427"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option539 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option539
}

x =540
subcat = new Array();
DealerName = "Best Buy Used Cars"
RegionID = "MIDWEST"
DealerID = "3620"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option540 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option540
}

x =541
subcat = new Array();
DealerName = "Best Deal Auto Sales"
RegionID = "MIDWEST"
DealerID = "3425"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option541 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option541
}

x =542
subcat = new Array();
DealerName = "Better Deal Nabeel, Inc"
RegionID = "MIDWEST"
DealerID = "2198"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option542 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option542
}

x =543
subcat = new Array();
DealerName = "Big Discount Motors"
RegionID = "MIDWEST"
DealerID = "3477"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option543 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option543
}

x =544
subcat = new Array();
DealerName = "Bill Kay Nissan"
RegionID = "MIDWEST"
DealerID = "1863"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option544 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option544
}

x =545
subcat = new Array();
DealerName = "Bill Marsh Traverse City"
RegionID = "MIDWEST"
DealerID = "3444"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option545 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option545
}

x =546
subcat = new Array();
DealerName = "BMB Auto LLC"
RegionID = "MIDWEST"
DealerID = "3779"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option546 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option546
}

x =547
subcat = new Array();
DealerName = "Bob Burkle Chevrolet"
RegionID = "MIDWEST"
DealerID = "6184"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option547 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option547
}

x =548
subcat = new Array();
DealerName = "Bob Burkle Ford"
RegionID = "MIDWEST"
DealerID = "6185"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option548 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option548
}

x =549
subcat = new Array();
DealerName = "Bob Martin Auto Sales"
RegionID = "MIDWEST"
DealerID = "5873"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option549 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option549
}

x =550
subcat = new Array();
DealerName = "Bob Simpson's Autotown"
RegionID = "MIDWEST"
DealerID = "3495"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option550 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option550
}

x =551
subcat = new Array();
DealerName = "Bob Wysong Auto Sales & Service"
RegionID = "MIDWEST"
DealerID = "4510"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option551 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option551
}

x =552
subcat = new Array();
DealerName = "Bob's Auto Sales"
RegionID = "MIDWEST"
DealerID = "3906"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option552 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option552
}

x =553
subcat = new Array();
DealerName = "Bocker Auto Group"
RegionID = "MIDWEST"
DealerID = "1876"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option553 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option553
}

x =554
subcat = new Array();
DealerName = "Boulton Motors & Marine"
RegionID = "MIDWEST"
DealerID = "5465"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option554 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option554
}

x =555
subcat = new Array();
DealerName = "Bowden Motors"
RegionID = "MIDWEST"
DealerID = "3798"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option555 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option555
}

x =556
subcat = new Array();
DealerName = "Boyett Sales & Service"
RegionID = "MIDWEST"
DealerID = "3850"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option556 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option556
}

x =557
subcat = new Array();
DealerName = "Bradley Motors"
RegionID = "MIDWEST"
DealerID = "4258"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option557 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option557
}

x =558
subcat = new Array();
DealerName = "Branine Chevrolet Buick"
RegionID = "MIDWEST"
DealerID = "3134"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option558 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option558
}

x =559
subcat = new Array();
DealerName = "Brian Courtney Auto Sales"
RegionID = "MIDWEST"
DealerID = "2933"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option559 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option559
}

x =560
subcat = new Array();
DealerName = "Bridgeview Auto Sales"
RegionID = "MIDWEST"
DealerID = "2342"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option560 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option560
}

x =561
subcat = new Array();
DealerName = "Brooks Motor Company"
RegionID = "MIDWEST"
DealerID = "5293"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option561 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option561
}

x =562
subcat = new Array();
DealerName = "Brown Motorcars"
RegionID = "MIDWEST"
DealerID = "6169"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option562 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option562
}

x =563
subcat = new Array();
DealerName = "Bud's Auto Sales"
RegionID = "MIDWEST"
DealerID = "4411"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option563 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option563
}

x =564
subcat = new Array();
DealerName = "C & T Auto"
RegionID = "MIDWEST"
DealerID = "4385"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option564 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option564
}

x =565
subcat = new Array();
DealerName = "California Auto Connection of Indiana"
RegionID = "MIDWEST"
DealerID = "2171"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option565 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option565
}

x =566
subcat = new Array();
DealerName = "Cambridge Motorsports"
RegionID = "MIDWEST"
DealerID = "6144"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option566 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option566
}

x =567
subcat = new Array();
DealerName = "Campbell Ford & Mercury Inc."
RegionID = "MIDWEST"
DealerID = "4592"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option567 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option567
}

x =568
subcat = new Array();
DealerName = "Cape Auto Sales Commercial Truck & Van Sales"
RegionID = "MIDWEST"
DealerID = "5804"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option568 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option568
}

x =569
subcat = new Array();
DealerName = "Capital City Motor Worx"
RegionID = "MIDWEST"
DealerID = "4285"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option569 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option569
}

x =570
subcat = new Array();
DealerName = "Car City, Inc."
RegionID = "MIDWEST"
DealerID = "5134"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option570 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option570
}

x =571
subcat = new Array();
DealerName = "Car Nation"
RegionID = "MIDWEST"
DealerID = "3954"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option571 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option571
}

x =572
subcat = new Array();
DealerName = "Car Nation"
RegionID = "MIDWEST"
DealerID = "5064"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option572 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option572
}

x =573
subcat = new Array();
DealerName = "Car Town Motor Sales"
RegionID = "MIDWEST"
DealerID = "4984"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option573 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option573
}

x =574
subcat = new Array();
DealerName = "Carena Motors Co."
RegionID = "MIDWEST"
DealerID = "4159"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option574 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option574
}

x =575
subcat = new Array();
DealerName = "Carland Sales & Leasing"
RegionID = "MIDWEST"
DealerID = "6193"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option575 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option575
}

x =576
subcat = new Array();
DealerName = "Carmel Motorsports"
RegionID = "MIDWEST"
DealerID = "5209"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option576 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option576
}

x =577
subcat = new Array();
DealerName = "Carney Auto, Inc."
RegionID = "MIDWEST"
DealerID = "3421"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option577 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option577
}

x =578
subcat = new Array();
DealerName = "Cars Inc."
RegionID = "MIDWEST"
DealerID = "4913"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option578 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option578
}

x =579
subcat = new Array();
DealerName = "Cars on the Money"
RegionID = "MIDWEST"
DealerID = "2233"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option579 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option579
}

x =580
subcat = new Array();
DealerName = "CarsNew2U"
RegionID = "MIDWEST"
DealerID = "6417"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option580 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option580
}

x =581
subcat = new Array();
DealerName = "Carson Motors, Inc"
RegionID = "MIDWEST"
DealerID = "2581"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option581 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option581
}

x =582
subcat = new Array();
DealerName = "Celebrity Auto & RV"
RegionID = "MIDWEST"
DealerID = "1995"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option582 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option582
}

x =583
subcat = new Array();
DealerName = "Center Road Auto Sales"
RegionID = "MIDWEST"
DealerID = "4986"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option583 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option583
}

x =584
subcat = new Array();
DealerName = "Central Auto Sales"
RegionID = "MIDWEST"
DealerID = "3139"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option584 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option584
}

x =585
subcat = new Array();
DealerName = "Central Ohio Auto Solutions, LLC"
RegionID = "MIDWEST"
DealerID = "3922"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option585 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option585
}

x =586
subcat = new Array();
DealerName = "Century Auto Sales"
RegionID = "MIDWEST"
DealerID = "5982"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option586 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option586
}

x =587
subcat = new Array();
DealerName = "Chagrin Valley Motors LLC"
RegionID = "MIDWEST"
DealerID = "6159"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option587 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option587
}

x =588
subcat = new Array();
DealerName = "Champion Motor Cars"
RegionID = "MIDWEST"
DealerID = "3927"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option588 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option588
}

x =589
subcat = new Array();
DealerName = "Charles Auto Family"
RegionID = "MIDWEST"
DealerID = "5577"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option589 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option589
}

x =590
subcat = new Array();
DealerName = "Chase 8 Inc."
RegionID = "MIDWEST"
DealerID = "4109"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option590 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option590
}

x =591
subcat = new Array();
DealerName = "Cheap Cars Wholesale"
RegionID = "MIDWEST"
DealerID = "5281"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option591 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option591
}

x =592
subcat = new Array();
DealerName = "Chicago Auto Source"
RegionID = "MIDWEST"
DealerID = "3938"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option592 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option592
}

x =593
subcat = new Array();
DealerName = "Choice Used Car Superstore"
RegionID = "MIDWEST"
DealerID = "3636"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option593 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option593
}

x =594
subcat = new Array();
DealerName = "Chris Huber Auto Sales"
RegionID = "MIDWEST"
DealerID = "145"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option594 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option594
}

x =595
subcat = new Array();
DealerName = "Chris Scott Motors"
RegionID = "MIDWEST"
DealerID = "4970"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option595 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option595
}

x =596
subcat = new Array();
DealerName = "City Wide Auto Credit - D.C. Motors"
RegionID = "MIDWEST"
DealerID = "2984"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option596 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option596
}

x =597
subcat = new Array();
DealerName = "Clintonville Car Sales"
RegionID = "MIDWEST"
DealerID = "4621"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option597 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option597
}

x =598
subcat = new Array();
DealerName = "Clock Tower Auto Mall, LLC"
RegionID = "MIDWEST"
DealerID = "5242"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option598 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option598
}

x =599
subcat = new Array();
DealerName = "Coleman Motors"
RegionID = "MIDWEST"
DealerID = "4587"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option599 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option599
}

x =600
subcat = new Array();
DealerName = "Collins Motor Sales"
RegionID = "MIDWEST"
DealerID = "4921"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option600 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option600
}

x =601
subcat = new Array();
DealerName = "Colonial Auto Sales"
RegionID = "MIDWEST"
DealerID = "2616"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option601 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option601
}

x =602
subcat = new Array();
DealerName = "Community Auto Center"
RegionID = "MIDWEST"
DealerID = "3920"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option602 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option602
}

x =603
subcat = new Array();
DealerName = "Connors Automotive"
RegionID = "MIDWEST"
DealerID = "4476"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option603 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option603
}

x =604
subcat = new Array();
DealerName = "Conrads Auto Center Inc."
RegionID = "MIDWEST"
DealerID = "4790"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option604 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option604
}

x =605
subcat = new Array();
DealerName = "Cooper Motors"
RegionID = "MIDWEST"
DealerID = "3759"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option605 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option605
}

x =606
subcat = new Array();
DealerName = "Corner Auto Sales"
RegionID = "MIDWEST"
DealerID = "4005"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option606 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option606
}

x =607
subcat = new Array();
DealerName = "Country Hill Motors"
RegionID = "MIDWEST"
DealerID = "5343"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option607 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option607
}

x =608
subcat = new Array();
DealerName = "Craig and Landreth Pre-Owned"
RegionID = "MIDWEST"
DealerID = "2494"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option608 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option608
}

x =609
subcat = new Array();
DealerName = "Craig Toyota"
RegionID = "MIDWEST"
DealerID = "5468"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option609 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option609
}

x =610
subcat = new Array();
DealerName = "Cresco Motor Co."
RegionID = "MIDWEST"
DealerID = "4307"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option610 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option610
}

x =611
subcat = new Array();
DealerName = "Crews Cars"
RegionID = "MIDWEST"
DealerID = "343"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option611 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option611
}

x =612
subcat = new Array();
DealerName = "Crossroads Auto Sales Inc."
RegionID = "MIDWEST"
DealerID = "6181"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option612 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option612
}

x =613
subcat = new Array();
DealerName = "Crossroads Car and Truck"
RegionID = "MIDWEST"
DealerID = "463"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option613 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option613
}

x =614
subcat = new Array();
DealerName = "Crosstown Auto"
RegionID = "MIDWEST"
DealerID = "2785"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option614 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option614
}

x =615
subcat = new Array();
DealerName = "Crowe Motors"
RegionID = "MIDWEST"
DealerID = "4561"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option615 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option615
}

x =616
subcat = new Array();
DealerName = "Cruisin Classics"
RegionID = "MIDWEST"
DealerID = "330"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option616 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option616
}

x =617
subcat = new Array();
DealerName = "Custom Autobody Repair Sales"
RegionID = "MIDWEST"
DealerID = "6196"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option617 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option617
}

x =618
subcat = new Array();
DealerName = "Custom Car Care, Inc."
RegionID = "MIDWEST"
DealerID = "285"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option618 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option618
}

x =619
subcat = new Array();
DealerName = "Dan Hatfield Chrysler Dodge Jeep"
RegionID = "MIDWEST"
DealerID = "3650"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option619 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option619
}

x =620
subcat = new Array();
DealerName = "Dave Purdin Auto Sales"
RegionID = "MIDWEST"
DealerID = "5533"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option620 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option620
}

x =621
subcat = new Array();
DealerName = "Dealz Auto Trade"
RegionID = "MIDWEST"
DealerID = "3117"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option621 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option621
}

x =622
subcat = new Array();
DealerName = "Del Real Auto Connection"
RegionID = "MIDWEST"
DealerID = "4098"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option622 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option622
}

x =623
subcat = new Array();
DealerName = "Delong Auto Group"
RegionID = "MIDWEST"
DealerID = "4111"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option623 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option623
}

x =624
subcat = new Array();
DealerName = "Denney Motor Sales Inc."
RegionID = "MIDWEST"
DealerID = "3237"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option624 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option624
}

x =625
subcat = new Array();
DealerName = "Direct Auto Source"
RegionID = "MIDWEST"
DealerID = "4336"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option625 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option625
}

x =626
subcat = new Array();
DealerName = "Discover Auto Center"
RegionID = "MIDWEST"
DealerID = "6013"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option626 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option626
}

x =627
subcat = new Array();
DealerName = "Diversified Leasing Inc."
RegionID = "MIDWEST"
DealerID = "6419"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option627 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option627
}

x =628
subcat = new Array();
DealerName = "DJ Auto Sales"
RegionID = "MIDWEST"
DealerID = "363"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option628 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option628
}

x =629
subcat = new Array();
DealerName = "Dove Auto"
RegionID = "MIDWEST"
DealerID = "440"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option629 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option629
}

x =630
subcat = new Array();
DealerName = "Downer's Grove Motor Sales"
RegionID = "MIDWEST"
DealerID = "3016"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option630 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option630
}

x =631
subcat = new Array();
DealerName = "Drive 1 Car & Truck"
RegionID = "MIDWEST"
DealerID = "2890"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option631 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option631
}

x =632
subcat = new Array();
DealerName = "Drive Now Auto Credit"
RegionID = "MIDWEST"
DealerID = "3937"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option632 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option632
}

x =633
subcat = new Array();
DealerName = "Drive Now Auto Credit"
RegionID = "MIDWEST"
DealerID = "5068"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option633 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option633
}

x =634
subcat = new Array();
DealerName = "Driven Automotive"
RegionID = "MIDWEST"
DealerID = "5289"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option634 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option634
}

x =635
subcat = new Array();
DealerName = "Driven Automotive Delaware"
RegionID = "MIDWEST"
DealerID = "6068"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option635 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option635
}

x =636
subcat = new Array();
DealerName = "Duanes Repair Inc."
RegionID = "MIDWEST"
DealerID = "4032"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option636 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option636
}

x =637
subcat = new Array();
DealerName = "Duffy's Auto Sales Inc."
RegionID = "MIDWEST"
DealerID = "3934"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option637 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option637
}

x =638
subcat = new Array();
DealerName = "Dupage Auto & Truck Exchange II"
RegionID = "MIDWEST"
DealerID = "5441"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option638 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option638
}

x =639
subcat = new Array();
DealerName = "E And M Auto Parts"
RegionID = "MIDWEST"
DealerID = "3093"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option639 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option639
}

x =640
subcat = new Array();
DealerName = "EA Motorsports"
RegionID = "MIDWEST"
DealerID = "4166"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option640 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option640
}

x =641
subcat = new Array();
DealerName = "Economy Auto Sales"
RegionID = "MIDWEST"
DealerID = "6235"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option641 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option641
}

x =642
subcat = new Array();
DealerName = "Ed Napletons Elmhurst Imports"
RegionID = "MIDWEST"
DealerID = "1866"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option642 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option642
}

x =643
subcat = new Array();
DealerName = "Ed White's Auto Sales"
RegionID = "MIDWEST"
DealerID = "5975"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option643 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option643
}

x =644
subcat = new Array();
DealerName = "Edwards Subaru Hyundai"
RegionID = "MIDWEST"
DealerID = "4600"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option644 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option644
}

x =645
subcat = new Array();
DealerName = "Edwards Truck Sales"
RegionID = "MIDWEST"
DealerID = "6315"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option645 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option645
}

x =646
subcat = new Array();
DealerName = "eFleet Direct: Indianapolis"
RegionID = "MIDWEST"
DealerID = "5564"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option646 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option646
}

x =647
subcat = new Array();
DealerName = "Elite Car Sales"
RegionID = "MIDWEST"
DealerID = "4958"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option647 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option647
}

x =648
subcat = new Array();
DealerName = "Elite Motors"
RegionID = "MIDWEST"
DealerID = "4357"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option648 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option648
}

x =649
subcat = new Array();
DealerName = "Elkton Auto Corral"
RegionID = "MIDWEST"
DealerID = "422"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option649 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option649
}

x =650
subcat = new Array();
DealerName = "ET Automotive Group"
RegionID = "MIDWEST"
DealerID = "6309"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option650 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option650
}

x =651
subcat = new Array();
DealerName = "Eurton's Hillside Motors"
RegionID = "MIDWEST"
DealerID = "3018"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option651 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option651
}

x =652
subcat = new Array();
DealerName = "Evans Motor Company"
RegionID = "MIDWEST"
DealerID = "3357"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option652 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option652
}

x =653
subcat = new Array();
DealerName = "Ewen Motor Co."
RegionID = "MIDWEST"
DealerID = "6403"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option653 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option653
}

x =654
subcat = new Array();
DealerName = "Excel Auto Group"
RegionID = "MIDWEST"
DealerID = "5485"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option654 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option654
}

x =655
subcat = new Array();
DealerName = "Executive Automotive"
RegionID = "MIDWEST"
DealerID = "5652"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option655 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option655
}

x =656
subcat = new Array();
DealerName = "Express Motors"
RegionID = "MIDWEST"
DealerID = "252"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option656 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option656
}

x =657
subcat = new Array();
DealerName = "Extreme Auto Plaza, Inc."
RegionID = "MIDWEST"
DealerID = "5294"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option657 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option657
}

x =658
subcat = new Array();
DealerName = "Extreme Imports"
RegionID = "MIDWEST"
DealerID = "5412"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option658 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option658
}

x =659
subcat = new Array();
DealerName = "EZ Auto Sales and Service"
RegionID = "MIDWEST"
DealerID = "6059"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option659 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option659
}

x =660
subcat = new Array();
DealerName = "Ezra Sales"
RegionID = "MIDWEST"
DealerID = "6405"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option660 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option660
}

x =661
subcat = new Array();
DealerName = "Fairdale Auto Sales"
RegionID = "MIDWEST"
DealerID = "4807"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option661 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option661
}

x =662
subcat = new Array();
DealerName = "Fairground Auto Plaza"
RegionID = "MIDWEST"
DealerID = "6289"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option662 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option662
}

x =663
subcat = new Array();
DealerName = "Falls Car Collection"
RegionID = "MIDWEST"
DealerID = "6354"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option663 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option663
}

x =664
subcat = new Array();
DealerName = "Fast Lane Classic Cars"
RegionID = "MIDWEST"
DealerID = "4933"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option664 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option664
}

x =665
subcat = new Array();
DealerName = "Finks Quality Used Cars"
RegionID = "MIDWEST"
DealerID = "1918"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option665 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option665
}

x =666
subcat = new Array();
DealerName = "Finley Motors, Inc"
RegionID = "MIDWEST"
DealerID = "3130"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option666 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option666
}

x =667
subcat = new Array();
DealerName = "Fitzgerald's Auto Sales"
RegionID = "MIDWEST"
DealerID = "5020"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option667 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option667
}

x =668
subcat = new Array();
DealerName = "Five Star Auto Sales"
RegionID = "MIDWEST"
DealerID = "2004"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option668 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option668
}

x =669
subcat = new Array();
DealerName = "Five Star Motor Co"
RegionID = "MIDWEST"
DealerID = "2818"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option669 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option669
}

x =670
subcat = new Array();
DealerName = "Forest City Motor Company"
RegionID = "MIDWEST"
DealerID = "6363"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option670 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option670
}

x =671
subcat = new Array();
DealerName = "Fox Auto Parts"
RegionID = "MIDWEST"
DealerID = "4919"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option671 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option671
}

x =672
subcat = new Array();
DealerName = "Franklin Family / Bemis Ford"
RegionID = "MIDWEST"
DealerID = "4270"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option672 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option672
}

x =673
subcat = new Array();
DealerName = "Frank's Auto Sales"
RegionID = "MIDWEST"
DealerID = "2961"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option673 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option673
}

x =674
subcat = new Array();
DealerName = "Frontier Kia"
RegionID = "MIDWEST"
DealerID = "5908"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option674 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option674
}

x =675
subcat = new Array();
DealerName = "G & M Motors"
RegionID = "MIDWEST"
DealerID = "3831"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option675 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option675
}

x =676
subcat = new Array();
DealerName = "Gaier's Chrysler Dodge Jeep"
RegionID = "MIDWEST"
DealerID = "3876"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option676 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option676
}

x =677
subcat = new Array();
DealerName = "Gallagher Motors"
RegionID = "MIDWEST"
DealerID = "5236"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option677 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option677
}

x =678
subcat = new Array();
DealerName = "Gender Auto Sales"
RegionID = "MIDWEST"
DealerID = "3048"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option678 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option678
}

x =679
subcat = new Array();
DealerName = "Gene Lewis Ford Inc."
RegionID = "MIDWEST"
DealerID = "6083"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option679 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option679
}

x =680
subcat = new Array();
DealerName = "Gentry Motor Company"
RegionID = "MIDWEST"
DealerID = "2287"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option680 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option680
}

x =681
subcat = new Array();
DealerName = "German Village Motor Car "
RegionID = "MIDWEST"
DealerID = "6106"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option681 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option681
}

x =682
subcat = new Array();
DealerName = "Gillys Sales & Service Inc"
RegionID = "MIDWEST"
DealerID = "4725"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option682 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option682
}

x =683
subcat = new Array();
DealerName = "GMG Motors"
RegionID = "MIDWEST"
DealerID = "35"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option683 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option683
}

x =684
subcat = new Array();
DealerName = "GMG Motors"
RegionID = "MIDWEST"
DealerID = "104"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option684 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option684
}

x =685
subcat = new Array();
DealerName = "Golden Auto Sales"
RegionID = "MIDWEST"
DealerID = "4044"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option685 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option685
}

x =686
subcat = new Array();
DealerName = "Good Motor Company"
RegionID = "MIDWEST"
DealerID = "6470"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option686 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option686
}

x =687
subcat = new Array();
DealerName = "Goodguys Motor Co."
RegionID = "MIDWEST"
DealerID = "4350"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option687 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option687
}

x =688
subcat = new Array();
DealerName = "GR Used Cars"
RegionID = "MIDWEST"
DealerID = "6167"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option688 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option688
}

x =689
subcat = new Array();
DealerName = "Gray Auto"
RegionID = "MIDWEST"
DealerID = "2279"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option689 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option689
}

x =690
subcat = new Array();
DealerName = "Greens Auto Point"
RegionID = "MIDWEST"
DealerID = "4493"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option690 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option690
}

x =691
subcat = new Array();
DealerName = "Green's Auto Sales"
RegionID = "MIDWEST"
DealerID = "3684"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option691 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option691
}

x =692
subcat = new Array();
DealerName = "Gurnee Auto"
RegionID = "MIDWEST"
DealerID = "6338"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option692 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option692
}

x =693
subcat = new Array();
DealerName = "Gurss Motors Inc."
RegionID = "MIDWEST"
DealerID = "4213"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option693 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option693
}

x =694
subcat = new Array();
DealerName = "Hall Motor Company"
RegionID = "MIDWEST"
DealerID = "4512"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option694 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option694
}

x =695
subcat = new Array();
DealerName = "Hamilton Chevrolet 14 Mile & Mound "
RegionID = "MIDWEST"
DealerID = "5865"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option695 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option695
}

x =696
subcat = new Array();
DealerName = "Harold Chevrolet Buick"
RegionID = "MIDWEST"
DealerID = "5071"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option696 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option696
}

x =697
subcat = new Array();
DealerName = "Harper Auto Sales"
RegionID = "MIDWEST"
DealerID = "5073"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option697 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option697
}

x =698
subcat = new Array();
DealerName = "Hastings Auto Sales"
RegionID = "MIDWEST"
DealerID = "4094"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option698 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option698
}

x =699
subcat = new Array();
DealerName = "Heartland Motors Inc."
RegionID = "MIDWEST"
DealerID = "6160"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option699 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option699
}

x =700
subcat = new Array();
DealerName = "Hebron Auto Sales"
RegionID = "MIDWEST"
DealerID = "3265"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option700 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option700
}

x =701
subcat = new Array();
DealerName = "Hi Auto Sales"
RegionID = "MIDWEST"
DealerID = "5912"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option701 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option701
}

x =702
subcat = new Array();
DealerName = "Holthaus Autohaus"
RegionID = "MIDWEST"
DealerID = "5259"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option702 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option702
}

x =703
subcat = new Array();
DealerName = "Honda Superstore Of Joliet"
RegionID = "MIDWEST"
DealerID = "1760"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option703 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option703
}

x =704
subcat = new Array();
DealerName = "Hoss Sage City Motors"
RegionID = "MIDWEST"
DealerID = "4500"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option704 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option704
}

x =705
subcat = new Array();
DealerName = "Howard's Auto Sales"
RegionID = "MIDWEST"
DealerID = "4900"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option705 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option705
}

x =706
subcat = new Array();
DealerName = "Iannelli Autocars"
RegionID = "MIDWEST"
DealerID = "3714"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option706 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option706
}

x =707
subcat = new Array();
DealerName = "iDeal Auto Imports LLC"
RegionID = "MIDWEST"
DealerID = "5266"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option707 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option707
}

x =708
subcat = new Array();
DealerName = "Image Cars, Inc"
RegionID = "MIDWEST"
DealerID = "3890"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option708 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option708
}

x =709
subcat = new Array();
DealerName = "Import Auto Sales"
RegionID = "MIDWEST"
DealerID = "4269"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option709 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option709
}

x =710
subcat = new Array();
DealerName = "Independent Auto Sales"
RegionID = "MIDWEST"
DealerID = "1748"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option710 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option710
}

x =711
subcat = new Array();
DealerName = "Indy Auto Source Inc."
RegionID = "MIDWEST"
DealerID = "6382"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option711 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option711
}

x =712
subcat = new Array();
DealerName = "Indy Motors"
RegionID = "MIDWEST"
DealerID = "140"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option712 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option712
}

x =713
subcat = new Array();
DealerName = "Indy's Unlimited Motors"
RegionID = "MIDWEST"
DealerID = "2978"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option713 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option713
}

x =714
subcat = new Array();
DealerName = "Integrity Autosource Inc."
RegionID = "MIDWEST"
DealerID = "4280"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option714 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option714
}

x =715
subcat = new Array();
DealerName = "International Auto Center"
RegionID = "MIDWEST"
DealerID = "4667"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option715 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option715
}

x =716
subcat = new Array();
DealerName = "INTORG"
RegionID = "MIDWEST"
DealerID = "5532"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option716 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option716
}

x =717
subcat = new Array();
DealerName = "J & C Auto Sales"
RegionID = "MIDWEST"
DealerID = "4676"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option717 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option717
}

x =718
subcat = new Array();
DealerName = "J & C Auto Sales II"
RegionID = "MIDWEST"
DealerID = "5882"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option718 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option718
}

x =719
subcat = new Array();
DealerName = "J & M Auto Sales"
RegionID = "MIDWEST"
DealerID = "180"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option719 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option719
}

x =720
subcat = new Array();
DealerName = "J and S Auto Sales"
RegionID = "MIDWEST"
DealerID = "4079"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option720 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option720
}

x =721
subcat = new Array();
DealerName = "J C Auto Sales"
RegionID = "MIDWEST"
DealerID = "4351"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option721 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option721
}

x =722
subcat = new Array();
DealerName = "Jay Holm's Valley Auto Sales"
RegionID = "MIDWEST"
DealerID = "4997"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option722 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option722
}

x =723
subcat = new Array();
DealerName = "JD Motors"
RegionID = "MIDWEST"
DealerID = "4675"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option723 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option723
}

x =724
subcat = new Array();
DealerName = "Jeff Benson Car Company"
RegionID = "MIDWEST"
DealerID = "185"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option724 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option724
}

x =725
subcat = new Array();
DealerName = "Jeffrey's Auto Exchange"
RegionID = "MIDWEST"
DealerID = "3030"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option725 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option725
}

x =726
subcat = new Array();
DealerName = "Jerry Haag Motors Chevy Buick"
RegionID = "MIDWEST"
DealerID = "5594"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option726 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option726
}

x =727
subcat = new Array();
DealerName = "Jersey Motors"
RegionID = "MIDWEST"
DealerID = "3166"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option727 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option727
}

x =728
subcat = new Array();
DealerName = "Jim Butner Auto Inc"
RegionID = "MIDWEST"
DealerID = "2008"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option728 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option728
}

x =729
subcat = new Array();
DealerName = "Jody's Galaxy Motors"
RegionID = "MIDWEST"
DealerID = "6116"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option729 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option729
}

x =730
subcat = new Array();
DealerName = "John & Sons Auto Sales"
RegionID = "MIDWEST"
DealerID = "5191"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option730 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option730
}

x =731
subcat = new Array();
DealerName = "Johnny I's Auto Sales"
RegionID = "MIDWEST"
DealerID = "4206"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option731 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option731
}

x =732
subcat = new Array();
DealerName = "Joseph Auto Sales"
RegionID = "MIDWEST"
DealerID = "4700"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option732 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option732
}

x =733
subcat = new Array();
DealerName = "Joyce Ford"
RegionID = "MIDWEST"
DealerID = "5118"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option733 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option733
}

x =734
subcat = new Array();
DealerName = "Junction Auto Sales"
RegionID = "MIDWEST"
DealerID = "5637"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option734 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option734
}

x =735
subcat = new Array();
DealerName = "Kal's Cars Inc."
RegionID = "MIDWEST"
DealerID = "5001"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option735 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option735
}

x =736
subcat = new Array();
DealerName = "KD Motorcars of Columbus"
RegionID = "MIDWEST"
DealerID = "3180"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option736 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option736
}

x =737
subcat = new Array();
DealerName = "Kenny Vice Ford Sales"
RegionID = "MIDWEST"
DealerID = "6238"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option737 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option737
}

x =738
subcat = new Array();
DealerName = "Ken's Auto Inc."
RegionID = "MIDWEST"
DealerID = "5959"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option738 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option738
}

x =739
subcat = new Array();
DealerName = "Keowee Auto Sales"
RegionID = "MIDWEST"
DealerID = "5121"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option739 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option739
}

x =740
subcat = new Array();
DealerName = "Kerns Ford Lincoln and Truck Center"
RegionID = "MIDWEST"
DealerID = "6051"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option740 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option740
}

x =741
subcat = new Array();
DealerName = "Kesler Auto Sales"
RegionID = "MIDWEST"
DealerID = "3725"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option741 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option741
}

x =742
subcat = new Array();
DealerName = "Krystal Car Co."
RegionID = "MIDWEST"
DealerID = "4090"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option742 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option742
}

x =743
subcat = new Array();
DealerName = "Kuhn Enterprises, Inc."
RegionID = "MIDWEST"
DealerID = "4438"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option743 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option743
}

x =744
subcat = new Array();
DealerName = "Kwik Auto Finance"
RegionID = "MIDWEST"
DealerID = "4892"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option744 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option744
}

x =745
subcat = new Array();
DealerName = "Lake Michigan Auto Center"
RegionID = "MIDWEST"
DealerID = "6078"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option745 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option745
}

x =746
subcat = new Array();
DealerName = "Lakeside Motors"
RegionID = "MIDWEST"
DealerID = "5946"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option746 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option746
}

x =747
subcat = new Array();
DealerName = "Lansing Imports"
RegionID = "MIDWEST"
DealerID = "5072"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option747 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option747
}

x =748
subcat = new Array();
DealerName = "Larry Schaaf Auto Sales"
RegionID = "MIDWEST"
DealerID = "4054"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option748 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option748
}

x =749
subcat = new Array();
DealerName = "Lee Schubert Best Choice Automotive"
RegionID = "MIDWEST"
DealerID = "6064"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option749 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option749
}

x =750
subcat = new Array();
DealerName = "Leeds Auto Sales"
RegionID = "MIDWEST"
DealerID = "3602"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option750 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option750
}

x =751
subcat = new Array();
DealerName = "Lee's Riverside Auto"
RegionID = "MIDWEST"
DealerID = "2994"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option751 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option751
}

x =752
subcat = new Array();
DealerName = "Legacy Auto Sales Inc."
RegionID = "MIDWEST"
DealerID = "6176"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option752 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option752
}

x =753
subcat = new Array();
DealerName = "Legacy Motors North & West"
RegionID = "MIDWEST"
DealerID = "6154"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option753 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option753
}

x =754
subcat = new Array();
DealerName = "Lewis Motors of Daylight, Inc."
RegionID = "MIDWEST"
DealerID = "4858"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option754 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option754
}

x =755
subcat = new Array();
DealerName = "Lipscomb Auto Group"
RegionID = "MIDWEST"
DealerID = "4893"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option755 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option755
}

x =756
subcat = new Array();
DealerName = "Logic Auto Sales"
RegionID = "MIDWEST"
DealerID = "3192"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option756 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option756
}

x =757
subcat = new Array();
DealerName = "Loop Auto Sales and Service"
RegionID = "MIDWEST"
DealerID = "4405"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option757 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option757
}

x =758
subcat = new Array();
DealerName = "Losacco Motors"
RegionID = "MIDWEST"
DealerID = "2609"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option758 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option758
}

x =759
subcat = new Array();
DealerName = "Louie Dominion's Deals on Wheels"
RegionID = "MIDWEST"
DealerID = "2998"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option759 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option759
}

x =760
subcat = new Array();
DealerName = "Lumberts Auto Sales"
RegionID = "MIDWEST"
DealerID = "4299"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option760 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option760
}

x =761
subcat = new Array();
DealerName = "Luxury Auto Depot"
RegionID = "MIDWEST"
DealerID = "47"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option761 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option761
}

x =762
subcat = new Array();
DealerName = "Mahomet Car Connection"
RegionID = "MIDWEST"
DealerID = "4974"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option762 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option762
}

x =763
subcat = new Array();
DealerName = "Maranatha Auto Inc"
RegionID = "MIDWEST"
DealerID = "2141"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option763 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option763
}

x =764
subcat = new Array();
DealerName = "Marion Auto Sales"
RegionID = "MIDWEST"
DealerID = "2417"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option764 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option764
}

x =765
subcat = new Array();
DealerName = "Maverick Motors"
RegionID = "MIDWEST"
DealerID = "4791"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option765 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option765
}

x =766
subcat = new Array();
DealerName = "McClarans Auto Sales"
RegionID = "MIDWEST"
DealerID = "5029"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option766 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option766
}

x =767
subcat = new Array();
DealerName = "McCormick Auto Place"
RegionID = "MIDWEST"
DealerID = "103"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option767 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option767
}

x =768
subcat = new Array();
DealerName = "McCubbin Motors"
RegionID = "MIDWEST"
DealerID = "5309"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option768 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option768
}

x =769
subcat = new Array();
DealerName = "McKean Auto"
RegionID = "MIDWEST"
DealerID = "4187"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option769 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option769
}

x =770
subcat = new Array();
DealerName = "Mendenhall Roy"
RegionID = "MIDWEST"
DealerID = "4456"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option770 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option770
}

x =771
subcat = new Array();
DealerName = "Metro Auto Traders Inc."
RegionID = "MIDWEST"
DealerID = "5833"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option771 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option771
}

x =772
subcat = new Array();
DealerName = "Mid Missouri Auto Works"
RegionID = "MIDWEST"
DealerID = "5518"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option772 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option772
}

x =773
subcat = new Array();
DealerName = "Mid-America Auto Group LLC"
RegionID = "MIDWEST"
DealerID = "4821"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option773 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option773
}

x =774
subcat = new Array();
DealerName = "Midway Auto"
RegionID = "MIDWEST"
DealerID = "2521"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option774 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option774
}

x =775
subcat = new Array();
DealerName = "Midway Autohaus"
RegionID = "MIDWEST"
DealerID = "1914"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option775 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option775
}

x =776
subcat = new Array();
DealerName = "Midwest Auto Wholesalers"
RegionID = "MIDWEST"
DealerID = "6049"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option776 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option776
}

x =777
subcat = new Array();
DealerName = "Midwest Car Search & Service"
RegionID = "MIDWEST"
DealerID = "4368"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option777 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option777
}

x =778
subcat = new Array();
DealerName = "Midwest Motors"
RegionID = "MIDWEST"
DealerID = "5905"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option778 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option778
}

x =779
subcat = new Array();
DealerName = "Mill Creek Auto Sales"
RegionID = "MIDWEST"
DealerID = "3256"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option779 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option779
}

x =780
subcat = new Array();
DealerName = "Millennium Auto Sales"
RegionID = "MIDWEST"
DealerID = "132"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option780 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option780
}

x =781
subcat = new Array();
DealerName = "Miller Motors"
RegionID = "MIDWEST"
DealerID = "5580"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option781 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option781
}

x =782
subcat = new Array();
DealerName = "Miracle Mile Motors"
RegionID = "MIDWEST"
DealerID = "6197"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option782 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option782
}

x =783
subcat = new Array();
DealerName = "MMC Ford"
RegionID = "MIDWEST"
DealerID = "5587"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option783 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option783
}

x =784
subcat = new Array();
DealerName = "Montgomery Auto Group"
RegionID = "MIDWEST"
DealerID = "2892"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option784 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option784
}

x =785
subcat = new Array();
DealerName = "Mo's Auto Sales"
RegionID = "MIDWEST"
DealerID = "2989"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option785 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option785
}

x =786
subcat = new Array();
DealerName = "Moser Motor Sales"
RegionID = "MIDWEST"
DealerID = "4872"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option786 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option786
}

x =787
subcat = new Array();
DealerName = "Motor World Auto Superstore"
RegionID = "MIDWEST"
DealerID = "1946"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option787 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option787
}

x =788
subcat = new Array();
DealerName = "MotorMax of GR"
RegionID = "MIDWEST"
DealerID = "4884"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option788 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option788
}

x =789
subcat = new Array();
DealerName = "Mount Motors"
RegionID = "MIDWEST"
DealerID = "2497"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option789 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option789
}

x =790
subcat = new Array();
DealerName = "Murphy Motors"
RegionID = "MIDWEST"
DealerID = "5528"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option790 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option790
}

x =791
subcat = new Array();
DealerName = "National Car Mart, Inc."
RegionID = "MIDWEST"
DealerID = "4991"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option791 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option791
}

x =792
subcat = new Array();
DealerName = "Nikles"
RegionID = "MIDWEST"
DealerID = "3141"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option792 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option792
}

x =793
subcat = new Array();
DealerName = "North Coast Auto"
RegionID = "MIDWEST"
DealerID = "4882"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option793 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option793
}

x =794
subcat = new Array();
DealerName = "North East Auto Credit"
RegionID = "MIDWEST"
DealerID = "4779"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option794 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option794
}

x =795
subcat = new Array();
DealerName = "North Main Motors"
RegionID = "MIDWEST"
DealerID = "4575"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option795 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option795
}

x =796
subcat = new Array();
DealerName = "Northgate Cars"
RegionID = "MIDWEST"
DealerID = "167"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option796 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option796
}

x =797
subcat = new Array();
DealerName = "Northland Auto Center"
RegionID = "MIDWEST"
DealerID = "2879"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option797 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option797
}

x =798
subcat = new Array();
DealerName = "Northtowne Motors"
RegionID = "MIDWEST"
DealerID = "2175"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option798 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option798
}

x =799
subcat = new Array();
DealerName = "Northwood Auto Sales"
RegionID = "MIDWEST"
DealerID = "5056"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option799 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option799
}

x =800
subcat = new Array();
DealerName = "Ntek Auto Sales"
RegionID = "MIDWEST"
DealerID = "2607"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option800 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option800
}

x =801
subcat = new Array();
DealerName = "O.D.R Auto Parts and Salvage LLC"
RegionID = "MIDWEST"
DealerID = "6001"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option801 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option801
}

x =802
subcat = new Array();
DealerName = "Oakley Auto World"
RegionID = "MIDWEST"
DealerID = "110"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option802 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option802
}

x =803
subcat = new Array();
DealerName = "Offutt Motor Sales, Inc."
RegionID = "MIDWEST"
DealerID = "4761"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option803 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option803
}

x =804
subcat = new Array();
DealerName = "Ol Mac Motors"
RegionID = "MIDWEST"
DealerID = "5933"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option804 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option804
}

x =805
subcat = new Array();
DealerName = "Ole Auto Sales"
RegionID = "MIDWEST"
DealerID = "5778"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option805 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option805
}

x =806
subcat = new Array();
DealerName = "Omni Auto Sales"
RegionID = "MIDWEST"
DealerID = "5018"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option806 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option806
}

x =807
subcat = new Array();
DealerName = "One Stop Auto Sales"
RegionID = "MIDWEST"
DealerID = "5261"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option807 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option807
}

x =808
subcat = new Array();
DealerName = "Onex Motors"
RegionID = "MIDWEST"
DealerID = "6093"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option808 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option808
}

x =809
subcat = new Array();
DealerName = "Oswego Motors"
RegionID = "MIDWEST"
DealerID = "5077"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option809 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option809
}

x =810
subcat = new Array();
DealerName = "Palatine Auto Mart"
RegionID = "MIDWEST"
DealerID = "2566"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option810 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option810
}

x =811
subcat = new Array();
DealerName = "Patriot Sales"
RegionID = "MIDWEST"
DealerID = "52"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option811 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option811
}

x =812
subcat = new Array();
DealerName = "Pat's Auto Sales"
RegionID = "MIDWEST"
DealerID = "4078"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option812 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option812
}

x =813
subcat = new Array();
DealerName = "Patton Automotive"
RegionID = "MIDWEST"
DealerID = "429"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option813 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option813
}

x =814
subcat = new Array();
DealerName = "Payton Place Auto"
RegionID = "MIDWEST"
DealerID = "5477"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option814 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option814
}

x =815
subcat = new Array();
DealerName = "Peacock Motors"
RegionID = "MIDWEST"
DealerID = "4327"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option815 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option815
}

x =816
subcat = new Array();
DealerName = "Pearson Motor Company"
RegionID = "MIDWEST"
DealerID = "2463"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option816 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option816
}

x =817
subcat = new Array();
DealerName = "Pence Automotive Sales & Service"
RegionID = "MIDWEST"
DealerID = "4780"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option817 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option817
}

x =818
subcat = new Array();
DealerName = "Perry Frank's Auto Sales"
RegionID = "MIDWEST"
DealerID = "2963"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option818 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option818
}

x =819
subcat = new Array();
DealerName = "Pete Franklin Best Cars KC"
RegionID = "MIDWEST"
DealerID = "6204"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option819 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option819
}

x =820
subcat = new Array();
DealerName = "Petersen Chrysler Jeep Dodge"
RegionID = "MIDWEST"
DealerID = "4287"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option820 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option820
}

x =821
subcat = new Array();
DealerName = "Pioneer Village"
RegionID = "MIDWEST"
DealerID = "5700"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option821 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option821
}

x =822
subcat = new Array();
DealerName = "Platinum Auto Group Inc."
RegionID = "MIDWEST"
DealerID = "3552"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option822 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option822
}

x =823
subcat = new Array();
DealerName = "Poland Sales & Service, Inc."
RegionID = "MIDWEST"
DealerID = "4760"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option823 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option823
}

x =824
subcat = new Array();
DealerName = "Pre Owned Imports"
RegionID = "MIDWEST"
DealerID = "4987"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option824 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option824
}

x =825
subcat = new Array();
DealerName = "Premier Auto Group"
RegionID = "MIDWEST"
DealerID = "4709"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option825 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option825
}

x =826
subcat = new Array();
DealerName = "Premier Auto Outlet"
RegionID = "MIDWEST"
DealerID = "5107"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option826 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option826
}

x =827
subcat = new Array();
DealerName = "Premier Auto Sales"
RegionID = "MIDWEST"
DealerID = "3632"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option827 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option827
}

x =828
subcat = new Array();
DealerName = "Premiership Motors LTD"
RegionID = "MIDWEST"
DealerID = "6404"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option828 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option828
}

x =829
subcat = new Array();
DealerName = "Prestige Euro Cars"
RegionID = "MIDWEST"
DealerID = "4415"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option829 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option829
}

x =830
subcat = new Array();
DealerName = "Price Auto Sales"
RegionID = "MIDWEST"
DealerID = "3589"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option830 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option830
}

x =831
subcat = new Array();
DealerName = "Price Right Cars and Trucks"
RegionID = "MIDWEST"
DealerID = "5514"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option831 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option831
}

x =832
subcat = new Array();
DealerName = "Pro Car Auto Group Inc."
RegionID = "MIDWEST"
DealerID = "5364"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option832 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option832
}

x =833
subcat = new Array();
DealerName = "ProTech Auto Sales and Service"
RegionID = "MIDWEST"
DealerID = "4823"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option833 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option833
}

x =834
subcat = new Array();
DealerName = "Quality Auto Center"
RegionID = "MIDWEST"
DealerID = "4814"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option834 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option834
}

x =835
subcat = new Array();
DealerName = "Quality Pre-Owned Automotive"
RegionID = "MIDWEST"
DealerID = "5881"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option835 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option835
}

x =836
subcat = new Array();
DealerName = "Quest Auto Sales"
RegionID = "MIDWEST"
DealerID = "3116"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option836 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option836
}

x =837
subcat = new Array();
DealerName = "Quick Credit Auto Sales Inc."
RegionID = "MIDWEST"
DealerID = "5909"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option837 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option837
}

x =838
subcat = new Array();
DealerName = "R&R Motors"
RegionID = "MIDWEST"
DealerID = "2573"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option838 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option838
}

x =839
subcat = new Array();
DealerName = "R.K. Belt & Sons, Inc."
RegionID = "MIDWEST"
DealerID = "5193"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option839 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option839
}

x =840
subcat = new Array();
DealerName = "RAG Motors"
RegionID = "MIDWEST"
DealerID = "3886"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option840 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option840
}

x =841
subcat = new Array();
DealerName = "Raider-Nation Autoplex, LLC"
RegionID = "MIDWEST"
DealerID = "5583"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option841 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option841
}

x =842
subcat = new Array();
DealerName = "Rallye Import Automotive Inc."
RegionID = "MIDWEST"
DealerID = "5860"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option842 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option842
}

x =843
subcat = new Array();
DealerName = "Rallye Motors"
RegionID = "MIDWEST"
DealerID = "3969"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option843 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option843
}

x =844
subcat = new Array();
DealerName = "Reedy Ford"
RegionID = "MIDWEST"
DealerID = "4431"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option844 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option844
}

x =845
subcat = new Array();
DealerName = "Reliable Auto Sales LLC"
RegionID = "MIDWEST"
DealerID = "4647"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option845 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option845
}

x =846
subcat = new Array();
DealerName = "Reliable Imports and RV"
RegionID = "MIDWEST"
DealerID = "6133"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option846 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option846
}

x =847
subcat = new Array();
DealerName = "Retek Auto Sales"
RegionID = "MIDWEST"
DealerID = "1746"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option847 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option847
}

x =848
subcat = new Array();
DealerName = "Revolutionary Car Credit"
RegionID = "MIDWEST"
DealerID = "6011"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option848 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option848
}

x =849
subcat = new Array();
DealerName = "Revolutionary Car Credit of Columbus"
RegionID = "MIDWEST"
DealerID = "6516"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option849 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option849
}

x =850
subcat = new Array();
DealerName = "Ricks 501 Motors"
RegionID = "MIDWEST"
DealerID = "3845"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option850 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option850
}

x =851
subcat = new Array();
DealerName = "Right Deal Autos"
RegionID = "MIDWEST"
DealerID = "2151"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option851 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option851
}

x =852
subcat = new Array();
DealerName = "Rindler Automotive"
RegionID = "MIDWEST"
DealerID = "6050"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option852 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option852
}

x =853
subcat = new Array();
DealerName = "River Valley Motors"
RegionID = "MIDWEST"
DealerID = "4233"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option853 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option853
}

x =854
subcat = new Array();
DealerName = "River's Edge Motors"
RegionID = "MIDWEST"
DealerID = "6225"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option854 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option854
}

x =855
subcat = new Array();
DealerName = "Robert Lee Auto Sales"
RegionID = "MIDWEST"
DealerID = "2189"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option855 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option855
}

x =856
subcat = new Array();
DealerName = "Robin's Truck Sales"
RegionID = "MIDWEST"
DealerID = "6187"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option856 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option856
}

x =857
subcat = new Array();
DealerName = "Rocket Auto Sales"
RegionID = "MIDWEST"
DealerID = "258"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option857 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option857
}

x =858
subcat = new Array();
DealerName = "Roger Williams Auto Sales"
RegionID = "MIDWEST"
DealerID = "4352"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option858 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option858
}

x =859
subcat = new Array();
DealerName = "Roger Wilson Motors Inc"
RegionID = "MIDWEST"
DealerID = "2728"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option859 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option859
}

x =860
subcat = new Array();
DealerName = "Rolling Hills Outlet Center"
RegionID = "MIDWEST"
DealerID = "5469"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option860 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option860
}

x =861
subcat = new Array();
DealerName = "Ron Greenwell Auto Sales"
RegionID = "MIDWEST"
DealerID = "248"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option861 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option861
}

x =862
subcat = new Array();
DealerName = "Rose Auto Group"
RegionID = "MIDWEST"
DealerID = "6166"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option862 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option862
}

x =863
subcat = new Array();
DealerName = "Roselle Motors, Inc."
RegionID = "MIDWEST"
DealerID = "89"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option863 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option863
}

x =864
subcat = new Array();
DealerName = "Ross's Auto Sales"
RegionID = "MIDWEST"
DealerID = "3770"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option864 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option864
}

x =865
subcat = new Array();
DealerName = "Route 4 Auto Store"
RegionID = "MIDWEST"
DealerID = "5114"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option865 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option865
}

x =866
subcat = new Array();
DealerName = "Route 41 Budget Auto"
RegionID = "MIDWEST"
DealerID = "5466"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option866 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option866
}

x =867
subcat = new Array();
DealerName = "Route 66 Auto Mart"
RegionID = "MIDWEST"
DealerID = "2631"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option867 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option867
}

x =868
subcat = new Array();
DealerName = "Royal Auto Chicago"
RegionID = "MIDWEST"
DealerID = "2274"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option868 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option868
}

x =869
subcat = new Array();
DealerName = "Royal Five Auto Sales"
RegionID = "MIDWEST"
DealerID = "229"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option869 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option869
}

x =870
subcat = new Array();
DealerName = "Royal Motors"
RegionID = "MIDWEST"
DealerID = "444"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option870 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option870
}

x =871
subcat = new Array();
DealerName = "S&M Auto Sales"
RegionID = "MIDWEST"
DealerID = "2222"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option871 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option871
}

x =872
subcat = new Array();
DealerName = "Sal's Auto Sales"
RegionID = "MIDWEST"
DealerID = "6195"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option872 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option872
}

x =873
subcat = new Array();
DealerName = "Sam's Auto Sales"
RegionID = "MIDWEST"
DealerID = "6118"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option873 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option873
}

x =874
subcat = new Array();
DealerName = "Sebald's Ford"
RegionID = "MIDWEST"
DealerID = "4606"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option874 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option874
}

x =875
subcat = new Array();
DealerName = "Select Auto"
RegionID = "MIDWEST"
DealerID = "3866"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option875 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option875
}

x =876
subcat = new Array();
DealerName = "Select Motors"
RegionID = "MIDWEST"
DealerID = "3601"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option876 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option876
}

x =877
subcat = new Array();
DealerName = "Select Motors Certified"
RegionID = "MIDWEST"
DealerID = "3822"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option877 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option877
}

x =878
subcat = new Array();
DealerName = "Sellersburg Auto Sales"
RegionID = "MIDWEST"
DealerID = "3049"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option878 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option878
}

x =879
subcat = new Array();
DealerName = "Sharpin Motor Sales"
RegionID = "MIDWEST"
DealerID = "5202"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option879 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option879
}

x =880
subcat = new Array();
DealerName = "Shaver Preferred Motors"
RegionID = "MIDWEST"
DealerID = "5351"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option880 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option880
}

x =881
subcat = new Array();
DealerName = "Show Me Auto Mall"
RegionID = "MIDWEST"
DealerID = "4897"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option881 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option881
}

x =882
subcat = new Array();
DealerName = "Showen Motors"
RegionID = "MIDWEST"
DealerID = "3550"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option882 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option882
}

x =883
subcat = new Array();
DealerName = "SI Vallett Auto Sales"
RegionID = "MIDWEST"
DealerID = "5817"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option883 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option883
}

x =884
subcat = new Array();
DealerName = "Sid's East Side Auto Sales"
RegionID = "MIDWEST"
DealerID = "4162"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option884 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option884
}

x =885
subcat = new Array();
DealerName = "Siemer Auto Center Fremont"
RegionID = "MIDWEST"
DealerID = "4228"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option885 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option885
}

x =886
subcat = new Array();
DealerName = "Sims Car Mall"
RegionID = "MIDWEST"
DealerID = "5816"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option886 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option886
}

x =887
subcat = new Array();
DealerName = "Slone Automotive"
RegionID = "MIDWEST"
DealerID = "6396"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option887 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option887
}

x =888
subcat = new Array();
DealerName = "Smart Choice Auto Sales"
RegionID = "MIDWEST"
DealerID = "4846"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option888 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option888
}

x =889
subcat = new Array();
DealerName = "Solid Rock Auto Group "
RegionID = "MIDWEST"
DealerID = "4885"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option889 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option889
}

x =890
subcat = new Array();
DealerName = "Southern Ohio Sales"
RegionID = "MIDWEST"
DealerID = "2547"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option890 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option890
}

x =891
subcat = new Array();
DealerName = "Southland Auto Sales"
RegionID = "MIDWEST"
DealerID = "3178"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option891 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option891
}

x =892
subcat = new Array();
DealerName = "Southpoint Motors"
RegionID = "MIDWEST"
DealerID = "4146"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option892 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option892
}

x =893
subcat = new Array();
DealerName = "Southwest Sales"
RegionID = "MIDWEST"
DealerID = "4147"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option893 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option893
}

x =894
subcat = new Array();
DealerName = "Sowards Trailers LLC."
RegionID = "MIDWEST"
DealerID = "5436"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option894 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option894
}

x =895
subcat = new Array();
DealerName = "Springfield Imports"
RegionID = "MIDWEST"
DealerID = "4151"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option895 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option895
}

x =896
subcat = new Array();
DealerName = "Springfield Preowned"
RegionID = "MIDWEST"
DealerID = "5618"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option896 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option896
}

x =897
subcat = new Array();
DealerName = "St. Marys Chrysler Dodge Jeep, Inc"
RegionID = "MIDWEST"
DealerID = "6088"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option897 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option897
}

x =898
subcat = new Array();
DealerName = "Stan's Auto Sales Inc."
RegionID = "MIDWEST"
DealerID = "5032"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option898 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option898
}

x =899
subcat = new Array();
DealerName = "Stark Auto Group"
RegionID = "MIDWEST"
DealerID = "4735"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option899 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option899
}

x =900
subcat = new Array();
DealerName = "Stark Auto Sales"
RegionID = "MIDWEST"
DealerID = "6044"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option900 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option900
}

x =901
subcat = new Array();
DealerName = "Starr's Cars & Truck, Inc"
RegionID = "MIDWEST"
DealerID = "2958"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option901 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option901
}

x =902
subcat = new Array();
DealerName = "State Street Auto Sales"
RegionID = "MIDWEST"
DealerID = "5190"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option902 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option902
}

x =903
subcat = new Array();
DealerName = "Steve Winkler Chevrolet"
RegionID = "MIDWEST"
DealerID = "6320"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option903 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option903
}

x =904
subcat = new Array();
DealerName = "Stewart Motors"
RegionID = "MIDWEST"
DealerID = "5633"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option904 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option904
}

x =905
subcat = new Array();
DealerName = "Stewart's Auto Sales"
RegionID = "MIDWEST"
DealerID = "5313"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option905 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option905
}

x =906
subcat = new Array();
DealerName = "Stricker Auto Sales"
RegionID = "MIDWEST"
DealerID = "3123"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option906 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option906
}

x =907
subcat = new Array();
DealerName = "Sturgeon Enterprise"
RegionID = "MIDWEST"
DealerID = "5893"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option907 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option907
}

x =908
subcat = new Array();
DealerName = "Suburban Motors Inc."
RegionID = "MIDWEST"
DealerID = "4578"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option908 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option908
}

x =909
subcat = new Array();
DealerName = "Summit Auto & Cycle"
RegionID = "MIDWEST"
DealerID = "4365"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option909 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option909
}

x =910
subcat = new Array();
DealerName = "Summit City Chevy"
RegionID = "MIDWEST"
DealerID = "4959"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option910 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option910
}

x =911
subcat = new Array();
DealerName = "Tab Auto Brokers"
RegionID = "MIDWEST"
DealerID = "6330"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option911 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option911
}

x =912
subcat = new Array();
DealerName = "Tansky Motors"
RegionID = "MIDWEST"
DealerID = "3784"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option912 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option912
}

x =913
subcat = new Array();
DealerName = "Target Auto Group"
RegionID = "MIDWEST"
DealerID = "3046"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option913 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option913
}

x =914
subcat = new Array();
DealerName = "Tauke Motors Inc."
RegionID = "MIDWEST"
DealerID = "4474"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option914 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option914
}

x =915
subcat = new Array();
DealerName = "TCC"
RegionID = "MIDWEST"
DealerID = "5536"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option915 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option915
}

x =916
subcat = new Array();
DealerName = "Team Auto Sales"
RegionID = "MIDWEST"
DealerID = "4082"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option916 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option916
}

x =917
subcat = new Array();
DealerName = "Teamray Motorsports Inc."
RegionID = "MIDWEST"
DealerID = "4180"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option917 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option917
}

x =918
subcat = new Array();
DealerName = "Teutopolis Auto Sales"
RegionID = "MIDWEST"
DealerID = "3688"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option918 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option918
}

x =919
subcat = new Array();
DealerName = "The Automall of Effingham"
RegionID = "MIDWEST"
DealerID = "4084"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option919 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option919
}

x =920
subcat = new Array();
DealerName = "The Car Oasis"
RegionID = "MIDWEST"
DealerID = "3284"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option920 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option920
}

x =921
subcat = new Array();
DealerName = "The Car Warehouse"
RegionID = "MIDWEST"
DealerID = "5711"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option921 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option921
}

x =922
subcat = new Array();
DealerName = "Tim's Car & Truck Sales"
RegionID = "MIDWEST"
DealerID = "6393"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option922 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option922
}

x =923
subcat = new Array();
DealerName = "Tim's Muffler and Auto Outlet"
RegionID = "MIDWEST"
DealerID = "2981"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option923 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option923
}

x =924
subcat = new Array();
DealerName = "Tippecanoe Motors Inc."
RegionID = "MIDWEST"
DealerID = "5464"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option924 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option924
}

x =925
subcat = new Array();
DealerName = "Tipton Ford, Inc."
RegionID = "MIDWEST"
DealerID = "6296"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option925 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option925
}

x =926
subcat = new Array();
DealerName = "Titan Auto Sales"
RegionID = "MIDWEST"
DealerID = "2592"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option926 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option926
}

x =927
subcat = new Array();
DealerName = "TNT Auto Sales & Service Inc."
RegionID = "MIDWEST"
DealerID = "3479"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option927 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option927
}

x =928
subcat = new Array();
DealerName = "Tracy's Sportline Auto Sales"
RegionID = "MIDWEST"
DealerID = "4514"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option928 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option928
}

x =929
subcat = new Array();
DealerName = "Trader Motor Co"
RegionID = "MIDWEST"
DealerID = "6386"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option929 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option929
}

x =930
subcat = new Array();
DealerName = "Tremont Car Connection"
RegionID = "MIDWEST"
DealerID = "2458"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option930 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option930
}

x =931
subcat = new Array();
DealerName = "Tri Point Automotive"
RegionID = "MIDWEST"
DealerID = "3752"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option931 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option931
}

x =932
subcat = new Array();
DealerName = "Trucks N More"
RegionID = "MIDWEST"
DealerID = "3842"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option932 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option932
}

x =933
subcat = new Array();
DealerName = "Twin City Auto"
RegionID = "MIDWEST"
DealerID = "6107"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option933 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option933
}

x =934
subcat = new Array();
DealerName = "Two Car Guys"
RegionID = "MIDWEST"
DealerID = "3735"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option934 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option934
}

x =935
subcat = new Array();
DealerName = "Two O's Motor Sales"
RegionID = "MIDWEST"
DealerID = "4953"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option935 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option935
}

x =936
subcat = new Array();
DealerName = "Tyme Auto"
RegionID = "MIDWEST"
DealerID = "75"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option936 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option936
}

x =937
subcat = new Array();
DealerName = "U S Motors"
RegionID = "MIDWEST"
DealerID = "5790"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option937 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option937
}

x =938
subcat = new Array();
DealerName = "UM Autos"
RegionID = "MIDWEST"
DealerID = "3603"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option938 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option938
}

x =939
subcat = new Array();
DealerName = "US 30 Automotive"
RegionID = "MIDWEST"
DealerID = "2595"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option939 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option939
}

x =940
subcat = new Array();
DealerName = "USA Auto & Truck"
RegionID = "MIDWEST"
DealerID = "3397"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option940 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option940
}

x =941
subcat = new Array();
DealerName = "Used Car Motor Mall of Grand Rapids"
RegionID = "MIDWEST"
DealerID = "3188"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option941 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option941
}

x =942
subcat = new Array();
DealerName = "Used Car Supermarket"
RegionID = "MIDWEST"
DealerID = "5117"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option942 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option942
}

x =943
subcat = new Array();
DealerName = "Vallery Chevrolet Inc."
RegionID = "MIDWEST"
DealerID = "5081"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option943 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option943
}

x =944
subcat = new Array();
DealerName = "Vallery Ford"
RegionID = "MIDWEST"
DealerID = "6370"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option944 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option944
}

x =945
subcat = new Array();
DealerName = "Valley Imports"
RegionID = "MIDWEST"
DealerID = "5916"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option945 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option945
}

x =946
subcat = new Array();
DealerName = "Valley Motors"
RegionID = "MIDWEST"
DealerID = "156"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option946 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option946
}

x =947
subcat = new Array();
DealerName = "Value 1 Auto Sales"
RegionID = "MIDWEST"
DealerID = "3235"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option947 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option947
}

x =948
subcat = new Array();
DealerName = "Vandemark"
RegionID = "MIDWEST"
DealerID = "4040"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option948 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option948
}

x =949
subcat = new Array();
DealerName = "Velishek Auto Sales Inc."
RegionID = "MIDWEST"
DealerID = "3221"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option949 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option949
}

x =950
subcat = new Array();
DealerName = "Velocity Motors, Inc."
RegionID = "MIDWEST"
DealerID = "4443"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option950 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option950
}

x =951
subcat = new Array();
DealerName = "Vern Laures Auto Center"
RegionID = "MIDWEST"
DealerID = "6400"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option951 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option951
}

x =952
subcat = new Array();
DealerName = "Victor Auto Group Inc."
RegionID = "MIDWEST"
DealerID = "4264"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option952 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option952
}

x =953
subcat = new Array();
DealerName = "Vizachero Motors"
RegionID = "MIDWEST"
DealerID = "3388"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option953 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option953
}

x =954
subcat = new Array();
DealerName = "Walcutt Automotive"
RegionID = "MIDWEST"
DealerID = "4796"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option954 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option954
}

x =955
subcat = new Array();
DealerName = "Wally's Auto Sales"
RegionID = "MIDWEST"
DealerID = "5591"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option955 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option955
}

x =956
subcat = new Array();
DealerName = "Warehouse Auto Company Inc."
RegionID = "MIDWEST"
DealerID = "5674"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option956 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option956
}

x =957
subcat = new Array();
DealerName = "Warrick Motor Company"
RegionID = "MIDWEST"
DealerID = "4706"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option957 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option957
}

x =958
subcat = new Array();
DealerName = "Wayland Motor Sales"
RegionID = "MIDWEST"
DealerID = "4354"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option958 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option958
}

x =959
subcat = new Array();
DealerName = "Waynesville Automart"
RegionID = "MIDWEST"
DealerID = "3675"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option959 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option959
}

x =960
subcat = new Array();
DealerName = "Wedgewoode Sports and Imports"
RegionID = "MIDWEST"
DealerID = "3163"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option960 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option960
}

x =961
subcat = new Array();
DealerName = "Wehr Ford"
RegionID = "MIDWEST"
DealerID = "5764"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option961 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option961
}

x =962
subcat = new Array();
DealerName = "Weinle Auto Sales East"
RegionID = "MIDWEST"
DealerID = "4046"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option962 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option962
}

x =963
subcat = new Array();
DealerName = "Weinle Auto Sales, Inc."
RegionID = "MIDWEST"
DealerID = "4167"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option963 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option963
}

x =964
subcat = new Array();
DealerName = "West Coliseum Auto Sales"
RegionID = "MIDWEST"
DealerID = "6043"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option964 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option964
}

x =965
subcat = new Array();
DealerName = "West Main Select Auto Sales"
RegionID = "MIDWEST"
DealerID = "5435"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option965 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option965
}

x =966
subcat = new Array();
DealerName = "West Oak Inc."
RegionID = "MIDWEST"
DealerID = "3914"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option966 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option966
}

x =967
subcat = new Array();
DealerName = "West Side Auto Sales"
RegionID = "MIDWEST"
DealerID = "5462"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option967 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option967
}

x =968
subcat = new Array();
DealerName = "Westfield Motor Sales"
RegionID = "MIDWEST"
DealerID = "4085"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option968 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option968
}

x =969
subcat = new Array();
DealerName = "Westport Chry Dodge New & Used"
RegionID = "MIDWEST"
DealerID = "1867"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option969 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option969
}

x =970
subcat = new Array();
DealerName = "Wheels & Deals"
RegionID = "MIDWEST"
DealerID = "2910"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option970 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option970
}

x =971
subcat = new Array();
DealerName = "White Allen European Auto"
RegionID = "MIDWEST"
DealerID = "3678"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option971 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option971
}

x =972
subcat = new Array();
DealerName = "White Auto Exchange"
RegionID = "MIDWEST"
DealerID = "5253"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option972 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option972
}

x =973
subcat = new Array();
DealerName = "White Motor Co."
RegionID = "MIDWEST"
DealerID = "4453"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option973 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option973
}

x =974
subcat = new Array();
DealerName = "Wholesale Motor Cars & Leasing"
RegionID = "MIDWEST"
DealerID = "5471"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option974 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option974
}

x =975
subcat = new Array();
DealerName = "Wildwood Motors"
RegionID = "MIDWEST"
DealerID = "4014"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option975 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option975
}

x =976
subcat = new Array();
DealerName = "Wingert Motors Car Dealer"
RegionID = "MIDWEST"
DealerID = "6255"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option976 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option976
}

x =977
subcat = new Array();
DealerName = "Winner's Circle Auto Center"
RegionID = "MIDWEST"
DealerID = "4127"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option977 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option977
}

x =978
subcat = new Array();
DealerName = "Wizz By Auto Sales"
RegionID = "MIDWEST"
DealerID = "5051"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option978 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option978
}

x =979
subcat = new Array();
DealerName = "World Auto Network Inc."
RegionID = "MIDWEST"
DealerID = "3215"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option979 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option979
}

x =980
subcat = new Array();
DealerName = "Wright Motor Company"
RegionID = "MIDWEST"
DealerID = "4301"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option980 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option980
}

x =981
subcat = new Array();
DealerName = "Wright Motor Company South"
RegionID = "MIDWEST"
DealerID = "5070"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option981 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option981
}

x =982
subcat = new Array();
DealerName = "XL1 Motorsports"
RegionID = "MIDWEST"
DealerID = "41"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option982 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option982
}

x =983
subcat = new Array();
DealerName = "Xtreme Used Cars"
RegionID = "MIDWEST"
DealerID = "4145"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option983 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option983
}

x =984
subcat = new Array();
DealerName = "Yono Brokerage Services, Inc."
RegionID = "MIDWEST"
DealerID = "6143"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option984 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option984
}

x =985
subcat = new Array();
DealerName = "Zac's Auto Sales"
RegionID = "MIDWEST"
DealerID = "5101"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option985 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option985
}

x =986
subcat = new Array();
DealerName = "Zeller Motor Co."
RegionID = "MIDWEST"
DealerID = "4369"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option986 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option986
}

x =987
subcat = new Array();
DealerName = "Zimmerman Houdek Used Car Center"
RegionID = "MIDWEST"
DealerID = "5991"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option987 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option987
}

x =988
subcat = new Array();
DealerName = "ZImports"
RegionID = "MIDWEST"
DealerID = "139"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option988 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option988
}

x =989
subcat = new Array();
DealerName = "All New England States Dealers"
RegionID = "NEWENG"
DealerID =  ""
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option989 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option989
}

x =990
subcat = new Array();
DealerName = "5minutecarloans.com"
RegionID = "NEWENG"
DealerID = "4787"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option990 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option990
}

x =991
subcat = new Array();
DealerName = "777 Auto"
RegionID = "NEWENG"
DealerID = "4822"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option991 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option991
}

x =992
subcat = new Array();
DealerName = "A.R.E Auto Sales"
RegionID = "NEWENG"
DealerID = "4845"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option992 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option992
}

x =993
subcat = new Array();
DealerName = "A-1 Auto Brokers "
RegionID = "NEWENG"
DealerID = "4681"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option993 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option993
}

x =994
subcat = new Array();
DealerName = "Acord Auto Inc."
RegionID = "NEWENG"
DealerID = "5277"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option994 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option994
}

x =995
subcat = new Array();
DealerName = "AJ's Auto Sales Inc."
RegionID = "NEWENG"
DealerID = "6299"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option995 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option995
}

x =996
subcat = new Array();
DealerName = "AKJ Auto Sales"
RegionID = "NEWENG"
DealerID = "6428"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option996 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option996
}

x =997
subcat = new Array();
DealerName = "All Motors Group"
RegionID = "NEWENG"
DealerID = "5111"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option997 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option997
}

x =998
subcat = new Array();
DealerName = "Allston Motor Sports"
RegionID = "NEWENG"
DealerID = "5439"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option998 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option998
}

x =999
subcat = new Array();
DealerName = "AlphaCars"
RegionID = "NEWENG"
DealerID = "2347"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option999 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option999
}

x =1000
subcat = new Array();
DealerName = "Auto Mall Inc."
RegionID = "NEWENG"
DealerID = "5904"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1000 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1000
}

x =1001
subcat = new Array();
DealerName = "Auto Mart Quality Trucks & Cars"
RegionID = "NEWENG"
DealerID = "4852"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1001 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1001
}

x =1002
subcat = new Array();
DealerName = "Auto Tech Service"
RegionID = "NEWENG"
DealerID = "4990"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1002 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1002
}

x =1003
subcat = new Array();
DealerName = "Auto-Choice Car & Truck Sales"
RegionID = "NEWENG"
DealerID = "3728"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1003 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1003
}

x =1004
subcat = new Array();
DealerName = "Automania"
RegionID = "NEWENG"
DealerID = "5320"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1004 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1004
}

x =1005
subcat = new Array();
DealerName = "Autos Unlimited"
RegionID = "NEWENG"
DealerID = "5741"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1005 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1005
}

x =1006
subcat = new Array();
DealerName = "B&B Auto Sales"
RegionID = "NEWENG"
DealerID = "4547"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1006 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1006
}

x =1007
subcat = new Array();
DealerName = "Barber's Auto Sales"
RegionID = "NEWENG"
DealerID = "3257"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1007 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1007
}

x =1008
subcat = new Array();
DealerName = "Beverly Farms Motors"
RegionID = "NEWENG"
DealerID = "5304"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1008 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1008
}

x =1009
subcat = new Array();
DealerName = "Blakes Southern Autos"
RegionID = "NEWENG"
DealerID = "5165"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1009 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1009
}

x =1010
subcat = new Array();
DealerName = "Bloomfield Garage, Inc."
RegionID = "NEWENG"
DealerID = "153"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1010 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1010
}

x =1011
subcat = new Array();
DealerName = "Bossi's Automotive Sales and Service"
RegionID = "NEWENG"
DealerID = "3344"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1011 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1011
}

x =1012
subcat = new Array();
DealerName = "Brillant Motors"
RegionID = "NEWENG"
DealerID = "3144"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1012 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1012
}

x =1013
subcat = new Array();
DealerName = "Buddys Auto Sales"
RegionID = "NEWENG"
DealerID = "4468"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1013 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1013
}

x =1014
subcat = new Array();
DealerName = "Cambridge Chevrolet Honda"
RegionID = "NEWENG"
DealerID = "1751"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1014 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1014
}

x =1015
subcat = new Array();
DealerName = "Cape Cod Auto Connection"
RegionID = "NEWENG"
DealerID = "2370"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1015 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1015
}

x =1016
subcat = new Array();
DealerName = "Chelmsford Street Auto"
RegionID = "NEWENG"
DealerID = "4272"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1016 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1016
}

x =1017
subcat = new Array();
DealerName = "Chris's Auto Wholesalers"
RegionID = "NEWENG"
DealerID = "2982"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1017 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1017
}

x =1018
subcat = new Array();
DealerName = "CJ's Auto Village, Inc."
RegionID = "NEWENG"
DealerID = "5142"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1018 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1018
}

x =1019
subcat = new Array();
DealerName = "Columbian Street Auto"
RegionID = "NEWENG"
DealerID = "5100"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1019 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1019
}

x =1020
subcat = new Array();
DealerName = "Corey Motors"
RegionID = "NEWENG"
DealerID = "5349"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1020 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1020
}

x =1021
subcat = new Array();
DealerName = "Countryside Auto"
RegionID = "NEWENG"
DealerID = "5036"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1021 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1021
}

x =1022
subcat = new Array();
DealerName = "Credit Auto Sale"
RegionID = "NEWENG"
DealerID = "5847"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1022 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1022
}

x =1023
subcat = new Array();
DealerName = "Crossen Auto Wholesalers"
RegionID = "NEWENG"
DealerID = "2706"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1023 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1023
}

x =1024
subcat = new Array();
DealerName = "D'Agostino Motors Ltd."
RegionID = "NEWENG"
DealerID = "5256"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1024 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1024
}

x =1025
subcat = new Array();
DealerName = "Deals 4 Wheels Inc"
RegionID = "NEWENG"
DealerID = "6124"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1025 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1025
}

x =1026
subcat = new Array();
DealerName = "DNK Select Cars & Trucks "
RegionID = "NEWENG"
DealerID = "4013"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1026 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1026
}

x =1027
subcat = new Array();
DealerName = "Done Deal Motors, Inc."
RegionID = "NEWENG"
DealerID = "5413"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1027 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1027
}

x =1028
subcat = new Array();
DealerName = "East Granby Motors"
RegionID = "NEWENG"
DealerID = "3743"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1028 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1028
}

x =1029
subcat = new Array();
DealerName = "Farmington Auto Park"
RegionID = "NEWENG"
DealerID = "2829"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1029 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1029
}

x =1030
subcat = new Array();
DealerName = "Foley Motorsports"
RegionID = "NEWENG"
DealerID = "3673"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1030 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1030
}

x =1031
subcat = new Array();
DealerName = "Greg's Used Cars and Service"
RegionID = "NEWENG"
DealerID = "2966"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1031 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1031
}

x =1032
subcat = new Array();
DealerName = "Haverhill Motorcars, Inc."
RegionID = "NEWENG"
DealerID = "118"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1032 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1032
}

x =1033
subcat = new Array();
DealerName = "Hermon Motor Co."
RegionID = "NEWENG"
DealerID = "5958"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1033 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1033
}

x =1034
subcat = new Array();
DealerName = "Husson Motors"
RegionID = "NEWENG"
DealerID = "5664"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1034 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1034
}

x =1035
subcat = new Array();
DealerName = "Imports Unlimited"
RegionID = "NEWENG"
DealerID = "4103"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1035 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1035
}

x =1036
subcat = new Array();
DealerName = "Jim's Auto Sales"
RegionID = "NEWENG"
DealerID = "5312"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1036 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1036
}

x =1037
subcat = new Array();
DealerName = "K & J Auto Sales"
RegionID = "NEWENG"
DealerID = "5047"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1037 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1037
}

x =1038
subcat = new Array();
DealerName = "Keating Brothers Motors Inc."
RegionID = "NEWENG"
DealerID = "6075"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1038 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1038
}

x =1039
subcat = new Array();
DealerName = "Leavitt Brothers Auto"
RegionID = "NEWENG"
DealerID = "4756"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1039 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1039
}

x =1040
subcat = new Array();
DealerName = "Lee Motor Sales"
RegionID = "NEWENG"
DealerID = "4674"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1040 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1040
}

x =1041
subcat = new Array();
DealerName = "LFS Auto Sales"
RegionID = "NEWENG"
DealerID = "5819"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1041 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1041
}

x =1042
subcat = new Array();
DealerName = "Lowell Used Auto Sales"
RegionID = "NEWENG"
DealerID = "5888"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1042 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1042
}

x =1043
subcat = new Array();
DealerName = "Lynnway Auto Sales Inc"
RegionID = "NEWENG"
DealerID = "5740"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1043 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1043
}

x =1044
subcat = new Array();
DealerName = "MacKoul's Cars Inc."
RegionID = "NEWENG"
DealerID = "5780"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1044 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1044
}

x =1045
subcat = new Array();
DealerName = "Maine Wholesale Direct"
RegionID = "NEWENG"
DealerID = "5043"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1045 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1045
}

x =1046
subcat = new Array();
DealerName = "Mark's Motors Inc."
RegionID = "NEWENG"
DealerID = "6355"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1046 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1046
}

x =1047
subcat = new Array();
DealerName = "Micklin Auto Sales"
RegionID = "NEWENG"
DealerID = "4306"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1047 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1047
}

x =1048
subcat = new Array();
DealerName = "Millennium Motors "
RegionID = "NEWENG"
DealerID = "4926"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1048 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1048
}

x =1049
subcat = new Array();
DealerName = "Motor Mart Auto Sales"
RegionID = "NEWENG"
DealerID = "4434"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1049 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1049
}

x =1050
subcat = new Array();
DealerName = "Motta Auto Sales"
RegionID = "NEWENG"
DealerID = "5321"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1050 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1050
}

x =1051
subcat = new Array();
DealerName = "New Meadows Auto Sales"
RegionID = "NEWENG"
DealerID = "3348"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1051 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1051
}

x =1052
subcat = new Array();
DealerName = "North East Auto Mall"
RegionID = "NEWENG"
DealerID = "5787"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1052 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1052
}

x =1053
subcat = new Array();
DealerName = "Ossipee Trail Motor Sales"
RegionID = "NEWENG"
DealerID = "3982"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1053 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1053
}

x =1054
subcat = new Array();
DealerName = "Pre-Owned Auto Sales Inc."
RegionID = "NEWENG"
DealerID = "4727"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1054 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1054
}

x =1055
subcat = new Array();
DealerName = "Ralph's Auto Center"
RegionID = "NEWENG"
DealerID = "6162"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1055 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1055
}

x =1056
subcat = new Array();
DealerName = "Road Ready Used Cars"
RegionID = "NEWENG"
DealerID = "2855"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1056 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1056
}

x =1057
subcat = new Array();
DealerName = "Route 138 Motor Car Company"
RegionID = "NEWENG"
DealerID = "5734"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1057 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1057
}

x =1058
subcat = new Array();
DealerName = "Sabattus Auto and Truck Store"
RegionID = "NEWENG"
DealerID = "2120"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1058 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1058
}

x =1059
subcat = new Array();
DealerName = "Sabets Auto Sales"
RegionID = "NEWENG"
DealerID = "4992"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1059 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1059
}

x =1060
subcat = new Array();
DealerName = "Salisbury Auto Center"
RegionID = "NEWENG"
DealerID = "5510"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1060 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1060
}

x =1061
subcat = new Array();
DealerName = "Sandy Motors Inc"
RegionID = "NEWENG"
DealerID = "3655"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1061 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1061
}

x =1062
subcat = new Array();
DealerName = "Seacoast Wholesale"
RegionID = "NEWENG"
DealerID = "123"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1062 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1062
}

x =1063
subcat = new Array();
DealerName = "Shep's Auto LLC"
RegionID = "NEWENG"
DealerID = "5260"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1063 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1063
}

x =1064
subcat = new Array();
DealerName = "Sonya's Fine Cars at Countryside"
RegionID = "NEWENG"
DealerID = "5416"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1064 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1064
}

x =1065
subcat = new Array();
DealerName = "South Shore Auto Sales"
RegionID = "NEWENG"
DealerID = "3226"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1065 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1065
}

x =1066
subcat = new Array();
DealerName = "Stateline Auto Brokers"
RegionID = "NEWENG"
DealerID = "4777"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1066 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1066
}

x =1067
subcat = new Array();
DealerName = "Supreme Auto Sales"
RegionID = "NEWENG"
DealerID = "3118"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1067 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1067
}

x =1068
subcat = new Array();
DealerName = "The Garage"
RegionID = "NEWENG"
DealerID = "5551"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1068 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1068
}

x =1069
subcat = new Array();
DealerName = "The Highline Group"
RegionID = "NEWENG"
DealerID = "4021"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1069 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1069
}

x =1070
subcat = new Array();
DealerName = "Thrifty Car Mart Inc."
RegionID = "NEWENG"
DealerID = "5868"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1070 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1070
}

x =1071
subcat = new Array();
DealerName = "Tony's Auto Works Sales & Service"
RegionID = "NEWENG"
DealerID = "5160"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1071 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1071
}

x =1072
subcat = new Array();
DealerName = "Washington Motor Cars"
RegionID = "NEWENG"
DealerID = "5066"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1072 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1072
}

x =1073
subcat = new Array();
DealerName = "Westfield Auto Mall"
RegionID = "NEWENG"
DealerID = "5742"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1073 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1073
}

x =1074
subcat = new Array();
DealerName = "All Southern States Dealers"
RegionID = "SOUTH"
DealerID =  ""
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1074 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1074
}

x =1075
subcat = new Array();
DealerName = "1st Choice Autos"
RegionID = "SOUTH"
DealerID = "6134"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1075 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1075
}

x =1076
subcat = new Array();
DealerName = "1st Choice Motors"
RegionID = "SOUTH"
DealerID = "4626"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1076 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1076
}

x =1077
subcat = new Array();
DealerName = "1st Class Autos"
RegionID = "SOUTH"
DealerID = "6095"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1077 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1077
}

x =1078
subcat = new Array();
DealerName = "1st Financial Auto"
RegionID = "SOUTH"
DealerID = "6194"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1078 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1078
}

x =1079
subcat = new Array();
DealerName = "1st Financial Services & Automotive Sales"
RegionID = "SOUTH"
DealerID = "5750"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1079 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1079
}

x =1080
subcat = new Array();
DealerName = "2 B's Auto Sales"
RegionID = "SOUTH"
DealerID = "5357"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1080 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1080
}

x =1081
subcat = new Array();
DealerName = "2000 AUTO"
RegionID = "SOUTH"
DealerID = "3535"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1081 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1081
}

x =1082
subcat = new Array();
DealerName = "2nd Chance Auto NC"
RegionID = "SOUTH"
DealerID = "5805"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1082 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1082
}

x =1083
subcat = new Array();
DealerName = "44 Auto Mart"
RegionID = "SOUTH"
DealerID = "338"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1083 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1083
}

x =1084
subcat = new Array();
DealerName = "502 Motoring LLC"
RegionID = "SOUTH"
DealerID = "2207"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1084 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1084
}

x =1085
subcat = new Array();
DealerName = "7 Stars Auto Sales"
RegionID = "SOUTH"
DealerID = "5318"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1085 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1085
}

x =1086
subcat = new Array();
DealerName = "A & G Auto Inc"
RegionID = "SOUTH"
DealerID = "3547"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1086 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1086
}

x =1087
subcat = new Array();
DealerName = "A & G Auto Inc. #2"
RegionID = "SOUTH"
DealerID = "3584"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1087 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1087
}

x =1088
subcat = new Array();
DealerName = "A C T Auto Brokers"
RegionID = "SOUTH"
DealerID = "4012"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1088 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1088
}

x =1089
subcat = new Array();
DealerName = "A-1 Auto Finance"
RegionID = "SOUTH"
DealerID = "5620"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1089 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1089
}

x =1090
subcat = new Array();
DealerName = "Aaron's Autos"
RegionID = "SOUTH"
DealerID = "3253"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1090 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1090
}

x =1091
subcat = new Array();
DealerName = "Abawa and Sons"
RegionID = "SOUTH"
DealerID = "176"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1091 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1091
}

x =1092
subcat = new Array();
DealerName = "Acadian Used Cars"
RegionID = "SOUTH"
DealerID = "6394"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1092 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1092
}

x =1093
subcat = new Array();
DealerName = "Access Auto"
RegionID = "SOUTH"
DealerID = "3986"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1093 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1093
}

x =1094
subcat = new Array();
DealerName = "Action Auto"
RegionID = "SOUTH"
DealerID = "4792"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1094 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1094
}

x =1095
subcat = new Array();
DealerName = "Action Auto Sales"
RegionID = "SOUTH"
DealerID = "4271"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1095 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1095
}

x =1096
subcat = new Array();
DealerName = "Adcox Imports"
RegionID = "SOUTH"
DealerID = "3526"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1096 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1096
}

x =1097
subcat = new Array();
DealerName = "Advantage Motors of Oklahoma"
RegionID = "SOUTH"
DealerID = "4048"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1097 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1097
}

x =1098
subcat = new Array();
DealerName = "Affordable Used Cars & Trucks"
RegionID = "SOUTH"
DealerID = "3488"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1098 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1098
}

x =1099
subcat = new Array();
DealerName = "Alex Montgomery Chevrolet/GMC"
RegionID = "SOUTH"
DealerID = "2562"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1099 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1099
}

x =1100
subcat = new Array();
DealerName = "Alex Montgomery Inc"
RegionID = "SOUTH"
DealerID = "2536"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1100 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1100
}

x =1101
subcat = new Array();
DealerName = "Alex Montgomery's Used Cars"
RegionID = "SOUTH"
DealerID = "2974"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1101 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1101
}

x =1102
subcat = new Array();
DealerName = "All Approved Auto"
RegionID = "SOUTH"
DealerID = "5154"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1102 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1102
}

x =1103
subcat = new Array();
DealerName = "All Out Auto"
RegionID = "SOUTH"
DealerID = "2082"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1103 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1103
}

x =1104
subcat = new Array();
DealerName = "All Seasons Auto Sales"
RegionID = "SOUTH"
DealerID = "5597"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1104 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1104
}

x =1105
subcat = new Array();
DealerName = "Allen Auto Sales"
RegionID = "SOUTH"
DealerID = "1739"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1105 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1105
}

x =1106
subcat = new Array();
DealerName = "Allen Samuels Dodge Chrysler Jeep Of Katy"
RegionID = "SOUTH"
DealerID = "1811"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1106 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1106
}

x =1107
subcat = new Array();
DealerName = "Amana Auto Care Center"
RegionID = "SOUTH"
DealerID = "3657"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1107 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1107
}

x =1108
subcat = new Array();
DealerName = "American Wholesale"
RegionID = "SOUTH"
DealerID = "5724"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1108 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1108
}

x =1109
subcat = new Array();
DealerName = "AMG Motors"
RegionID = "SOUTH"
DealerID = "5707"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1109 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1109
}

x =1110
subcat = new Array();
DealerName = "Anchor Auto of Raleigh"
RegionID = "SOUTH"
DealerID = "4696"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1110 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1110
}

x =1111
subcat = new Array();
DealerName = "Anchor Auto Sales"
RegionID = "SOUTH"
DealerID = "172"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1111 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1111
}

x =1112
subcat = new Array();
DealerName = "Anderson Motors"
RegionID = "SOUTH"
DealerID = "5814"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1112 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1112
}

x =1113
subcat = new Array();
DealerName = "Andy's Auto Sales"
RegionID = "SOUTH"
DealerID = "5272"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1113 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1113
}

x =1114
subcat = new Array();
DealerName = "Anthony Underwood Automotive"
RegionID = "SOUTH"
DealerID = "3794"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1114 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1114
}

x =1115
subcat = new Array();
DealerName = "Any Car USA"
RegionID = "SOUTH"
DealerID = "5953"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1115 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1115
}

x =1116
subcat = new Array();
DealerName = "Anything On Wheels"
RegionID = "SOUTH"
DealerID = "6358"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1116 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1116
}

x =1117
subcat = new Array();
DealerName = "Appalachian Auto Sales"
RegionID = "SOUTH"
DealerID = "4979"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1117 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1117
}

x =1118
subcat = new Array();
DealerName = "Approved Auto of America"
RegionID = "SOUTH"
DealerID = "5697"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1118 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1118
}

x =1119
subcat = new Array();
DealerName = "Ardmore Auto Sales"
RegionID = "SOUTH"
DealerID = "5113"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1119 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1119
}

x =1120
subcat = new Array();
DealerName = "ASAP Motors LLC"
RegionID = "SOUTH"
DealerID = "5258"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1120 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1120
}

x =1121
subcat = new Array();
DealerName = "Atlanta Used Cars Lilburn"
RegionID = "SOUTH"
DealerID = "5568"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1121 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1121
}

x =1122
subcat = new Array();
DealerName = "Atlanta Used Cars Marietta"
RegionID = "SOUTH"
DealerID = "5567"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1122 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1122
}

x =1123
subcat = new Array();
DealerName = "Atlanta's Best Auto Brokers"
RegionID = "SOUTH"
DealerID = "5671"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1123 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1123
}

x =1124
subcat = new Array();
DealerName = "Atlantic Coast Autos LLC"
RegionID = "SOUTH"
DealerID = "3943"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1124 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1124
}

x =1125
subcat = new Array();
DealerName = "ATLAutos.com"
RegionID = "SOUTH"
DealerID = "5899"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1125 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1125
}

x =1126
subcat = new Array();
DealerName = "Austin Hinds Motors"
RegionID = "SOUTH"
DealerID = "4868"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1126 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1126
}

x =1127
subcat = new Array();
DealerName = "Auto Brokers of Nashville"
RegionID = "SOUTH"
DealerID = "242"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1127 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1127
}

x =1128
subcat = new Array();
DealerName = "Auto Choices"
RegionID = "SOUTH"
DealerID = "4531"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1128 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1128
}

x =1129
subcat = new Array();
DealerName = "Auto Club of Broward"
RegionID = "SOUTH"
DealerID = "2554"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1129 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1129
}

x =1130
subcat = new Array();
DealerName = "Auto Club of Miami"
RegionID = "SOUTH"
DealerID = "2555"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1130 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1130
}

x =1131
subcat = new Array();
DealerName = "Auto Credit Center"
RegionID = "SOUTH"
DealerID = "5986"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1131 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1131
}

x =1132
subcat = new Array();
DealerName = "Auto CreditMax"
RegionID = "SOUTH"
DealerID = "5329"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1132 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1132
}

x =1133
subcat = new Array();
DealerName = "Auto Deals LLC"
RegionID = "SOUTH"
DealerID = "2816"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1133 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1133
}

x =1134
subcat = new Array();
DealerName = "Auto Depot Farmville"
RegionID = "SOUTH"
DealerID = "3700"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1134 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1134
}

x =1135
subcat = new Array();
DealerName = "Auto Dimensions"
RegionID = "SOUTH"
DealerID = "301"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1135 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1135
}

x =1136
subcat = new Array();
DealerName = "Auto Exchange"
RegionID = "SOUTH"
DealerID = "5755"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1136 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1136
}

x =1137
subcat = new Array();
DealerName = "Auto Express "
RegionID = "SOUTH"
DealerID = "4537"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1137 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1137
}

x =1138
subcat = new Array();
DealerName = "Auto Finance"
RegionID = "SOUTH"
DealerID = "4539"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1138 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1138
}

x =1139
subcat = new Array();
DealerName = "Auto Gallery"
RegionID = "SOUTH"
DealerID = "2645"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1139 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1139
}

x =1140
subcat = new Array();
DealerName = "Auto Link USA"
RegionID = "SOUTH"
DealerID = "4451"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1140 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1140
}

x =1141
subcat = new Array();
DealerName = "Auto Locators"
RegionID = "SOUTH"
DealerID = "5082"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1141 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1141
}

x =1142
subcat = new Array();
DealerName = "Auto Locators Inc"
RegionID = "SOUTH"
DealerID = "2533"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1142 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1142
}

x =1143
subcat = new Array();
DealerName = "Auto Mart"
RegionID = "SOUTH"
DealerID = "82"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1143 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1143
}

x =1144
subcat = new Array();
DealerName = "Auto Mart of Henderson"
RegionID = "SOUTH"
DealerID = "335"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1144 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1144
}

x =1145
subcat = new Array();
DealerName = "Auto Plaza, Inc."
RegionID = "SOUTH"
DealerID = "2498"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1145 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1145
}

x =1146
subcat = new Array();
DealerName = "Auto Sales No Credit Check LLC"
RegionID = "SOUTH"
DealerID = "5482"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1146 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1146
}

x =1147
subcat = new Array();
DealerName = "Auto Select"
RegionID = "SOUTH"
DealerID = "2255"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1147 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1147
}

x =1148
subcat = new Array();
DealerName = "Auto Smart"
RegionID = "SOUTH"
DealerID = "412"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1148 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1148
}

x =1149
subcat = new Array();
DealerName = "Auto Smart 3"
RegionID = "SOUTH"
DealerID = "5797"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1149 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1149
}

x =1150
subcat = new Array();
DealerName = "Auto Smart of Campbellsville"
RegionID = "SOUTH"
DealerID = "3172"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1150 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1150
}

x =1151
subcat = new Array();
DealerName = "Auto Smart of Leitchfield"
RegionID = "SOUTH"
DealerID = "3115"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1151 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1151
}

x =1152
subcat = new Array();
DealerName = "Auto Smart On Preston"
RegionID = "SOUTH"
DealerID = "3098"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1152 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1152
}

x =1153
subcat = new Array();
DealerName = "Auto Solution"
RegionID = "SOUTH"
DealerID = "5565"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1153 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1153
}

x =1154
subcat = new Array();
DealerName = "Auto Solutions"
RegionID = "SOUTH"
DealerID = "304"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1154 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1154
}

x =1155
subcat = new Array();
DealerName = "Auto Sports"
RegionID = "SOUTH"
DealerID = "3801"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1155 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1155
}

x =1156
subcat = new Array();
DealerName = "Auto Track"
RegionID = "SOUTH"
DealerID = "3885"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1156 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1156
}

x =1157
subcat = new Array();
DealerName = "Auto Xchange"
RegionID = "SOUTH"
DealerID = "271"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1157 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1157
}

x =1158
subcat = new Array();
DealerName = "autobankcenter.net"
RegionID = "SOUTH"
DealerID = "2423"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1158 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1158
}

x =1159
subcat = new Array();
DealerName = "Automax Atlanta"
RegionID = "SOUTH"
DealerID = "6040"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1159 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1159
}

x =1160
subcat = new Array();
DealerName = "Automax of Jonesboro"
RegionID = "SOUTH"
DealerID = "4068"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1160 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1160
}

x =1161
subcat = new Array();
DealerName = "AutoMax of Memphis"
RegionID = "SOUTH"
DealerID = "5643"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1161 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1161
}

x =1162
subcat = new Array();
DealerName = "Automotive Connection"
RegionID = "SOUTH"
DealerID = "3956"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1162 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1162
}

x =1163
subcat = new Array();
DealerName = "Autoplex Import"
RegionID = "SOUTH"
DealerID = "60"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1163 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1163
}

x =1164
subcat = new Array();
DealerName = "AutoWise Car Sales"
RegionID = "SOUTH"
DealerID = "5227"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1164 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1164
}

x =1165
subcat = new Array();
DealerName = "Autoworks of Knoxville"
RegionID = "SOUTH"
DealerID = "4826"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1165 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1165
}

x =1166
subcat = new Array();
DealerName = "B & B Automotive"
RegionID = "SOUTH"
DealerID = "6218"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1166 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1166
}

x =1167
subcat = new Array();
DealerName = "B & B Ford Inc."
RegionID = "SOUTH"
DealerID = "5104"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1167 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1167
}

x =1168
subcat = new Array();
DealerName = "B & B Motors"
RegionID = "SOUTH"
DealerID = "3148"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1168 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1168
}

x =1169
subcat = new Array();
DealerName = "B & D Used Cars"
RegionID = "SOUTH"
DealerID = "5393"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1169 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1169
}

x =1170
subcat = new Array();
DealerName = "B & T Auto Sales"
RegionID = "SOUTH"
DealerID = "5956"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1170 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1170
}

x =1171
subcat = new Array();
DealerName = "Barattini Quality Cars & Trucks, Inc."
RegionID = "SOUTH"
DealerID = "4329"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1171 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1171
}

x =1172
subcat = new Array();
DealerName = "Barroso Auto Sales"
RegionID = "SOUTH"
DealerID = "4439"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1172 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1172
}

x =1173
subcat = new Array();
DealerName = "Baseline Auto Sales"
RegionID = "SOUTH"
DealerID = "2870"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1173 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1173
}

x =1174
subcat = new Array();
DealerName = "Bates Ford"
RegionID = "SOUTH"
DealerID = "1835"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1174 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1174
}

x =1175
subcat = new Array();
DealerName = "Batson Motors"
RegionID = "SOUTH"
DealerID = "3307"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1175 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1175
}

x =1176
subcat = new Array();
DealerName = "Bayshore Chrysler Jeep Dodge Ram"
RegionID = "SOUTH"
DealerID = "6462"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1176 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1176
}

x =1177
subcat = new Array();
DealerName = "Beach City Motors"
RegionID = "SOUTH"
DealerID = "3612"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1177 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1177
}

x =1178
subcat = new Array();
DealerName = "Beaver's Pre-Owned Honda"
RegionID = "SOUTH"
DealerID = "5390"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1178 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1178
}

x =1179
subcat = new Array();
DealerName = "Belmonte Auto Imports"
RegionID = "SOUTH"
DealerID = "2140"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1179 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1179
}

x =1180
subcat = new Array();
DealerName = "Benji Auto Sales"
RegionID = "SOUTH"
DealerID = "2516"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1180 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1180
}

x =1181
subcat = new Array();
DealerName = "Ben's Auto Sales"
RegionID = "SOUTH"
DealerID = "3021"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1181 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1181
}

x =1182
subcat = new Array();
DealerName = "Berryville Ford"
RegionID = "SOUTH"
DealerID = "5561"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1182 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1182
}

x =1183
subcat = new Array();
DealerName = "Best Buy Auto Inc"
RegionID = "SOUTH"
DealerID = "1992"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1183 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1183
}

x =1184
subcat = new Array();
DealerName = "Best Deals Auto Sales"
RegionID = "SOUTH"
DealerID = "6357"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1184 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1184
}

x =1185
subcat = new Array();
DealerName = "Best of Clinton, Inc."
RegionID = "SOUTH"
DealerID = "3430"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1185 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1185
}

x =1186
subcat = new Array();
DealerName = "Best Used Cars, Inc."
RegionID = "SOUTH"
DealerID = "3324"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1186 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1186
}

x =1187
subcat = new Array();
DealerName = "Big Blue Autos"
RegionID = "SOUTH"
DealerID = "155"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1187 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1187
}

x =1188
subcat = new Array();
DealerName = "Big Blue Motor Sales"
RegionID = "SOUTH"
DealerID = "3339"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1188 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1188
}

x =1189
subcat = new Array();
DealerName = "Big Tex Autoplex"
RegionID = "SOUTH"
DealerID = "4288"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1189 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1189
}

x =1190
subcat = new Array();
DealerName = "Bill Haven Cars Inc"
RegionID = "SOUTH"
DealerID = "2089"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1190 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1190
}

x =1191
subcat = new Array();
DealerName = "Bill Owens Auto Sales"
RegionID = "SOUTH"
DealerID = "2638"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1191 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1191
}

x =1192
subcat = new Array();
DealerName = "Billy Ray Taylor Auto Sales"
RegionID = "SOUTH"
DealerID = "2336"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1192 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1192
}

x =1193
subcat = new Array();
DealerName = "Biltmore Motor Corp"
RegionID = "SOUTH"
DealerID = "2567"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1193 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1193
}

x =1194
subcat = new Array();
DealerName = "Black's Automotive LLC"
RegionID = "SOUTH"
DealerID = "3627"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1194 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1194
}

x =1195
subcat = new Array();
DealerName = "Blackwell's Auto & Truck Sales"
RegionID = "SOUTH"
DealerID = "2965"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1195 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1195
}

x =1196
subcat = new Array();
DealerName = "Blaney's Pre-Owned"
RegionID = "SOUTH"
DealerID = "3283"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1196 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1196
}

x =1197
subcat = new Array();
DealerName = "Blazer Motors"
RegionID = "SOUTH"
DealerID = "5626"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1197 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1197
}

x =1198
subcat = new Array();
DealerName = "Blount Motors"
RegionID = "SOUTH"
DealerID = "4447"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1198 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1198
}

x =1199
subcat = new Array();
DealerName = "Bolen Auto Sales"
RegionID = "SOUTH"
DealerID = "4658"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1199 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1199
}

x =1200
subcat = new Array();
DealerName = "Bolin Ford, Inc"
RegionID = "SOUTH"
DealerID = "4580"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1200 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1200
}

x =1201
subcat = new Array();
DealerName = "Bolufe Auto Sales"
RegionID = "SOUTH"
DealerID = "2374"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1201 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1201
}

x =1202
subcat = new Array();
DealerName = "Boomers Truck's  SUV's, LLC"
RegionID = "SOUTH"
DealerID = "3951"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1202 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1202
}

x =1203
subcat = new Array();
DealerName = "Boss Motor Co."
RegionID = "SOUTH"
DealerID = "3949"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1203 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1203
}

x =1204
subcat = new Array();
DealerName = "Boulevard Auto Sales"
RegionID = "SOUTH"
DealerID = "2429"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1204 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1204
}

x =1205
subcat = new Array();
DealerName = "Boulevard Pre-Owned"
RegionID = "SOUTH"
DealerID = "5926"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1205 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1205
}

x =1206
subcat = new Array();
DealerName = "Bowen Wholesale Cars"
RegionID = "SOUTH"
DealerID = "5809"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1206 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1206
}

x =1207
subcat = new Array();
DealerName = "Boykin Motors"
RegionID = "SOUTH"
DealerID = "381"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1207 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1207
}

x =1208
subcat = new Array();
DealerName = "Bradley Creek Imports"
RegionID = "SOUTH"
DealerID = "5030"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1208 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1208
}

x =1209
subcat = new Array();
DealerName = "Brady Automotive"
RegionID = "SOUTH"
DealerID = "3528"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1209 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1209
}

x =1210
subcat = new Array();
DealerName = "Brady Car & Truck Center"
RegionID = "SOUTH"
DealerID = "6392"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1210 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1210
}

x =1211
subcat = new Array();
DealerName = "Brandt Auto Brokers"
RegionID = "SOUTH"
DealerID = "2508"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1211 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1211
}

x =1212
subcat = new Array();
DealerName = "Brewer Motor Company"
RegionID = "SOUTH"
DealerID = "3811"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1212 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1212
}

x =1213
subcat = new Array();
DealerName = "Bridgeport Auto Mart Inc"
RegionID = "SOUTH"
DealerID = "3062"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1213 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1213
}

x =1214
subcat = new Array();
DealerName = "Brother's Auto Sales"
RegionID = "SOUTH"
DealerID = "3001"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1214 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1214
}

x =1215
subcat = new Array();
DealerName = "Browning Chevrolet-GMC Truck, Inc."
RegionID = "SOUTH"
DealerID = "5015"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1215 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1215
}

x =1216
subcat = new Array();
DealerName = "Brown's Ford"
RegionID = "SOUTH"
DealerID = "6297"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1216 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1216
}

x =1217
subcat = new Array();
DealerName = "Bruce Woodring Auto Sales"
RegionID = "SOUTH"
DealerID = "1747"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1217 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1217
}

x =1218
subcat = new Array();
DealerName = "Buddy's Auto Sales"
RegionID = "SOUTH"
DealerID = "6012"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1218 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1218
}

x =1219
subcat = new Array();
DealerName = "Budget Car Sales"
RegionID = "SOUTH"
DealerID = "5540"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1219 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1219
}

x =1220
subcat = new Array();
DealerName = "Buy Toyotas For Less"
RegionID = "SOUTH"
DealerID = "4137"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1220 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1220
}

x =1221
subcat = new Array();
DealerName = "By-Pass Motors"
RegionID = "SOUTH"
DealerID = "2844"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1221 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1221
}

x =1222
subcat = new Array();
DealerName = "C & K Motors"
RegionID = "SOUTH"
DealerID = "3722"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1222 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1222
}

x =1223
subcat = new Array();
DealerName = "C & N Used Cars"
RegionID = "SOUTH"
DealerID = "2898"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1223 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1223
}

x =1224
subcat = new Array();
DealerName = "C&G Wholesale Auto"
RegionID = "SOUTH"
DealerID = "6372"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1224 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1224
}

x =1225
subcat = new Array();
DealerName = "C&L Motors"
RegionID = "SOUTH"
DealerID = "2217"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1225 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1225
}

x =1226
subcat = new Array();
DealerName = "C&S Auto Sales"
RegionID = "SOUTH"
DealerID = "3296"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1226 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1226
}

x =1227
subcat = new Array();
DealerName = "C.A.R.S. Inc."
RegionID = "SOUTH"
DealerID = "3501"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1227 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1227
}

x =1228
subcat = new Array();
DealerName = "C.R. Cars"
RegionID = "SOUTH"
DealerID = "5176"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1228 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1228
}

x =1229
subcat = new Array();
DealerName = "Cale Rogers Auto Sales"
RegionID = "SOUTH"
DealerID = "3987"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1229 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1229
}

x =1230
subcat = new Array();
DealerName = "Callaway-Young Auto Sales"
RegionID = "SOUTH"
DealerID = "4345"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1230 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1230
}

x =1231
subcat = new Array();
DealerName = "Canton Auto Mart"
RegionID = "SOUTH"
DealerID = "5848"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1231 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1231
}

x =1232
subcat = new Array();
DealerName = "Capital City Motors"
RegionID = "SOUTH"
DealerID = "5527"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1232 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1232
}

x =1233
subcat = new Array();
DealerName = "Capital Toyota"
RegionID = "SOUTH"
DealerID = "3666"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1233 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1233
}

x =1234
subcat = new Array();
DealerName = "Capitol Motors"
RegionID = "SOUTH"
DealerID = "5731"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1234 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1234
}

x =1235
subcat = new Array();
DealerName = "Car & Quest"
RegionID = "SOUTH"
DealerID = "5934"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1235 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1235
}

x =1236
subcat = new Array();
DealerName = "Car Care Auto Sales Inc."
RegionID = "SOUTH"
DealerID = "4530"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1236 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1236
}

x =1237
subcat = new Array();
DealerName = "Car Country"
RegionID = "SOUTH"
DealerID = "5808"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1237 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1237
}

x =1238
subcat = new Array();
DealerName = "Car Finders Inc"
RegionID = "SOUTH"
DealerID = "96"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1238 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1238
}

x =1239
subcat = new Array();
DealerName = "Car Match LLC"
RegionID = "SOUTH"
DealerID = "5785"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1239 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1239
}

x =1240
subcat = new Array();
DealerName = "Carbiz of Tennessee Inc."
RegionID = "SOUTH"
DealerID = "6186"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1240 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1240
}

x =1241
subcat = new Array();
DealerName = "Carfinders"
RegionID = "SOUTH"
DealerID = "2929"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1241 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1241
}

x =1242
subcat = new Array();
DealerName = "Carfinders Auto OUTLET"
RegionID = "SOUTH"
DealerID = "81"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1242 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1242
}

x =1243
subcat = new Array();
DealerName = "Carland Enterprises"
RegionID = "SOUTH"
DealerID = "2367"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1243 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1243
}

x =1244
subcat = new Array();
DealerName = "Carlink Motors"
RegionID = "SOUTH"
DealerID = "319"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1244 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1244
}

x =1245
subcat = new Array();
DealerName = "Carolina Car Sales, Inc."
RegionID = "SOUTH"
DealerID = "6368"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1245 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1245
}

x =1246
subcat = new Array();
DealerName = "Carolina Cars"
RegionID = "SOUTH"
DealerID = "5838"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1246 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1246
}

x =1247
subcat = new Array();
DealerName = "Carolina Coast Imports Inc."
RegionID = "SOUTH"
DealerID = "5474"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1247 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1247
}

x =1248
subcat = new Array();
DealerName = "Carolina Motors"
RegionID = "SOUTH"
DealerID = "4033"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1248 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1248
}

x =1249
subcat = new Array();
DealerName = "Carolina Rent A Car, Inc."
RegionID = "SOUTH"
DealerID = "4946"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1249 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1249
}

x =1250
subcat = new Array();
DealerName = "Carport of Tampa"
RegionID = "SOUTH"
DealerID = "5022"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1250 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1250
}

x =1251
subcat = new Array();
DealerName = "Carrollton Motors"
RegionID = "SOUTH"
DealerID = "3204"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1251 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1251
}

x =1252
subcat = new Array();
DealerName = "Cars 4 U Now"
RegionID = "SOUTH"
DealerID = "6352"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1252 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1252
}

x =1253
subcat = new Array();
DealerName = "Cars Etc "
RegionID = "SOUTH"
DealerID = "4340"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1253 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1253
}

x =1254
subcat = new Array();
DealerName = "Cars Etc."
RegionID = "SOUTH"
DealerID = "5448"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1254 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1254
}

x =1255
subcat = new Array();
DealerName = "Cars of Kentucky"
RegionID = "SOUTH"
DealerID = "201"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1255 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1255
}

x =1256
subcat = new Array();
DealerName = "Cars Plus"
RegionID = "SOUTH"
DealerID = "3245"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1256 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1256
}

x =1257
subcat = new Array();
DealerName = "Carsmart of Mooresville"
RegionID = "SOUTH"
DealerID = "5539"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1257 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1257
}

x =1258
subcat = new Array();
DealerName = "Carter & Anderson Motorsports"
RegionID = "SOUTH"
DealerID = "189"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1258 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1258
}

x =1259
subcat = new Array();
DealerName = "Carter Chevrolet"
RegionID = "SOUTH"
DealerID = "6361"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1259 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1259
}

x =1260
subcat = new Array();
DealerName = "Carter County Jeep Chrysler"
RegionID = "SOUTH"
DealerID = "5516"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1260 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1260
}

x =1261
subcat = new Array();
DealerName = "Carz4you.com"
RegionID = "SOUTH"
DealerID = "6319"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1261 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1261
}

x =1262
subcat = new Array();
DealerName = "CC Used Cars"
RegionID = "SOUTH"
DealerID = "2896"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1262 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1262
}

x =1263
subcat = new Array();
DealerName = "CD Autos"
RegionID = "SOUTH"
DealerID = "5578"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1263 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1263
}

x =1264
subcat = new Array();
DealerName = "Ced's Auto Sales"
RegionID = "SOUTH"
DealerID = "3012"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1264 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1264
}

x =1265
subcat = new Array();
DealerName = "Central Kentucky Truck, Trailer and RV Sales"
RegionID = "SOUTH"
DealerID = "5730"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1265 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1265
}

x =1266
subcat = new Array();
DealerName = "Central Raleigh Auto Sales"
RegionID = "SOUTH"
DealerID = "5661"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1266 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1266
}

x =1267
subcat = new Array();
DealerName = "Champion Motor Co."
RegionID = "SOUTH"
DealerID = "2830"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1267 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1267
}

x =1268
subcat = new Array();
DealerName = "Champion Motors"
RegionID = "SOUTH"
DealerID = "6266"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1268 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1268
}

x =1269
subcat = new Array();
DealerName = "Charles West Auto Sales"
RegionID = "SOUTH"
DealerID = "4942"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1269 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1269
}

x =1270
subcat = new Array();
DealerName = "Cheatham & Cheatham Associates"
RegionID = "SOUTH"
DealerID = "5871"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1270 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1270
}

x =1271
subcat = new Array();
DealerName = "Choice Trucks"
RegionID = "SOUTH"
DealerID = "5339"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1271 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1271
}

x =1272
subcat = new Array();
DealerName = "Chris Polson Automotive"
RegionID = "SOUTH"
DealerID = "5459"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1272 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1272
}

x =1273
subcat = new Array();
DealerName = "Chuck Reynolds Car Co. Inc."
RegionID = "SOUTH"
DealerID = "6435"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1273 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1273
}

x =1274
subcat = new Array();
DealerName = "CIA Autoplex"
RegionID = "SOUTH"
DealerID = "3730"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1274 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1274
}

x =1275
subcat = new Array();
DealerName = "Citi Cars & Trucks"
RegionID = "SOUTH"
DealerID = "3183"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1275 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1275
}

x =1276
subcat = new Array();
DealerName = "City Auto Sales"
RegionID = "SOUTH"
DealerID = "5562"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1276 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1276
}

x =1277
subcat = new Array();
DealerName = "Clark Auto Ranch"
RegionID = "SOUTH"
DealerID = "3193"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1277 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1277
}

x =1278
subcat = new Array();
DealerName = "Clark Cars Inc"
RegionID = "SOUTH"
DealerID = "2801"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1278 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1278
}

x =1279
subcat = new Array();
DealerName = "Classic Connections"
RegionID = "SOUTH"
DealerID = "5952"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1279 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1279
}

x =1280
subcat = new Array();
DealerName = "Classic Motors"
RegionID = "SOUTH"
DealerID = "5649"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1280 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1280
}

x =1281
subcat = new Array();
DealerName = "Classic Motors of Washington D.C."
RegionID = "SOUTH"
DealerID = "5232"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1281 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1281
}

x =1282
subcat = new Array();
DealerName = "Clayton Autos Inc"
RegionID = "SOUTH"
DealerID = "2894"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1282 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1282
}

x =1283
subcat = new Array();
DealerName = "Clayton Motor Co"
RegionID = "SOUTH"
DealerID = "3857"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1283 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1283
}

x =1284
subcat = new Array();
DealerName = "Clayton Motor Company West"
RegionID = "SOUTH"
DealerID = "4642"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1284 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1284
}

x =1285
subcat = new Array();
DealerName = "Clayton Used Cars"
RegionID = "SOUTH"
DealerID = "2897"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1285 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1285
}

x =1286
subcat = new Array();
DealerName = "Clean Car Motors"
RegionID = "SOUTH"
DealerID = "5394"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1286 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1286
}

x =1287
subcat = new Array();
DealerName = "Clean Cars Inc."
RegionID = "SOUTH"
DealerID = "4026"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1287 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1287
}

x =1288
subcat = new Array();
DealerName = "CNG Auto Sales"
RegionID = "SOUTH"
DealerID = "6334"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1288 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1288
}

x =1289
subcat = new Array();
DealerName = "Coastal Automotive Inc"
RegionID = "SOUTH"
DealerID = "2663"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1289 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1289
}

x =1290
subcat = new Array();
DealerName = "Coastal Direct Auto"
RegionID = "SOUTH"
DealerID = "4437"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1290 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1290
}

x =1291
subcat = new Array();
DealerName = "Cole Honda Nissan Subaru Kia"
RegionID = "SOUTH"
DealerID = "3213"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1291 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1291
}

x =1292
subcat = new Array();
DealerName = "Coleman Brothers Motors Inc."
RegionID = "SOUTH"
DealerID = "4507"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1292 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1292
}

x =1293
subcat = new Array();
DealerName = "Coles Automotive Group"
RegionID = "SOUTH"
DealerID = "5283"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1293 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1293
}

x =1294
subcat = new Array();
DealerName = "Collier Ford Inc."
RegionID = "SOUTH"
DealerID = "4318"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1294 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1294
}

x =1295
subcat = new Array();
DealerName = "Colonial Motors"
RegionID = "SOUTH"
DealerID = "4057"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1295 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1295
}

x =1296
subcat = new Array();
DealerName = "Community Cars"
RegionID = "SOUTH"
DealerID = "4905"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1296 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1296
}

x =1297
subcat = new Array();
DealerName = "Continental Motor Group"
RegionID = "SOUTH"
DealerID = "3395"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1297 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1297
}

x =1298
subcat = new Array();
DealerName = "Conyers Auto Max"
RegionID = "SOUTH"
DealerID = "4908"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1298 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1298
}

x =1299
subcat = new Array();
DealerName = "Cooper and Son"
RegionID = "SOUTH"
DealerID = "4238"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1299 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1299
}

x =1300
subcat = new Array();
DealerName = "Cordova Cars"
RegionID = "SOUTH"
DealerID = "4755"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1300 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1300
}

x =1301
subcat = new Array();
DealerName = "Corky's Cars Inc."
RegionID = "SOUTH"
DealerID = "5743"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1301 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1301
}

x =1302
subcat = new Array();
DealerName = "Cornerstone Automotive"
RegionID = "SOUTH"
DealerID = "5773"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1302 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1302
}

x =1303
subcat = new Array();
DealerName = "Country Motors "
RegionID = "SOUTH"
DealerID = "5522"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1303 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1303
}

x =1304
subcat = new Array();
DealerName = "Countryside Motors AR"
RegionID = "SOUTH"
DealerID = "316"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1304 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1304
}

x =1305
subcat = new Array();
DealerName = "Courtesy Automotive"
RegionID = "SOUTH"
DealerID = "5593"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1305 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1305
}

x =1306
subcat = new Array();
DealerName = "Cox Auto Sales LLC"
RegionID = "SOUTH"
DealerID = "2756"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1306 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1306
}

x =1307
subcat = new Array();
DealerName = "Cox Cars"
RegionID = "SOUTH"
DealerID = "4133"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1307 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1307
}

x =1308
subcat = new Array();
DealerName = "Craig and Landreth Cars"
RegionID = "SOUTH"
DealerID = "2487"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1308 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1308
}

x =1309
subcat = new Array();
DealerName = "Craig and Landreth Cars"
RegionID = "SOUTH"
DealerID = "5042"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1309 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1309
}

x =1310
subcat = new Array();
DealerName = "Craig and Landreth Cars - Crestwood"
RegionID = "SOUTH"
DealerID = "6112"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1310 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1310
}

x =1311
subcat = new Array();
DealerName = "Craig and Landreth Cars - Fern Creek"
RegionID = "SOUTH"
DealerID = "5782"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1311 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1311
}

x =1312
subcat = new Array();
DealerName = "Craig and Landreth Cars - Hurstbourne"
RegionID = "SOUTH"
DealerID = "6324"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1312 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1312
}

x =1313
subcat = new Array();
DealerName = "Craig and Landreth Cars - Shepherdsville"
RegionID = "SOUTH"
DealerID = "5828"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1313 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1313
}

x =1314
subcat = new Array();
DealerName = "Crestwood Auto Sales"
RegionID = "SOUTH"
DealerID = "2839"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1314 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1314
}

x =1315
subcat = new Array();
DealerName = "Crossroads Auto Mall"
RegionID = "SOUTH"
DealerID = "6418"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1315 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1315
}

x =1316
subcat = new Array();
DealerName = "Cumberland Ford Lincoln Mercury"
RegionID = "SOUTH"
DealerID = "5994"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1316 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1316
}

x =1317
subcat = new Array();
DealerName = "Curry Bros. Auto Sales"
RegionID = "SOUTH"
DealerID = "4450"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1317 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1317
}

x =1318
subcat = new Array();
DealerName = "DallasFinance4u.com"
RegionID = "SOUTH"
DealerID = "5639"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1318 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1318
}

x =1319
subcat = new Array();
DealerName = "Daniell Motors"
RegionID = "SOUTH"
DealerID = "5084"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1319 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1319
}

x =1320
subcat = new Array();
DealerName = "Danny Lamb's Auto and Truck Center"
RegionID = "SOUTH"
DealerID = "3370"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1320 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1320
}

x =1321
subcat = new Array();
DealerName = "Danville Motors"
RegionID = "SOUTH"
DealerID = "4604"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1321 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1321
}

x =1322
subcat = new Array();
DealerName = "David Dearman Autoplex"
RegionID = "SOUTH"
DealerID = "6391"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1322 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1322
}

x =1323
subcat = new Array();
DealerName = "David Smith Autoland"
RegionID = "SOUTH"
DealerID = "5775"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1323 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1323
}

x =1324
subcat = new Array();
DealerName = "Davis & Williams Automotive Inc."
RegionID = "SOUTH"
DealerID = "2925"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1324 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1324
}

x =1325
subcat = new Array();
DealerName = "Day's Auto Sales"
RegionID = "SOUTH"
DealerID = "3010"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1325 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1325
}

x =1326
subcat = new Array();
DealerName = "Deals on Wheels Auto Mart, LLC"
RegionID = "SOUTH"
DealerID = "3880"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1326 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1326
}

x =1327
subcat = new Array();
DealerName = "Deerfield Auto Sales"
RegionID = "SOUTH"
DealerID = "4064"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1327 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1327
}

x =1328
subcat = new Array();
DealerName = "Deland Kia"
RegionID = "SOUTH"
DealerID = "5041"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1328 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1328
}

x =1329
subcat = new Array();
DealerName = "Desoto Auto Sales"
RegionID = "SOUTH"
DealerID = "5074"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1329 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1329
}

x =1330
subcat = new Array();
DealerName = "Diamond Automotive Group"
RegionID = "SOUTH"
DealerID = "4800"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1330 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1330
}

x =1331
subcat = new Array();
DealerName = "Dick Bailey Motors"
RegionID = "SOUTH"
DealerID = "6325"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1331 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1331
}

x =1332
subcat = new Array();
DealerName = "Diffee Motor Co. Inc."
RegionID = "SOUTH"
DealerID = "3047"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1332 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1332
}

x =1333
subcat = new Array();
DealerName = "Diffee Motor South"
RegionID = "SOUTH"
DealerID = "5714"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1333 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1333
}

x =1334
subcat = new Array();
DealerName = "Direct Off Lease"
RegionID = "SOUTH"
DealerID = "4488"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1334 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1334
}

x =1335
subcat = new Array();
DealerName = "Discount Auto Brokers Inc."
RegionID = "SOUTH"
DealerID = "5132"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1335 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1335
}

x =1336
subcat = new Array();
DealerName = "Discount Auto Center"
RegionID = "SOUTH"
DealerID = "2610"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1336 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1336
}

x =1337
subcat = new Array();
DealerName = "Discount Auto Inc."
RegionID = "SOUTH"
DealerID = "2543"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1337 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1337
}

x =1338
subcat = new Array();
DealerName = "Discount Auto Sales"
RegionID = "SOUTH"
DealerID = "5604"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1338 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1338
}

x =1339
subcat = new Array();
DealerName = "Discount Cars"
RegionID = "SOUTH"
DealerID = "3727"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1339 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1339
}

x =1340
subcat = new Array();
DealerName = "Divine Auto Sales"
RegionID = "SOUTH"
DealerID = "5094"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1340 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1340
}

x =1341
subcat = new Array();
DealerName = "DN Motor Cars"
RegionID = "SOUTH"
DealerID = "5350"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1341 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1341
}

x =1342
subcat = new Array();
DealerName = "Dodd Motor Co."
RegionID = "SOUTH"
DealerID = "4071"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1342 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1342
}

x =1343
subcat = new Array();
DealerName = "Don Franklin Ford Mercury"
RegionID = "SOUTH"
DealerID = "3095"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1343 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1343
}

x =1344
subcat = new Array();
DealerName = "Don's Wholesale"
RegionID = "SOUTH"
DealerID = "5322"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1344 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1344
}

x =1345
subcat = new Array();
DealerName = "Don's Wholesale #3"
RegionID = "SOUTH"
DealerID = "6231"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1345 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1345
}

x =1346
subcat = new Array();
DealerName = "Don's Wholesales #2"
RegionID = "SOUTH"
DealerID = "6061"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1346 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1346
}

x =1347
subcat = new Array();
DealerName = "Doral Cars Outlet"
RegionID = "SOUTH"
DealerID = "4122"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1347 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1347
}

x =1348
subcat = new Array();
DealerName = "Dothan Truck and Auto"
RegionID = "SOUTH"
DealerID = "5397"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1348 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1348
}

x =1349
subcat = new Array();
DealerName = "Doug Dawson Motor Sales"
RegionID = "SOUTH"
DealerID = "6397"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1349 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1349
}

x =1350
subcat = new Array();
DealerName = "Doug Dotson's Champion Auto Mart"
RegionID = "SOUTH"
DealerID = "3500"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1350 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1350
}

x =1351
subcat = new Array();
DealerName = "Downtown Ford"
RegionID = "SOUTH"
DealerID = "3315"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1351 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1351
}

x =1352
subcat = new Array();
DealerName = "Drive NWA"
RegionID = "SOUTH"
DealerID = "5774"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1352 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1352
}

x =1353
subcat = new Array();
DealerName = "Driver Motors"
RegionID = "SOUTH"
DealerID = "5167"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1353 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1353
}

x =1354
subcat = new Array();
DealerName = "Duncan Automotive"
RegionID = "SOUTH"
DealerID = "66"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1354 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1354
}

x =1355
subcat = new Array();
DealerName = "Dupree Motor Co."
RegionID = "SOUTH"
DealerID = "4441"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1355 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1355
}

x =1356
subcat = new Array();
DealerName = "DWG Motors Inc."
RegionID = "SOUTH"
DealerID = "6220"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1356 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1356
}

x =1357
subcat = new Array();
DealerName = "Dwight Adams & Son"
RegionID = "SOUTH"
DealerID = "148"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1357 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1357
}

x =1358
subcat = new Array();
DealerName = "Dyer Auto Sales"
RegionID = "SOUTH"
DealerID = "6426"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1358 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1358
}

x =1359
subcat = new Array();
DealerName = "E Z Drive"
RegionID = "SOUTH"
DealerID = "6063"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1359 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1359
}

x =1360
subcat = new Array();
DealerName = "East Carolina Auto Exchange"
RegionID = "SOUTH"
DealerID = "3626"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1360 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1360
}

x =1361
subcat = new Array();
DealerName = "East Coast Imports"
RegionID = "SOUTH"
DealerID = "3338"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1361 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1361
}

x =1362
subcat = new Array();
DealerName = "Easy Way Used Cars"
RegionID = "SOUTH"
DealerID = "2888"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1362 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1362
}

x =1363
subcat = new Array();
DealerName = "Economy Honda"
RegionID = "SOUTH"
DealerID = "1756"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1363 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1363
}

x =1364
subcat = new Array();
DealerName = "Eddie Anderson Motors"
RegionID = "SOUTH"
DealerID = "2702"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1364 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1364
}

x =1365
subcat = new Array();
DealerName = "eFleet Direct: Dallas"
RegionID = "SOUTH"
DealerID = "5570"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1365 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1365
}

x =1366
subcat = new Array();
DealerName = "Ehrhardt Motor Company"
RegionID = "SOUTH"
DealerID = "6388"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1366 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1366
}

x =1367
subcat = new Array();
DealerName = "Ehrlich Motorwerks"
RegionID = "SOUTH"
DealerID = "5936"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1367 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1367
}

x =1368
subcat = new Array();
DealerName = "Elite Auto Group"
RegionID = "SOUTH"
DealerID = "4546"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1368 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1368
}

x =1369
subcat = new Array();
DealerName = "Elite Auto Source"
RegionID = "SOUTH"
DealerID = "5502"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1369 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1369
}

x =1370
subcat = new Array();
DealerName = "Elvis Auto Sales Inc."
RegionID = "SOUTH"
DealerID = "5396"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1370 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1370
}

x =1371
subcat = new Array();
DealerName = "Epps Nissan"
RegionID = "SOUTH"
DealerID = "6114"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1371 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1371
}

x =1372
subcat = new Array();
DealerName = "Ernesto's Auto Sales"
RegionID = "SOUTH"
DealerID = "4387"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1372 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1372
}

x =1373
subcat = new Array();
DealerName = "Everest Motors"
RegionID = "SOUTH"
DealerID = "5333"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1373 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1373
}

x =1374
subcat = new Array();
DealerName = "Everly Auto Sales"
RegionID = "SOUTH"
DealerID = "3905"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1374 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1374
}

x =1375
subcat = new Array();
DealerName = "Everyday Auto Sales"
RegionID = "SOUTH"
DealerID = "2209"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1375 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1375
}

x =1376
subcat = new Array();
DealerName = "Evolution Auto Sales"
RegionID = "SOUTH"
DealerID = "5733"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1376 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1376
}

x =1377
subcat = new Array();
DealerName = "Exclusive Carz"
RegionID = "SOUTH"
DealerID = "1999"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1377 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1377
}

x =1378
subcat = new Array();
DealerName = "Exclusive Motorcars"
RegionID = "SOUTH"
DealerID = "3150"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1378 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1378
}

x =1379
subcat = new Array();
DealerName = "Expressway Motors"
RegionID = "SOUTH"
DealerID = "2878"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1379 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1379
}

x =1380
subcat = new Array();
DealerName = "Extreme Auto Sales"
RegionID = "SOUTH"
DealerID = "6399"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1380 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1380
}

x =1381
subcat = new Array();
DealerName = "Fairbanks Motors Inc."
RegionID = "SOUTH"
DealerID = "5215"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1381 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1381
}

x =1382
subcat = new Array();
DealerName = "Fall Creek Motor Cars"
RegionID = "SOUTH"
DealerID = "2403"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1382 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1382
}

x =1383
subcat = new Array();
DealerName = "Falling Waters Used Cars"
RegionID = "SOUTH"
DealerID = "4087"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1383 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1383
}

x =1384
subcat = new Array();
DealerName = "Falls Auto Group"
RegionID = "SOUTH"
DealerID = "4679"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1384 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1384
}

x =1385
subcat = new Array();
DealerName = "Family Auto Sales Inc."
RegionID = "SOUTH"
DealerID = "5389"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1385 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1385
}

x =1386
subcat = new Array();
DealerName = "Farm & Ranch Auto Sales"
RegionID = "SOUTH"
DealerID = "2404"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1386 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1386
}

x =1387
subcat = new Array();
DealerName = "Farmer Green Motors"
RegionID = "SOUTH"
DealerID = "5830"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1387 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1387
}

x =1388
subcat = new Array();
DealerName = "Fenwick Motors"
RegionID = "SOUTH"
DealerID = "4653"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1388 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1388
}

x =1389
subcat = new Array();
DealerName = "Fikes Chevrolet"
RegionID = "SOUTH"
DealerID = "5013"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1389 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1389
}

x =1390
subcat = new Array();
DealerName = "First Choice Auto"
RegionID = "SOUTH"
DealerID = "3840"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1390 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1390
}

x =1391
subcat = new Array();
DealerName = "First National Cars & Trucks Inc."
RegionID = "SOUTH"
DealerID = "5429"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1391 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1391
}

x =1392
subcat = new Array();
DealerName = "Five Star Auto Repair"
RegionID = "SOUTH"
DealerID = "5147"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1392 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1392
}

x =1393
subcat = new Array();
DealerName = "FL Auto Wholesalers"
RegionID = "SOUTH"
DealerID = "5825"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1393 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1393
}

x =1394
subcat = new Array();
DealerName = "Florida Auto Exchange & Remarketing"
RegionID = "SOUTH"
DealerID = "5503"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1394 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1394
}

x =1395
subcat = new Array();
DealerName = "Florida Luxury Cars"
RegionID = "SOUTH"
DealerID = "3744"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1395 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1395
}

x =1396
subcat = new Array();
DealerName = "Florida Sport Trucks Inc."
RegionID = "SOUTH"
DealerID = "3980"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1396 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1396
}

x =1397
subcat = new Array();
DealerName = "Fraley Motor Company Inc"
RegionID = "SOUTH"
DealerID = "2778"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1397 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1397
}

x =1398
subcat = new Array();
DealerName = "Franchise Car Dealer"
RegionID = "SOUTH"
DealerID = "5143"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1398 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1398
}

x =1399
subcat = new Array();
DealerName = "Francis Motors"
RegionID = "SOUTH"
DealerID = "3585"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1399 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1399
}

x =1400
subcat = new Array();
DealerName = "Frank Miles Auto Sales"
RegionID = "SOUTH"
DealerID = "5228"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1400 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1400
}

x =1401
subcat = new Array();
DealerName = "Franklin Motor Company"
RegionID = "SOUTH"
DealerID = "6422"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1401 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1401
}

x =1402
subcat = new Array();
DealerName = "Freedom Ford"
RegionID = "SOUTH"
DealerID = "6439"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1402 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1402
}

x =1403
subcat = new Array();
DealerName = "Frontier Auto Sales"
RegionID = "SOUTH"
DealerID = "4043"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1403 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1403
}

x =1404
subcat = new Array();
DealerName = "Frontline Auto Sales"
RegionID = "SOUTH"
DealerID = "2865"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1404 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1404
}

x =1405
subcat = new Array();
DealerName = "Frontline Motor Company"
RegionID = "SOUTH"
DealerID = "6025"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1405 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1405
}

x =1406
subcat = new Array();
DealerName = "Fulks Auto Sales"
RegionID = "SOUTH"
DealerID = "4583"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1406 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1406
}

x =1407
subcat = new Array();
DealerName = "G & L Auto Mart"
RegionID = "SOUTH"
DealerID = "403"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1407 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1407
}

x =1408
subcat = new Array();
DealerName = "G & S Auto Sales and Rentals, LLC"
RegionID = "SOUTH"
DealerID = "5005"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1408 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1408
}

x =1409
subcat = new Array();
DealerName = "Gary Hughes Sales Manager of Direct Sales & LSG LLC"
RegionID = "SOUTH"
DealerID = "6142"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1409 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1409
}

x =1410
subcat = new Array();
DealerName = "Gary's Auto Sales"
RegionID = "SOUTH"
DealerID = "2964"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1410 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1410
}

x =1411
subcat = new Array();
DealerName = "Geaux-Geaux Auto Sales"
RegionID = "SOUTH"
DealerID = "6423"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1411 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1411
}

x =1412
subcat = new Array();
DealerName = "Gene Fogle Motors"
RegionID = "SOUTH"
DealerID = "2179"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1412 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1412
}

x =1413
subcat = new Array();
DealerName = "Genes Auto Sales"
RegionID = "SOUTH"
DealerID = "5535"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1413 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1413
}

x =1414
subcat = new Array();
DealerName = "George's Quick Auto Credit, Inc."
RegionID = "SOUTH"
DealerID = "5555"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1414 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1414
}

x =1415
subcat = new Array();
DealerName = "Georgia Motors Inc."
RegionID = "SOUTH"
DealerID = "6014"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1415 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1415
}

x =1416
subcat = new Array();
DealerName = "Go Auto Group LLC"
RegionID = "SOUTH"
DealerID = "3594"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1416 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1416
}

x =1417
subcat = new Array();
DealerName = "Good Guys of Rock Hill"
RegionID = "SOUTH"
DealerID = "4363"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1417 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1417
}

x =1418
subcat = new Array();
DealerName = "Good News Auto "
RegionID = "SOUTH"
DealerID = "6128"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1418 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1418
}

x =1419
subcat = new Array();
DealerName = "Gordon Motor Sports"
RegionID = "SOUTH"
DealerID = "2064"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1419 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1419
}

x =1420
subcat = new Array();
DealerName = "Gowdy Auto Group"
RegionID = "SOUTH"
DealerID = "5973"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1420 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1420
}

x =1421
subcat = new Array();
DealerName = "Greenfield USA Wholesale LLC"
RegionID = "SOUTH"
DealerID = "5768"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1421 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1421
}

x =1422
subcat = new Array();
DealerName = "Greg Faulk Auto Sales"
RegionID = "SOUTH"
DealerID = "6017"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1422 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1422
}

x =1423
subcat = new Array();
DealerName = "Gretna Used Car Outlet"
RegionID = "SOUTH"
DealerID = "5090"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1423 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1423
}

x =1424
subcat = new Array();
DealerName = "Griffin Auto Inc."
RegionID = "SOUTH"
DealerID = "3830"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1424 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1424
}

x =1425
subcat = new Array();
DealerName = "Guaranteed Finance & Sales Inc."
RegionID = "SOUTH"
DealerID = "6130"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1425 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1425
}

x =1426
subcat = new Array();
DealerName = "Gulf Coast Truck, Inc."
RegionID = "SOUTH"
DealerID = "4173"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1426 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1426
}

x =1427
subcat = new Array();
DealerName = "H and H Auto"
RegionID = "SOUTH"
DealerID = "70"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1427 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1427
}

x =1428
subcat = new Array();
DealerName = "Hammond Autoplex"
RegionID = "SOUTH"
DealerID = "5960"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1428 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1428
}

x =1429
subcat = new Array();
DealerName = "Hand Motor Company"
RegionID = "SOUTH"
DealerID = "4302"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1429 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1429
}

x =1430
subcat = new Array();
DealerName = "Handicapped Vehicle Services Unlimited"
RegionID = "SOUTH"
DealerID = "436"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1430 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1430
}

x =1431
subcat = new Array();
DealerName = "Harbor City Auto Sales"
RegionID = "SOUTH"
DealerID = "2774"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1431 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1431
}

x =1432
subcat = new Array();
DealerName = "Harold Seals Auto Sales"
RegionID = "SOUTH"
DealerID = "3591"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1432 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1432
}

x =1433
subcat = new Array();
DealerName = "Harper Auto Sale, LLC"
RegionID = "SOUTH"
DealerID = "3953"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1433 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1433
}

x =1434
subcat = new Array();
DealerName = "Harvey Ellis Motors Inc."
RegionID = "SOUTH"
DealerID = "4502"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1434 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1434
}

x =1435
subcat = new Array();
DealerName = "Haynes Automotive"
RegionID = "SOUTH"
DealerID = "6351"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1435 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1435
}

x =1436
subcat = new Array();
DealerName = "Heath's Toys Auto Sales"
RegionID = "SOUTH"
DealerID = "3015"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1436 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1436
}

x =1437
subcat = new Array();
DealerName = "Heaven Sent Autos"
RegionID = "SOUTH"
DealerID = "5420"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1437 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1437
}

x =1438
subcat = new Array();
DealerName = "Hendersonville Auto Brokers"
RegionID = "SOUTH"
DealerID = "6425"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1438 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1438
}

x =1439
subcat = new Array();
DealerName = "Hensley Auto Sales Frankfort"
RegionID = "SOUTH"
DealerID = "6165"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1439 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1439
}

x =1440
subcat = new Array();
DealerName = "Herb's 522 Auto Mart"
RegionID = "SOUTH"
DealerID = "4052"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1440 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1440
}

x =1441
subcat = new Array();
DealerName = "Heritage Auto Sales"
RegionID = "SOUTH"
DealerID = "5758"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1441 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1441
}

x =1442
subcat = new Array();
DealerName = "Herman Jenkins Motors, Inc."
RegionID = "SOUTH"
DealerID = "3692"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1442 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1442
}

x =1443
subcat = new Array();
DealerName = "Heyward Allen Motor Company"
RegionID = "SOUTH"
DealerID = "1783"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1443 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1443
}

x =1444
subcat = new Array();
DealerName = "High Country Auto Sales"
RegionID = "SOUTH"
DealerID = "4912"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1444 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1444
}

x =1445
subcat = new Array();
DealerName = "High Q Auto"
RegionID = "SOUTH"
DealerID = "4161"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1445 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1445
}

x =1446
subcat = new Array();
DealerName = "Highline Autoplex"
RegionID = "SOUTH"
DealerID = "5414"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1446 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1446
}

x =1447
subcat = new Array();
DealerName = "Hillside Motors"
RegionID = "SOUTH"
DealerID = "4025"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1447 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1447
}

x =1448
subcat = new Array();
DealerName = "Hilltop Auto Mart"
RegionID = "SOUTH"
DealerID = "4890"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1448 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1448
}

x =1449
subcat = new Array();
DealerName = "Hoffman Auto Sales"
RegionID = "SOUTH"
DealerID = "2558"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1449 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1449
}

x =1450
subcat = new Array();
DealerName = "Holiday Cars & Trucks"
RegionID = "SOUTH"
DealerID = "5406"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1450 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1450
}

x =1451
subcat = new Array();
DealerName = "Hometown Auto Mart"
RegionID = "SOUTH"
DealerID = "2681"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1451 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1451
}

x =1452
subcat = new Array();
DealerName = "Hometown Auto Sales"
RegionID = "SOUTH"
DealerID = "261"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1452 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1452
}

x =1453
subcat = new Array();
DealerName = "Hometown Motors"
RegionID = "SOUTH"
DealerID = "280"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1453 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1453
}

x =1454
subcat = new Array();
DealerName = "Hoover Southtown"
RegionID = "SOUTH"
DealerID = "6340"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1454 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1454
}

x =1455
subcat = new Array();
DealerName = "Hope Auto Company"
RegionID = "SOUTH"
DealerID = "6384"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1455 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1455
}

x =1456
subcat = new Array();
DealerName = "Hot Wheels of Oklahoma"
RegionID = "SOUTH"
DealerID = "6385"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1456 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1456
}

x =1457
subcat = new Array();
DealerName = "Hot Wills Motors"
RegionID = "SOUTH"
DealerID = "5363"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1457 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1457
}

x =1458
subcat = new Array();
DealerName = "Houston Auto Emporium"
RegionID = "SOUTH"
DealerID = "414"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1458 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1458
}

x =1459
subcat = new Array();
DealerName = "Huber Autoworld"
RegionID = "SOUTH"
DealerID = "95"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1459 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1459
}

x =1460
subcat = new Array();
DealerName = "Hudson Nissan"
RegionID = "SOUTH"
DealerID = "6268"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1460 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1460
}

x =1461
subcat = new Array();
DealerName = "Hudspeth Motors"
RegionID = "SOUTH"
DealerID = "5965"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1461 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1461
}

x =1462
subcat = new Array();
DealerName = "Hurst Auto Sales"
RegionID = "SOUTH"
DealerID = "3092"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1462 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1462
}

x =1463
subcat = new Array();
DealerName = "Hutch Chevrolet Buick GMC Inc."
RegionID = "SOUTH"
DealerID = "6137"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1463 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1463
}

x =1464
subcat = new Array();
DealerName = "Hwy 150 Buyers Way "
RegionID = "SOUTH"
DealerID = "5723"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1464 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1464
}

x =1465
subcat = new Array();
DealerName = "Impex Auto Sales"
RegionID = "SOUTH"
DealerID = "3422"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1465 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1465
}

x =1466
subcat = new Array();
DealerName = "Import Motors"
RegionID = "SOUTH"
DealerID = "2012"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1466 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1466
}

x =1467
subcat = new Array();
DealerName = "Import One"
RegionID = "SOUTH"
DealerID = "4911"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1467 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1467
}

x =1468
subcat = new Array();
DealerName = "Independent Car Dealer"
RegionID = "SOUTH"
DealerID = "5130"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1468 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1468
}

x =1469
subcat = new Array();
DealerName = "Ingram Motor Sales"
RegionID = "SOUTH"
DealerID = "5600"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1469 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1469
}

x =1470
subcat = new Array();
DealerName = "Insurance Direct Inc."
RegionID = "SOUTH"
DealerID = "6442"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1470 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1470
}

x =1471
subcat = new Array();
DealerName = "Integrity Auto Group"
RegionID = "SOUTH"
DealerID = "3229"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1471 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1471
}

x =1472
subcat = new Array();
DealerName = "Integrity Motors"
RegionID = "SOUTH"
DealerID = "5617"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1472 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1472
}

x =1473
subcat = new Array();
DealerName = "J & C Auto Sales"
RegionID = "SOUTH"
DealerID = "4422"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1473 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1473
}

x =1474
subcat = new Array();
DealerName = "J and B Auto Sales"
RegionID = "SOUTH"
DealerID = "5765"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1474 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1474
}

x =1475
subcat = new Array();
DealerName = "Jack's Used Cars LLC"
RegionID = "SOUTH"
DealerID = "5348"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1475 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1475
}

x =1476
subcat = new Array();
DealerName = "Jarrard Pre-Owned"
RegionID = "SOUTH"
DealerID = "3793"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1476 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1476
}

x =1477
subcat = new Array();
DealerName = "Jasper Auto Sales Select"
RegionID = "SOUTH"
DealerID = "6071"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1477 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1477
}

x =1478
subcat = new Array();
DealerName = "JDS Auto Clearance Outlet"
RegionID = "SOUTH"
DealerID = "5521"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1478 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1478
}

x =1479
subcat = new Array();
DealerName = "Jeff Breeland & Associates Retail Auto Brokers"
RegionID = "SOUTH"
DealerID = "5935"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1479 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1479
}

x =1480
subcat = new Array();
DealerName = "Jeff Harvey Auto Sales"
RegionID = "SOUTH"
DealerID = "3368"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1480 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1480
}

x =1481
subcat = new Array();
DealerName = "Jerry Damson Honda of Florence"
RegionID = "SOUTH"
DealerID = "4758"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1481 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1481
}

x =1482
subcat = new Array();
DealerName = "Jerry Damson Honda of Huntsville"
RegionID = "SOUTH"
DealerID = "4836"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1482 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1482
}

x =1483
subcat = new Array();
DealerName = "Jerry Damson Nissan of Florence"
RegionID = "SOUTH"
DealerID = "4844"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1483 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1483
}

x =1484
subcat = new Array();
DealerName = "Jerry Duncan Ford Lincoln Mercury"
RegionID = "SOUTH"
DealerID = "2438"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1484 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1484
}

x =1485
subcat = new Array();
DealerName = "Jerry Petty Motor Company"
RegionID = "SOUTH"
DealerID = "186"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1485 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1485
}

x =1486
subcat = new Array();
DealerName = "Jim Kennedy Sales and Leasing"
RegionID = "SOUTH"
DealerID = "4216"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1486 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1486
}

x =1487
subcat = new Array();
DealerName = "Joe Mahan Ford"
RegionID = "SOUTH"
DealerID = "6079"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1487 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1487
}

x =1488
subcat = new Array();
DealerName = "Joe Scott Motor Company"
RegionID = "SOUTH"
DealerID = "3312"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1488 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1488
}

x =1489
subcat = new Array();
DealerName = "Joey D's Auto Outlet"
RegionID = "SOUTH"
DealerID = "3278"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1489 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1489
}

x =1490
subcat = new Array();
DealerName = "Jordan Auto Mart"
RegionID = "SOUTH"
DealerID = "4688"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1490 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1490
}

x =1491
subcat = new Array();
DealerName = "Jordan Auto's"
RegionID = "SOUTH"
DealerID = "4669"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1491 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1491
}

x =1492
subcat = new Array();
DealerName = "Joseph Motors Incorporated"
RegionID = "SOUTH"
DealerID = "5019"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1492 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1492
}

x =1493
subcat = new Array();
DealerName = "Journey Auto Sales"
RegionID = "SOUTH"
DealerID = "5666"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1493 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1493
}

x =1494
subcat = new Array();
DealerName = "JT Auto Mart"
RegionID = "SOUTH"
DealerID = "5093"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1494 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1494
}

x =1495
subcat = new Array();
DealerName = "Jumbo Auto Mall"
RegionID = "SOUTH"
DealerID = "6123"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1495 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1495
}

x =1496
subcat = new Array();
DealerName = "Jupiter Auto Exchange"
RegionID = "SOUTH"
DealerID = "5140"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1496 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1496
}

x =1497
subcat = new Array();
DealerName = "JW Auto Brokers"
RegionID = "SOUTH"
DealerID = "4636"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1497 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1497
}

x =1498
subcat = new Array();
DealerName = "K & J Auto Sales"
RegionID = "SOUTH"
DealerID = "5185"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1498 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1498
}

x =1499
subcat = new Array();
DealerName = "K & K Motors Inc."
RegionID = "SOUTH"
DealerID = "6188"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1499 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1499
}

x =1500
subcat = new Array();
DealerName = "K C's Auto Sales Inc."
RegionID = "SOUTH"
DealerID = "5623"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1500 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1500
}

x =1501
subcat = new Array();
DealerName = "K O Enterprises of Columbia"
RegionID = "SOUTH"
DealerID = "3731"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1501 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1501
}

x =1502
subcat = new Array();
DealerName = "K&B Finacial Services dba Central Florida RV Center"
RegionID = "SOUTH"
DealerID = "6281"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1502 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1502
}

x =1503
subcat = new Array();
DealerName = "Keith Shelnut Auto Sales"
RegionID = "SOUTH"
DealerID = "3865"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1503 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1503
}

x =1504
subcat = new Array();
DealerName = "Kelly Superstore"
RegionID = "SOUTH"
DealerID = "4694"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1504 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1504
}

x =1505
subcat = new Array();
DealerName = "Ken's Autos"
RegionID = "SOUTH"
DealerID = "5525"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1505 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1505
}

x =1506
subcat = new Array();
DealerName = "KGS Motors"
RegionID = "SOUTH"
DealerID = "5579"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1506 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1506
}

x =1507
subcat = new Array();
DealerName = "Killeen Autobrokers"
RegionID = "SOUTH"
DealerID = "3372"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1507 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1507
}

x =1508
subcat = new Array();
DealerName = "King's Car Sales Inc"
RegionID = "SOUTH"
DealerID = "2971"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1508 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1508
}

x =1509
subcat = new Array();
DealerName = "King's Quality Cars, LLC"
RegionID = "SOUTH"
DealerID = "3376"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1509 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1509
}

x =1510
subcat = new Array();
DealerName = "Kingston Auto LLC"
RegionID = "SOUTH"
DealerID = "3400"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1510 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1510
}

x =1511
subcat = new Array();
DealerName = "Kinston Auto Exchange & Goldsboro Auto Exchange"
RegionID = "SOUTH"
DealerID = "4678"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1511 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1511
}

x =1512
subcat = new Array();
DealerName = "Knights Truck Center"
RegionID = "SOUTH"
DealerID = "3916"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1512 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1512
}

x =1513
subcat = new Array();
DealerName = "Knox Auto Parts"
RegionID = "SOUTH"
DealerID = "4839"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1513 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1513
}

x =1514
subcat = new Array();
DealerName = "Knox Budget Car Sales"
RegionID = "SOUTH"
DealerID = "458"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1514 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1514
}

x =1515
subcat = new Array();
DealerName = "Knox Ford"
RegionID = "SOUTH"
DealerID = "6126"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1515 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1515
}

x =1516
subcat = new Array();
DealerName = "Kool Kars"
RegionID = "SOUTH"
DealerID = "2764"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1516 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1516
}

x =1517
subcat = new Array();
DealerName = "L & M Motors"
RegionID = "SOUTH"
DealerID = "6436"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1517 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1517
}

x =1518
subcat = new Array();
DealerName = "L.O.R. Motorcars"
RegionID = "SOUTH"
DealerID = "4313"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1518 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1518
}

x =1519
subcat = new Array();
DealerName = "Lafayette Autoplex"
RegionID = "SOUTH"
DealerID = "5861"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1519 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1519
}

x =1520
subcat = new Array();
DealerName = "Lake County Truck Sales"
RegionID = "SOUTH"
DealerID = "6276"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1520 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1520
}

x =1521
subcat = new Array();
DealerName = "Lake Land Auto Sales"
RegionID = "SOUTH"
DealerID = "3818"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1521 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1521
}

x =1522
subcat = new Array();
DealerName = "Lakeside Automart"
RegionID = "SOUTH"
DealerID = "5929"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1522 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1522
}

x =1523
subcat = new Array();
DealerName = "Lamb Motors, Inc."
RegionID = "SOUTH"
DealerID = "6005"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1523 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1523
}

x =1524
subcat = new Array();
DealerName = "Lanigan Auto Sales"
RegionID = "SOUTH"
DealerID = "2117"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1524 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1524
}

x =1525
subcat = new Array();
DealerName = "LaPalco Motors"
RegionID = "SOUTH"
DealerID = "3251"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1525 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1525
}

x =1526
subcat = new Array();
DealerName = "Larry Stigers Equipment, Trailers, and Trucks"
RegionID = "SOUTH"
DealerID = "3086"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1526 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1526
}

x =1527
subcat = new Array();
DealerName = "Larry Whicker Motors"
RegionID = "SOUTH"
DealerID = "2213"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1527 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1527
}

x =1528
subcat = new Array();
DealerName = "Larry's Auto Store"
RegionID = "SOUTH"
DealerID = "6395"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1528 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1528
}

x =1529
subcat = new Array();
DealerName = "Lash Auto Sales"
RegionID = "SOUTH"
DealerID = "6345"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1529 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1529
}

x =1530
subcat = new Array();
DealerName = "Lee Mac Auto Sales"
RegionID = "SOUTH"
DealerID = "2748"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1530 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1530
}

x =1531
subcat = new Array();
DealerName = "Legacy Auto Sales"
RegionID = "SOUTH"
DealerID = "4550"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1531 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1531
}

x =1532
subcat = new Array();
DealerName = "Legends Auto Sales"
RegionID = "SOUTH"
DealerID = "214"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1532 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1532
}

x =1533
subcat = new Array();
DealerName = "Lenn Costner Auto Sales"
RegionID = "SOUTH"
DealerID = "4618"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1533 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1533
}

x =1534
subcat = new Array();
DealerName = "Leon Riley Ford "
RegionID = "SOUTH"
DealerID = "6210"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1534 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1534
}

x =1535
subcat = new Array();
DealerName = "Lincoln Road Auto Plex"
RegionID = "SOUTH"
DealerID = "4050"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1535 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1535
}

x =1536
subcat = new Array();
DealerName = "Linda Kay Motors"
RegionID = "SOUTH"
DealerID = "2594"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1536 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1536
}

x =1537
subcat = new Array();
DealerName = "Linn's Auto and Equipment Sales"
RegionID = "SOUTH"
DealerID = "4574"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1537 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1537
}

x =1538
subcat = new Array();
DealerName = "Lion Motor Cars"
RegionID = "SOUTH"
DealerID = "5369"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1538 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1538
}

x =1539
subcat = new Array();
DealerName = "Lloyd's Sales and Storage"
RegionID = "SOUTH"
DealerID = "3260"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1539 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1539
}

x =1540
subcat = new Array();
DealerName = "Lockamy Auto Sales "
RegionID = "SOUTH"
DealerID = "3904"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1540 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1540
}

x =1541
subcat = new Array();
DealerName = "Lone Oak Motors"
RegionID = "SOUTH"
DealerID = "4523"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1541 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1541
}

x =1542
subcat = new Array();
DealerName = "Louisiana Motors Used Car Headquarters"
RegionID = "SOUTH"
DealerID = "6189"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1542 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1542
}

x =1543
subcat = new Array();
DealerName = "Louisville Fine Motorcars"
RegionID = "SOUTH"
DealerID = "4518"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1543 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1543
}

x =1544
subcat = new Array();
DealerName = "Low Country"
RegionID = "SOUTH"
DealerID = "5479"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1544 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1544
}

x =1545
subcat = new Array();
DealerName = "Low Country Motors"
RegionID = "SOUTH"
DealerID = "5877"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1545 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1545
}

x =1546
subcat = new Array();
DealerName = "Lowery Brothers Motors"
RegionID = "SOUTH"
DealerID = "4190"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1546 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1546
}

x =1547
subcat = new Array();
DealerName = "Lowery Brothers Overstock"
RegionID = "SOUTH"
DealerID = "4774"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1547 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1547
}

x =1548
subcat = new Array();
DealerName = "LSG Automotive Group Inc."
RegionID = "SOUTH"
DealerID = "6304"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1548 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1548
}

x =1549
subcat = new Array();
DealerName = "Luxury Auto Mall"
RegionID = "SOUTH"
DealerID = "5798"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1549 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1549
}

x =1550
subcat = new Array();
DealerName = "Luxury Cars & Trucks"
RegionID = "SOUTH"
DealerID = "4945"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1550 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1550
}

x =1551
subcat = new Array();
DealerName = "Luxury Cars of Lexington"
RegionID = "SOUTH"
DealerID = "4432"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1551 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1551
}

x =1552
subcat = new Array();
DealerName = "Lyles Auto"
RegionID = "SOUTH"
DealerID = "4053"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1552 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1552
}

x =1553
subcat = new Array();
DealerName = "Lynch Chevrolet/Cadillac"
RegionID = "SOUTH"
DealerID = "2726"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1553 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1553
}

x =1554
subcat = new Array();
DealerName = "M Street Auto Sales"
RegionID = "SOUTH"
DealerID = "6227"
subcat[x,0] = DealerName;
subcat[x,1] = RegionID;
subcat[x,2] = DealerID; 

if (subcat[x,1] == selecteditem){ 
var option1554 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option1554
}

x =1555
subca
