// 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 = "#1 Auto Group"
RegionID = "PA"
DealerID = "2057"
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 = "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 option4 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option4
}

x =5
subcat = new Array();
DealerName = "1st Class Auto Sales Inc"
RegionID = "PA"
DealerID = "46"
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 = "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 option6 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option6
}

x =7
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 option7 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option7
}

x =8
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 option8 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option8
}

x =9
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 option9 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option9
}

x =10
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 option10 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option10
}

x =11
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 option11 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option11
}

x =12
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 option12 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option12
}

x =13
subcat = new Array();
DealerName = "Atlantic Motor Group"
RegionID = "PA"
DealerID = "3433"
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 = "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 option14 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option14
}

x =15
subcat = new Array();
DealerName = "Auto Maxx Motors Inc"
RegionID = "PA"
DealerID = "44"
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 = "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 option16 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option16
}

x =17
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 option17 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option17
}

x =18
subcat = new Array();
DealerName = "Automerica Inc."
RegionID = "PA"
DealerID = "2460"
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 = "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 option19 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option19
}

x =20
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 option20 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option20
}

x =21
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 option21 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option21
}

x =22
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 option22 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option22
}

x =23
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 option23 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option23
}

x =24
subcat = new Array();
DealerName = "Cars & Classics llc"
RegionID = "PA"
DealerID = "3532"
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 = "Cars 4 Sale Inc."
RegionID = "PA"
DealerID = "1574"
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 = "Cars2Credit"
RegionID = "PA"
DealerID = "470"
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 = "Centre City Imports, Inc."
RegionID = "PA"
DealerID = "2321"
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 = "Centurion Motor Car"
RegionID = "PA"
DealerID = "3668"
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 = "Charles H. Price Auto Sales Inc"
RegionID = "PA"
DealerID = "3363"
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 = "Charlie Pentz Auto Sales"
RegionID = "PA"
DealerID = "3621"
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 = "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 option31 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option31
}

x =32
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 option32 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option32
}

x =33
subcat = new Array();
DealerName = "Dan kelly  and Son Auto sales"
RegionID = "PA"
DealerID = "2691"
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 = "Davis & Son"
RegionID = "PA"
DealerID = "1279"
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 = "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 option35 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option35
}

x =36
subcat = new Array();
DealerName = "Diamond Automotive Sales"
RegionID = "PA"
DealerID = "1997"
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 = "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 option37 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option37
}

x =38
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 option38 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option38
}

x =39
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 option39 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option39
}

x =40
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 option40 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option40
}

x =41
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 option41 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option41
}

x =42
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 option42 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option42
}

x =43
subcat = new Array();
DealerName = "Five Star Auto"
RegionID = "PA"
DealerID = "2727"
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 = "Frederick Certified Pre-Owned"
RegionID = "PA"
DealerID = "2376"
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 = "Freedom Toyota"
RegionID = "PA"
DealerID = "3455"
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 = "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 option46 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option46
}

x =47
subcat = new Array();
DealerName = "Georgetown Motors"
RegionID = "PA"
DealerID = "1991"
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 = "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 option48 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option48
}

x =49
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 option49 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option49
}

x =50
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 option50 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option50
}

x =51
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 option51 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option51
}

x =52
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 option52 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option52
}

x =53
subcat = new Array();
DealerName = "Jesse James Auto Mart"
RegionID = "PA"
DealerID = "2331"
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 = "Kelly Cars"
RegionID = "PA"
DealerID = "129"
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 = "Kightlinger Auto Sales"
RegionID = "PA"
DealerID = "3263"
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 = "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 option56 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option56
}

x =57
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 option57 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option57
}

x =58
subcat = new Array();
DealerName = "Kutztown Auto Sales"
RegionID = "PA"
DealerID = "2864"
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 = "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 option59 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option59
}

x =60
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 option60 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option60
}

x =61
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 option61 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option61
}

x =62
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 option62 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option62
}

x =63
subcat = new Array();
DealerName = "Martin Auto Sales"
RegionID = "PA"
DealerID = "48"
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 = "McKee Motors"
RegionID = "PA"
DealerID = "2931"
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 = "Mease Motors"
RegionID = "PA"
DealerID = "424"
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 = "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 option66 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option66
}

x =67
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 option67 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option67
}

x =68
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 option68 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option68
}

x =69
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 option69 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option69
}

x =70
subcat = new Array();
DealerName = "New Holland Auto Group"
RegionID = "PA"
DealerID = "1424"
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 = "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 option71 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option71
}

x =72
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 option72 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option72
}

x =73
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 option73 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option73
}

x =74
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 option74 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option74
}

x =75
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 option75 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option75
}

x =76
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 option76 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option76
}

x =77
subcat = new Array();
DealerName = "P&H Motors"
RegionID = "PA"
DealerID = "2517"
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 = "P&H Motors"
RegionID = "PA"
DealerID = "3592"
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 = "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 option79 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option79
}

x =80
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 option80 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option80
}

x =81
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 option81 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option81
}

x =82
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 option82 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option82
}

x =83
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 option83 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option83
}

x =84
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 option84 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option84
}

x =85
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 option85 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option85
}

x =86
subcat = new Array();
DealerName = "Randy Byham's Creekside Auto Sales"
RegionID = "PA"
DealerID = "3364"
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 = "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 option87 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option87
}

x =88
subcat = new Array();
DealerName = "Ricke Brothers Auto Sales"
RegionID = "PA"
DealerID = "2108"
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 = "Rides Auto Sales"
RegionID = "PA"
DealerID = "2385"
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 = "ROBINS AUTO SALES INC"
RegionID = "PA"
DealerID = "2454"
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 = "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 option91 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option91
}

x =92
subcat = new Array();
DealerName = "S&S Automotive Sales Inc"
RegionID = "PA"
DealerID = "2229"
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 = "Scott C's Auto Sales"
RegionID = "PA"
DealerID = "2995"
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 = "Scott C's Auto Sales Inc"
RegionID = "PA"
DealerID = "2985"
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 = "Singh Auto World"
RegionID = "PA"
DealerID = "3776"
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 = "Sleepy Hollow Motor Sales"
RegionID = "PA"
DealerID = "147"
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 = "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 option97 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option97
}

x =98
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 option98 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option98
}

x =99
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 option99 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option99
}

x =100
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 option100 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option100
}

x =101
subcat = new Array();
DealerName = "Sutliff Saturn of Carlisle Pike"
RegionID = "PA"
DealerID = "3460"
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 = "Sutliff Volkswagen"
RegionID = "PA"
DealerID = "3461"
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 = "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 option103 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option103
}

x =104
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 option104 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option104
}

x =105
subcat = new Array();
DealerName = "Teddy's Auto Sales Inc"
RegionID = "PA"
DealerID = "2988"
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 = "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 option106 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option106
}

x =107
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 option107 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option107
}

x =108
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 option108 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option108
}

x =109
subcat = new Array();
DealerName = "TJ’s Auto Import"
RegionID = "PA"
DealerID = "2163"
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 = "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 option110 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option110
}

x =111
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 option111 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option111
}

x =112
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 option112 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option112
}

x =113
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 option113 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option113
}

x =114
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 option114 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option114
}

x =115
subcat = new Array();
DealerName = "Watkins Auto Outlet"
RegionID = "PA"
DealerID = "2711"
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 = "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 option116 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option116
}

x =117
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 option117 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option117
}

x =118
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 option118 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option118
}

x =119
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 option119 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option119
}

x =120
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 option120 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option120
}

x =121
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 option121 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option121
}

x =122
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 option122 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option122
}

x =123
subcat = new Array();
DealerName = "Amboy Auto Associates"
RegionID = "NY"
DealerID = "2465"
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 = "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 option124 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option124
}

x =125
subcat = new Array();
DealerName = "Auto Emporium"
RegionID = "NY"
DealerID = "3377"
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 = "Auto Trader's Discount Center"
RegionID = "NY"
DealerID = "3005"
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 = "Auto World NYC"
RegionID = "NY"
DealerID = "2490"
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 = "Baron Auto Outlet"
RegionID = "NY"
DealerID = "3203"
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 = "Beach Auto Sales"
RegionID = "NY"
DealerID = "209"
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 = "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 option130 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option130
}

x =131
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 option131 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option131
}

x =132
subcat = new Array();
DealerName = "Best Ford"
RegionID = "NY"
DealerID = "3258"
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 = "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 option133 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option133
}

x =134
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 option134 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option134
}

x =135
subcat = new Array();
DealerName = "Butler Auto"
RegionID = "NY"
DealerID = "2464"
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 = "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 option136 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option136
}

x =137
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 option137 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option137
}

x =138
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 option138 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option138
}

x =139
subcat = new Array();
DealerName = "Cars and Credit"
RegionID = "NY"
DealerID = "3616"
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 = "Cars R Us"
RegionID = "NY"
DealerID = "2927"
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 = "Comfort Auto Inc"
RegionID = "NY"
DealerID = "3106"
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 = "Cox Motors, Inc"
RegionID = "NY"
DealerID = "2204"
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 = "Curmsons"
RegionID = "NY"
DealerID = "299"
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 = "Cypress & Cooper Autoland"
RegionID = "NY"
DealerID = "3483"
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 = "Delaware Service"
RegionID = "NY"
DealerID = "2828"
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 = "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 option146 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option146
}

x =147
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 option147 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option147
}

x =148
subcat = new Array();
DealerName = "East Coast Motors"
RegionID = "NY"
DealerID = "2793"
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 = "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 option149 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option149
}

x =150
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 option150 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option150
}

x =151
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 option151 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option151
}

x =152
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 option152 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option152
}

x =153
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 option153 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option153
}

x =154
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 option154 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option154
}

x =155
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 option155 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option155
}

x =156
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 option156 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option156
}

x =157
subcat = new Array();
DealerName = "Lancaster Sales"
RegionID = "NY"
DealerID = "2398"
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 = "Luxury Import Cars Inc."
RegionID = "NY"
DealerID = "3045"
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 = "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 option159 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option159
}

x =160
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 option160 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option160
}

x =161
subcat = new Array();
DealerName = "Mega Auto Sales"
RegionID = "NY"
DealerID = "2944"
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 = "MJK Auto Sales"
RegionID = "NY"
DealerID = "3329"
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 = "Mount Eden Motors"
RegionID = "NY"
DealerID = "2542"
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 = "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 option164 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option164
}

x =165
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 option165 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option165
}

x =166
subcat = new Array();
DealerName = "Online Auto Connection"
RegionID = "NY"
DealerID = "2125"
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 = "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 option167 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option167
}

x =168
subcat = new Array();
DealerName = "Palisades Auto Sales"
RegionID = "NY"
DealerID = "1928"
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 = "Parkview Auto Sales"
RegionID = "NY"
DealerID = "307"
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 = "Pepmore Auto"
RegionID = "NY"
DealerID = "3264"
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 = "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 option171 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option171
}

x =172
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 option172 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option172
}

x =173
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 option173 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option173
}

x =174
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 option174 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option174
}

x =175
subcat = new Array();
DealerName = "Ralton Transport"
RegionID = "NY"
DealerID = "3656"
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 = "RCO Auto Sales"
RegionID = "NY"
DealerID = "3716"
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 = "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 option177 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option177
}

x =178
subcat = new Array();
DealerName = "Reliable Car-N-Care Inc."
RegionID = "NY"
DealerID = "3369"
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 = "Reliable Services"
RegionID = "NY"
DealerID = "2078"
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 = "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 option180 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option180
}

x =181
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 option181 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option181
}

x =182
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 option182 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option182
}

x =183
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 option183 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option183
}

x =184
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 option184 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option184
}

x =185
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 option185 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option185
}

x =186
subcat = new Array();
DealerName = "Tristate Automall"
RegionID = "NY"
DealerID = "3217"
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 = "Two Friends Auto Sales"
RegionID = "NY"
DealerID = "152"
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 = "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 option188 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option188
}

x =189
subcat = new Array();
DealerName = "Universal Imports"
RegionID = "NY"
DealerID = "3285"
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 = "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 option190 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option190
}

x =191
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 option191 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option191
}

x =192
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 option192 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option192
}

x =193
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 option193 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option193
}

x =194
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 option194 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option194
}

x =195
subcat = new Array();
DealerName = "2nd Chance Auto Lenders"
RegionID = "NJ"
DealerID = "2056"
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 = "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 option196 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option196
}

x =197
subcat = new Array();
DealerName = "Acme Auto Sales"
RegionID = "NJ"
DealerID = "3415"
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 = "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 option198 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option198
}

x =199
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 option199 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option199
}

x =200
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 option200 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option200
}

x =201
subcat = new Array();
DealerName = "Andy's Auto Sales Inc"
RegionID = "NJ"
DealerID = "3017"
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 = "Auction Direct Auto Sales"
RegionID = "NJ"
DealerID = "2081"
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 = "Auto Advantage"
RegionID = "NJ"
DealerID = "2983"
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 = "Auto Concepts"
RegionID = "NJ"
DealerID = "166"
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 = "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 option205 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option205
}

x =206
subcat = new Array();
DealerName = "Barreto Auto Works"
RegionID = "NJ"
DealerID = "3715"
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 = "Bernwell Auto"
RegionID = "NJ"
DealerID = "3642"
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 = "Big Lou Wheels in Motion"
RegionID = "NJ"
DealerID = "2359"
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 = "Blackwell Auto Sales"
RegionID = "NJ"
DealerID = "2915"
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 = "Brick City Motors"
RegionID = "NJ"
DealerID = "99"
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 = "Broad Motorcar"
RegionID = "NJ"
DealerID = "3244"
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 = "Brookside Motors"
RegionID = "NJ"
DealerID = "2106"
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 = "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 option213 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option213
}

x =214
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 option214 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option214
}

x =215
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 option215 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option215
}

x =216
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 option216 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option216
}

x =217
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 option217 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option217
}

x =218
subcat = new Array();
DealerName = "DND Auto Group"
RegionID = "NJ"
DealerID = "2715"
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 = "Effect Auto Sales"
RegionID = "NJ"
DealerID = "3491"
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 = "Esco Motor Cars"
RegionID = "NJ"
DealerID = "2661"
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 = "Evolution Motorsports"
RegionID = "NJ"
DealerID = "2459"
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 = "Gogel Auto Sales"
RegionID = "NJ"
DealerID = "3765"
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 = "GT II Auto Sales"
RegionID = "NJ"
DealerID = "2921"
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 = "GW Motors"
RegionID = "NJ"
DealerID = "1921"
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 Cars Inc."
RegionID = "NJ"
DealerID = "3471"
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 = "J W Auto Sales"
RegionID = "NJ"
DealerID = "3383"
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 = "JNC Used Cars"
RegionID = "NJ"
DealerID = "2124"
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 = "JTA Automall"
RegionID = "NJ"
DealerID = "3473"
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 = "Lakeview Auto Center"
RegionID = "NJ"
DealerID = "3578"
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 = "Lets Make a Deal Motors"
RegionID = "NJ"
DealerID = "3596"
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 = "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 option231 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option231
}

x =232
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 option232 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option232
}

x =233
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 option233 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option233
}

x =234
subcat = new Array();
DealerName = "Manny's Auto Sales"
RegionID = "NJ"
DealerID = "3019"
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 = "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 option235 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option235
}

x =236
subcat = new Array();
DealerName = "N.J. Liberty Motors"
RegionID = "NJ"
DealerID = "2641"
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 = "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 option237 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option237
}

x =238
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 option238 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option238
}

x =239
subcat = new Array();
DealerName = "Payless Auto Sales"
RegionID = "NJ"
DealerID = "3206"
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 = "Platinum Motors"
RegionID = "NJ"
DealerID = "2424"
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 = "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 option241 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option241
}

x =242
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 option242 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option242
}

x =243
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 option243 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option243
}

x =244
subcat = new Array();
DealerName = "River Auto Sales"
RegionID = "NJ"
DealerID = "3290"
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 = "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 option245 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option245
}

x =246
subcat = new Array();
DealerName = "Safari Auto Sales"
RegionID = "NJ"
DealerID = "2412"
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 = "Sound Motors"
RegionID = "NJ"
DealerID = "3354"
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 = "Suburban Wrench"
RegionID = "NJ"
DealerID = "2324"
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 = "Team Motorsports"
RegionID = "NJ"
DealerID = "3506"
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 = "The Auto Plaza"
RegionID = "NJ"
DealerID = "3366"
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 = "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 option251 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option251
}

x =252
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 option252 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option252
}

x =253
subcat = new Array();
DealerName = "Whitehead Motors"
RegionID = "NJ"
DealerID = "2802"
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 = "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 option254 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option254
}

x =255
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 option255 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option255
}

x =256
subcat = new Array();
DealerName = "301 Motorcars"
RegionID = "MDDE"
DealerID = "2948"
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 = "Auto Mart of Aberdeen"
RegionID = "MDDE"
DealerID = "3637"
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 = "Automotive Direct USA"
RegionID = "MDDE"
DealerID = "3041"
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 = "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 option259 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option259
}

x =260
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 option260 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option260
}

x =261
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 option261 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option261
}

x =262
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 option262 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option262
}

x =263
subcat = new Array();
DealerName = "Car Port Auto Sales"
RegionID = "MDDE"
DealerID = "391"
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 = "Ceylon Auto Trader"
RegionID = "MDDE"
DealerID = "3751"
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 = "Citi Cars Inc."
RegionID = "MDDE"
DealerID = "3322"
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 = "Clean Cutt Autos"
RegionID = "MDDE"
DealerID = "3778"
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 = "Diamond Motor Cars"
RegionID = "MDDE"
DealerID = "3382"
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 = "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 option268 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option268
}

x =269
subcat = new Array();
DealerName = "Eric's Muscle Cars"
RegionID = "MDDE"
DealerID = "3345"
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 = "Fallston Motor Company"
RegionID = "MDDE"
DealerID = "2940"
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 = "Gambacorta Motors"
RegionID = "MDDE"
DealerID = "311"
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 = "Gregory Automotive Group"
RegionID = "MDDE"
DealerID = "2729"
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 = "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 option273 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option273
}

x =274
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 option274 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option274
}

x =275
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 option275 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option275
}

x =276
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 option276 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option276
}

x =277
subcat = new Array();
DealerName = "Mehdi's Car Company"
RegionID = "MDDE"
DealerID = "2969"
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 = "Monocacy Motors"
RegionID = "MDDE"
DealerID = "2436"
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 = "Motor World Inc"
RegionID = "MDDE"
DealerID = "2757"
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 = "Nation Automotive"
RegionID = "MDDE"
DealerID = "2628"
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 = "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 option281 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option281
}

x =282
subcat = new Array();
DealerName = "R. Addington Company"
RegionID = "MDDE"
DealerID = "100"
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 = "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 option283 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option283
}

x =284
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 option284 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option284
}

x =285
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 option285 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option285
}

x =286
subcat = new Array();
DealerName = "Smyrna Auto Sales"
RegionID = "MDDE"
DealerID = "3374"
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 = "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 option287 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option287
}

x =288
subcat = new Array();
DealerName = "Star AutoMotors LLC"
RegionID = "MDDE"
DealerID = "255"
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 = "All Virginia Dealers"
RegionID = "VA"
DealerID =  ""
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 = "7 Cities Autobrokers, LLC"
RegionID = "VA"
DealerID = "3701"
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 = "AAA Motors"
RegionID = "VA"
DealerID = "2202"
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 = "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 option292 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option292
}

x =293
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 option293 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option293
}

x =294
subcat = new Array();
DealerName = "Auto Brokers of Ashland"
RegionID = "VA"
DealerID = "159"
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 = "Auto Sport"
RegionID = "VA"
DealerID = "3541"
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 = "Autoquest"
RegionID = "VA"
DealerID = "3628"
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 = "Bay Auto Wholesale"
RegionID = "VA"
DealerID = "3719"
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 = "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 option298 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option298
}

x =299
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 option299 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option299
}

x =300
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 option300 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option300
}

x =301
subcat = new Array();
DealerName = "Cars International"
RegionID = "VA"
DealerID = "297"
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 = "Certified Car Center"
RegionID = "VA"
DealerID = "2868"
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 = "City Auto Sales"
RegionID = "VA"
DealerID = "3661"
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 = "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 option304 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option304
}

x =305
subcat = new Array();
DealerName = "Community Auto Sales"
RegionID = "VA"
DealerID = "236"
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 = "Consumer Advantage LLC"
RegionID = "VA"
DealerID = "3145"
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 = "E Trade Auto Sales"
RegionID = "VA"
DealerID = "2485"
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 = "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 option308 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option308
}

x =309
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 option309 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option309
}

x =310
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 option310 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option310
}

x =311
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 option311 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option311
}

x =312
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 option312 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option312
}

x =313
subcat = new Array();
DealerName = "Harrisonburg Auto Mall Commercial Sales"
RegionID = "VA"
DealerID = "3681"
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 = "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 option314 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option314
}

x =315
subcat = new Array();
DealerName = "Herman's Motor Sales"
RegionID = "VA"
DealerID = "2975"
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 = "Holland Road Auto Sales"
RegionID = "VA"
DealerID = "3536"
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 = "Imperial Motors"
RegionID = "VA"
DealerID = "3359"
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 = "Intersport Performance"
RegionID = "VA"
DealerID = "3055"
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 = "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 option319 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option319
}

x =320
subcat = new Array();
DealerName = "Nova Autobrokers LLC"
RegionID = "VA"
DealerID = "3431"
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 = "Optimum Motors"
RegionID = "VA"
DealerID = "2745"
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 = "Perfect Auto"
RegionID = "VA"
DealerID = "119"
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 = "Regal Motors"
RegionID = "VA"
DealerID = "1939"
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 = "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 option324 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option324
}

x =325
subcat = new Array();
DealerName = "Select Imports of Chesapeake"
RegionID = "VA"
DealerID = "2654"
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 = "Select Imports of Richmond"
RegionID = "VA"
DealerID = "2644"
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 = "Showcase Imports"
RegionID = "VA"
DealerID = "2511"
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 = "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 option328 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option328
}

x =329
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 option329 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option329
}

x =330
subcat = new Array();
DealerName = "US 1 Automaxx"
RegionID = "VA"
DealerID = "2891"
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 = "VA Auto Sales"
RegionID = "VA"
DealerID = "326"
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 = "Vantage Auto Imports"
RegionID = "VA"
DealerID = "107"
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 = "Warrenton Select"
RegionID = "VA"
DealerID = "1981"
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 = "Z Auto Sales"
RegionID = "VA"
DealerID = "3760"
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 = "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 option335 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option335
}

x =336
subcat = new Array();
DealerName = "A Lot of Cars LLC"
RegionID = "MIDWEST"
DealerID = "3710"
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 = "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 option337 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option337
}

x =338
subcat = new Array();
DealerName = "Action Auto Sales"
RegionID = "MIDWEST"
DealerID = "3069"
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 = "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 option339 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option339
}

x =340
subcat = new Array();
DealerName = "Affordable Motors"
RegionID = "MIDWEST"
DealerID = "3733"
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 = "Air City Motors"
RegionID = "MIDWEST"
DealerID = "2088"
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 = "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 option342 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option342
}

x =343
subcat = new Array();
DealerName = "Allied Enterprises Inc"
RegionID = "MIDWEST"
DealerID = "3624"
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 = "Al's Auto Sales"
RegionID = "MIDWEST"
DealerID = "3653"
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 = "American Auto Sales"
RegionID = "MIDWEST"
DealerID = "2419"
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 = "Andrade Auto Exhange"
RegionID = "MIDWEST"
DealerID = "3652"
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 = "Approval Auto Credit"
RegionID = "MIDWEST"
DealerID = "2761"
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 = "Auto Exchange"
RegionID = "MIDWEST"
DealerID = "3659"
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 = "Auto Express"
RegionID = "MIDWEST"
DealerID = "2356"
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 = "Auto Finance Family of Dealers"
RegionID = "MIDWEST"
DealerID = "2219"
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 = "Auto Save Inc."
RegionID = "MIDWEST"
DealerID = "2852"
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 = "Auto Solutions Motor Company"
RegionID = "MIDWEST"
DealerID = "68"
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 = "Auto Solutions Motor Company Ofallon"
RegionID = "MIDWEST"
DealerID = "1738"
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 = "Auto Superstore Inc"
RegionID = "MIDWEST"
DealerID = "2884"
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 = "Automotive Consultants"
RegionID = "MIDWEST"
DealerID = "3734"
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 = "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 option356 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option356
}

x =357
subcat = new Array();
DealerName = "Baker Automotive, Inc."
RegionID = "MIDWEST"
DealerID = "76"
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 = "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 option358 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option358
}

x =359
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 option359 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option359
}

x =360
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 option360 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option360
}

x =361
subcat = new Array();
DealerName = "Best West Auto Brokers"
RegionID = "MIDWEST"
DealerID = "3486"
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 = "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 option362 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option362
}

x =363
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 option363 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option363
}

x =364
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 option364 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option364
}

x =365
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 option365 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option365
}

x =366
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 option366 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option366
}

x =367
subcat = new Array();
DealerName = "Bob Walters Linton Motors Inc"
RegionID = "MIDWEST"
DealerID = "3300"
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 = "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 option368 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option368
}

x =369
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 option369 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option369
}

x =370
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 option370 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option370
}

x =371
subcat = new Array();
DealerName = "Buckeye Motors "
RegionID = "MIDWEST"
DealerID = "2281"
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 = "C & S Sales"
RegionID = "MIDWEST"
DealerID = "3238"
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 = "Caldwell Automotive Group"
RegionID = "MIDWEST"
DealerID = "2755"
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 = "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 option374 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option374
}

x =375
subcat = new Array();
DealerName = "Car 1"
RegionID = "MIDWEST"
DealerID = "2952"
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 = "Car Corner Financial Corp"
RegionID = "MIDWEST"
DealerID = "3611"
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 = "Car Gallery Imports"
RegionID = "MIDWEST"
DealerID = "3293"
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 = "Car Smart of St. Cloud"
RegionID = "MIDWEST"
DealerID = "3236"
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 = "Carmel Car Sales"
RegionID = "MIDWEST"
DealerID = "184"
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 = "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 option380 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option380
}

x =381
subcat = new Array();
DealerName = "Cars Inc"
RegionID = "MIDWEST"
DealerID = "3227"
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 = "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 option382 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option382
}

x =383
subcat = new Array();
DealerName = "Cars R Us"
RegionID = "MIDWEST"
DealerID = "3387"
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 = "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 option384 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option384
}

x =385
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 option385 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option385
}

x =386
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 option386 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option386
}

x =387
subcat = new Array();
DealerName = "Chagrin Falls Auto Gallery"
RegionID = "MIDWEST"
DealerID = "3568"
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 = "Cheapercar.com"
RegionID = "MIDWEST"
DealerID = "357"
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 = "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 option389 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option389
}

x =390
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 option390 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option390
}

x =391
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 option391 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option391
}

x =392
subcat = new Array();
DealerName = "Classic Coach Ltd."
RegionID = "MIDWEST"
DealerID = "2159"
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 = "Classic Motor Group"
RegionID = "MIDWEST"
DealerID = "3385"
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 = "Coast to Coast Auto Sales"
RegionID = "MIDWEST"
DealerID = "3689"
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 = "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 option395 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option395
}

x =396
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 option396 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option396
}

x =397
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 option397 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option397
}

x =398
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 option398 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option398
}

x =399
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 option399 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option399
}

x =400
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 option400 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option400
}

x =401
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 option401 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option401
}

x =402
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 option402 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option402
}

x =403
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 option403 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option403
}

x =404
subcat = new Array();
DealerName = "Dandy Auto Sales"
RegionID = "MIDWEST"
DealerID = "3509"
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 = "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 option405 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option405
}

x =406
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 option406 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option406
}

x =407
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 option407 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option407
}

x =408
subcat = new Array();
DealerName = "Dotcomcarz"
RegionID = "MIDWEST"
DealerID = "2315"
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 = "Dove Auto"
RegionID = "MIDWEST"
DealerID = "440"
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 = "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 option410 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option410
}

x =411
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 option411 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option411
}

x =412
subcat = new Array();
DealerName = "Driven"
RegionID = "MIDWEST"
DealerID = "2043"
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 = "Driven Auto Sales"
RegionID = "MIDWEST"
DealerID = "2569"
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 = "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 option414 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option414
}

x =415
subcat = new Array();
DealerName = "E Z Wheels Auto Sales"
RegionID = "MIDWEST"
DealerID = "3261"
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 = "Elegant Motors"
RegionID = "MIDWEST"
DealerID = "2184"
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 = "Elite Auto Group"
RegionID = "MIDWEST"
DealerID = "143"
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 = "Elite Auto Sales"
RegionID = "MIDWEST"
DealerID = "3648"
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 = "Elite Auto Sales, Inc"
RegionID = "MIDWEST"
DealerID = "111"
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 = "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 option420 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option420
}

x =421
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 option421 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option421
}

x =422
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 option422 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option422
}

x =423
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 option423 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option423
}

x =424
subcat = new Array();
DealerName = "Feese Motor Co"
RegionID = "MIDWEST"
DealerID = "3703"
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 = "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 option425 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option425
}

x =426
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 option426 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option426
}

x =427
subcat = new Array();
DealerName = "First Class Car Company"
RegionID = "MIDWEST"
DealerID = "283"
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 = "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 option428 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option428
}

x =429
subcat = new Array();
DealerName = "Frankfort Auto Sales"
RegionID = "MIDWEST"
DealerID = "3565"
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 = "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 option430 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option430
}

x =431
subcat = new Array();
DealerName = "Fruendly Auto Source"
RegionID = "MIDWEST"
DealerID = "2100"
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 = "Gateway Auto Liquidators"
RegionID = "MIDWEST"
DealerID = "2335"
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 = "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 option433 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option433
}

x =434
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 option434 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option434
}

x =435
subcat = new Array();
DealerName = "Gerdes Northend Auto LLC"
RegionID = "MIDWEST"
DealerID = "3649"
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 = "Global Automotive"
RegionID = "MIDWEST"
DealerID = "2624"
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 = "GMG Motors"
RegionID = "MIDWEST"
DealerID = "35"
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 = "GMG Motors"
RegionID = "MIDWEST"
DealerID = "104"
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 = "Grand River Auto Sales"
RegionID = "MIDWEST"
DealerID = "386"
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 = "Gray Auto"
RegionID = "MIDWEST"
DealerID = "2279"
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 = "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 option441 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option441
}

x =442
subcat = new Array();
DealerName = "Greg Vallett Auto Sales"
RegionID = "MIDWEST"
DealerID = "3669"
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 = "Groesbeck Auto & Truck Sales"
RegionID = "MIDWEST"
DealerID = "2227"
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 = "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 option444 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option444
}

x =445
subcat = new Array();
DealerName = "Hoosier Automotive Group"
RegionID = "MIDWEST"
DealerID = "3242"
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 = "Iannelli Autocars"
RegionID = "MIDWEST"
DealerID = "3714"
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 = "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 option447 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option447
}

x =448
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 option448 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option448
}

x =449
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 option449 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option449
}

x =450
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 option450 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option450
}

x =451
subcat = new Array();
DealerName = "Jacksonville Auto Mart"
RegionID = "MIDWEST"
DealerID = "2652"
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 = "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 option452 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option452
}

x =453
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 option453 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option453
}

x =454
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 option454 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option454
}

x =455
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 option455 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option455
}

x =456
subcat = new Array();
DealerName = "Jim Miller Buy Rite Used Cars"
RegionID = "MIDWEST"
DealerID = "3185"
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 = "KAR Auto Sales"
RegionID = "MIDWEST"
DealerID = "2574"
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 = "Kar Korner"
RegionID = "MIDWEST"
DealerID = "237"
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 = "KC North Auto Sales"
RegionID = "MIDWEST"
DealerID = "3519"
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 = "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 option460 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option460
}

x =461
subcat = new Array();
DealerName = "Kenny Neal Ford"
RegionID = "MIDWEST"
DealerID = "293"
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 = "Kerns Ford Lincoln Mercury and Truck Center"
RegionID = "MIDWEST"
DealerID = "443"
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 = "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 option463 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option463
}

x =464
subcat = new Array();
DealerName = "Kevin's Motor Sales"
RegionID = "MIDWEST"
DealerID = "3613"
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 = "Key Auto Sales"
RegionID = "MIDWEST"
DealerID = "3063"
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 = "King Auto Sales"
RegionID = "MIDWEST"
DealerID = "3351"
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 = "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 option467 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option467
}

x =468
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 option468 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option468
}

x =469
subcat = new Array();
DealerName = "Les' Cars & Trucks"
RegionID = "MIDWEST"
DealerID = "3077"
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 = "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 option470 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option470
}

x =471
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 option471 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option471
}

x =472
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 option472 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option472
}

x =473
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 option473 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option473
}

x =474
subcat = new Array();
DealerName = "M & S Auto Sales Inc"
RegionID = "MIDWEST"
DealerID = "3493"
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 = "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 option475 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option475
}

x =476
subcat = new Array();
DealerName = "Marhefka Motors"
RegionID = "MIDWEST"
DealerID = "2889"
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 = "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 option477 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option477
}

x =478
subcat = new Array();
DealerName = "Mark Crist Motor Sports"
RegionID = "MIDWEST"
DealerID = "3687"
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 = "Maroun's Motors"
RegionID = "MIDWEST"
DealerID = "2957"
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 = "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 option480 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option480
}

x =481
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 option481 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option481
}

x =482
subcat = new Array();
DealerName = "Midway Auto Sales"
RegionID = "MIDWEST"
DealerID = "2672"
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 = "Midway Autohaus"
RegionID = "MIDWEST"
DealerID = "1914"
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 = "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 option484 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option484
}

x =485
subcat = new Array();
DealerName = "Millenia Auto Sales"
RegionID = "MIDWEST"
DealerID = "419"
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 = "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 option486 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option486
}

x =487
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 option487 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option487
}

x =488
subcat = new Array();
DealerName = "Morrissey Motor Co."
RegionID = "MIDWEST"
DealerID = "2837"
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 = "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 option489 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option489
}

x =490
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 option490 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option490
}

x =491
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 option491 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option491
}

x =492
subcat = new Array();
DealerName = "MSB Enterprises"
RegionID = "MIDWEST"
DealerID = "3168"
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 = "Nikles"
RegionID = "MIDWEST"
DealerID = "3141"
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 = "Norman Auto Sales"
RegionID = "MIDWEST"
DealerID = "1957"
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 = "Northgate Cars"
RegionID = "MIDWEST"
DealerID = "167"
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 = "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 option496 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option496
}

x =497
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 option497 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option497
}

x =498
subcat = new Array();
DealerName = "Northwest Auto Sales"
RegionID = "MIDWEST"
DealerID = "2341"
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 = "Northwest Auto Sales"
RegionID = "MIDWEST"
DealerID = "3754"
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 = "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 option500 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option500
}

x =501
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 option501 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option501
}

x =502
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 option502 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option502
}

x =503
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 option503 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option503
}

x =504
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 option504 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option504
}

x =505
subcat = new Array();
DealerName = "Payless Used Cars Inc"
RegionID = "MIDWEST"
DealerID = "2293"
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 = "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 option506 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option506
}

x =507
subcat = new Array();
DealerName = "Perkins Inc."
RegionID = "MIDWEST"
DealerID = "2515"
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 = "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 option508 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option508
}

x =509
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 option509 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option509
}

x =510
subcat = new Array();
DealerName = "Plaza Auto Sales"
RegionID = "MIDWEST"
DealerID = "1941"
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 = "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 option511 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option511
}

x =512
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 option512 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option512
}

x =513
subcat = new Array();
DealerName = "Pro Auto Inc"
RegionID = "MIDWEST"
DealerID = "2169"
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 = "Quattro Motors"
RegionID = "MIDWEST"
DealerID = "3243"
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 = "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 option515 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option515
}

x =516
subcat = new Array();
DealerName = "R & D Auto Sales"
RegionID = "MIDWEST"
DealerID = "3622"
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 = "R & R Auto Sales"
RegionID = "MIDWEST"
DealerID = "3417"
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 = "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 option518 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option518
}

x =519
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 option519 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option519
}

x =520
subcat = new Array();
DealerName = "Richhart's Auto Sales"
RegionID = "MIDWEST"
DealerID = "2992"
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 = "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 option521 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option521
}

x =522
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 option522 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option522
}

x =523
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 option523 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option523
}

x =524
subcat = new Array();
DealerName = "Rockwood Motors"
RegionID = "MIDWEST"
DealerID = "2742"
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 = "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 option525 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option525
}

x =526
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 option526 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option526
}

x =527
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 option527 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option527
}

x =528
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 option528 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option528
}

x =529
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 option529 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option529
}

x =530
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 option530 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option530
}

x =531
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 option531 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option531
}

x =532
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 option532 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option532
}

x =533
subcat = new Array();
DealerName = "Rudy's Auto Sales"
RegionID = "MIDWEST"
DealerID = "3576"
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 = "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 option534 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option534
}

x =535
subcat = new Array();
DealerName = "Select Auto"
RegionID = "MIDWEST"
DealerID = "3641"
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 = "Select Motors"
RegionID = "MIDWEST"
DealerID = "3601"
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 = "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 option537 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option537
}

x =538
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 option538 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option538
}

x =539
subcat = new Array();
DealerName = "South Chicago Auto Auction of Harvey"
RegionID = "MIDWEST"
DealerID = "3597"
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 = "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 option540 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option540
}

x =541
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 option541 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option541
}

x =542
subcat = new Array();
DealerName = "Southwest Auto Sales"
RegionID = "MIDWEST"
DealerID = "3553"
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 = "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 option543 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option543
}

x =544
subcat = new Array();
DealerName = "State Auto Sales - IL"
RegionID = "MIDWEST"
DealerID = "3511"
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 = "State Auto Sales - IN"
RegionID = "MIDWEST"
DealerID = "3512"
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 = "Street Style Motors"
RegionID = "MIDWEST"
DealerID = "2553"
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 = "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 option547 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option547
}

x =548
subcat = new Array();
DealerName = "Summit City Chevrolet"
RegionID = "MIDWEST"
DealerID = "3516"
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 = "Sycamore Auto Sales"
RegionID = "MIDWEST"
DealerID = "2389"
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 = "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 option550 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option550
}

x =551
subcat = new Array();
DealerName = "Team Gilly"
RegionID = "MIDWEST"
DealerID = "2847"
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 = "Ted's Auto Sales, Inc."
RegionID = "MIDWEST"
DealerID = "2979"
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 = "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 option553 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option553
}

x =554
subcat = new Array();
DealerName = "The Auto Park"
RegionID = "MIDWEST"
DealerID = "2752"
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 = "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 option555 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option555
}

x =556
subcat = new Array();
DealerName = "The Super Store"
RegionID = "MIDWEST"
DealerID = "2420"
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 = "Theis Motor Company"
RegionID = "MIDWEST"
DealerID = "222"
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 = "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 option558 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option558
}

x =559
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 option559 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option559
}

x =560
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 option560 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option560
}

x =561
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 option561 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option561
}

x =562
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 option562 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option562
}

x =563
subcat = new Array();
DealerName = "Tripe Motor Company, Inc."
RegionID = "MIDWEST"
DealerID = "2909"
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 = "Twin Rivers Auto Sales"
RegionID = "MIDWEST"
DealerID = "3273"
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 = "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 option565 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option565
}

x =566
subcat = new Array();
DealerName = "TWT AUTO GROUP"
RegionID = "MIDWEST"
DealerID = "3177"
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 = "Tyme Auto"
RegionID = "MIDWEST"
DealerID = "75"
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 = "UM Autos"
RegionID = "MIDWEST"
DealerID = "3603"
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 = "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 option569 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option569
}

x =570
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 option570 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option570
}

x =571
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 option571 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option571
}

x =572
subcat = new Array();
DealerName = "Used Car Outlet Inc"
RegionID = "MIDWEST"
DealerID = "128"
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 = "V Trade Inc."
RegionID = "MIDWEST"
DealerID = "3571"
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 = "Valley Motors"
RegionID = "MIDWEST"
DealerID = "156"
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 = "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 option575 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option575
}

x =576
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 option576 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option576
}

x =577
subcat = new Array();
DealerName = "Virtual Auto World of Fargo"
RegionID = "MIDWEST"
DealerID = "3435"
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 = "Vizachero Motors"
RegionID = "MIDWEST"
DealerID = "3388"
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 = "Waynesville Automart"
RegionID = "MIDWEST"
DealerID = "3675"
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 = "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 option580 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option580
}

x =581
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 option581 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option581
}

x =582
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 option582 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option582
}

x =583
subcat = new Array();
DealerName = "World Imports"
RegionID = "MIDWEST"
DealerID = "3534"
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 = "Wray DeHart Auto Sales"
RegionID = "MIDWEST"
DealerID = "63"
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 = "XL1 Motorsports"
RegionID = "MIDWEST"
DealerID = "41"
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 = "ZImports"
RegionID = "MIDWEST"
DealerID = "139"
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 = "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 option587 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option587
}

x =588
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 option588 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option588
}

x =589
subcat = new Array();
DealerName = "Auto Fair Inc"
RegionID = "NEWENG"
DealerID = "2354"
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 = "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 option590 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option590
}

x =591
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 option591 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option591
}

x =592
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 option592 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option592
}

x =593
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 option593 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option593
}

x =594
subcat = new Array();
DealerName = "Branford Auto Center"
RegionID = "NEWENG"
DealerID = "2743"
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 = "Brillant Motors"
RegionID = "NEWENG"
DealerID = "3144"
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 = "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 option596 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option596
}

x =597
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 option597 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option597
}

x =598
subcat = new Array();
DealerName = "Charter Auto Sales"
RegionID = "NEWENG"
DealerID = "3059"
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 = "Chelmford Street Auto"
RegionID = "NEWENG"
DealerID = "160"
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 = "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 option600 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option600
}

x =601
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 option601 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option601
}

x =602
subcat = new Array();
DealerName = "Discount Dave's Auto World"
RegionID = "NEWENG"
DealerID = "2967"
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 = "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 option603 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option603
}

x =604
subcat = new Array();
DealerName = "EJ Auto Sales"
RegionID = "NEWENG"
DealerID = "3066"
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 = "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 option605 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option605
}

x =606
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 option606 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option606
}

x =607
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 option607 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option607
}

x =608
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 option608 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option608
}

x =609
subcat = new Array();
DealerName = "J & B Auto Sales"
RegionID = "NEWENG"
DealerID = "3775"
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 = "John Crafts Auto Sales"
RegionID = "NEWENG"
DealerID = "3698"
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 = "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 option611 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option611
}

x =612
subcat = new Array();
DealerName = "Ocean Street Motors"
RegionID = "NEWENG"
DealerID = "276"
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 = "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 option613 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option613
}

x =614
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 option614 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option614
}

x =615
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 option615 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option615
}

x =616
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 option616 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option616
}

x =617
subcat = new Array();
DealerName = "Sunset Auto Sales"
RegionID = "NEWENG"
DealerID = "3635"
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 = "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 option618 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option618
}

x =619
subcat = new Array();
DealerName = "The Car Store - CT "
RegionID = "NEWENG"
DealerID = "3539"
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 = "Tuozzoli Bros Auto Sales"
RegionID = "NEWENG"
DealerID = "3507"
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 = "Vertucci Automotive"
RegionID = "NEWENG"
DealerID = "3634"
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 = "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 option622 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option622
}

x =623
subcat = new Array();
DealerName = "1st Financial Services & Automotive Sales"
RegionID = "SOUTH"
DealerID = "2709"
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 = "2000 AUTO"
RegionID = "SOUTH"
DealerID = "3535"
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 = "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 option625 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option625
}

x =626
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 option626 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option626
}

x =627
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 option627 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option627
}

x =628
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 option628 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option628
}

x =629
subcat = new Array();
DealerName = "A to Z Autos Inc"
RegionID = "SOUTH"
DealerID = "2722"
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 = "AAA Motors Inc."
RegionID = "SOUTH"
DealerID = "3413"
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 = "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 option631 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option631
}

x =632
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 option632 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option632
}

x =633
subcat = new Array();
DealerName = "Abby's Autos"
RegionID = "SOUTH"
DealerID = "2972"
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 = "ABC Dealer"
RegionID = "SOUTH"
DealerID = "144"
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 = "About 5000 Auto Sales"
RegionID = "SOUTH"
DealerID = "3747"
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 = "Ace Auto Sales"
RegionID = "SOUTH"
DealerID = "3563"
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 = "Adcox Imports"
RegionID = "SOUTH"
DealerID = "3526"
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 = "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 option638 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option638
}

x =639
subcat = new Array();
DealerName = "Alabama Auto Group"
RegionID = "SOUTH"
DealerID = "2751"
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 = "Alete Auto Group"
RegionID = "SOUTH"
DealerID = "2174"
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 = "Alex Montgomery Chevrolet"
RegionID = "SOUTH"
DealerID = "2176"
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 = "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 option642 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option642
}

x =643
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 option643 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option643
}

x =644
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 option644 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option644
}

x =645
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 option645 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option645
}

x =646
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 option646 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option646
}

x =647
subcat = new Array();
DealerName = "Alpha Cars"
RegionID = "SOUTH"
DealerID = "3054"
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 = "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 option648 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option648
}

x =649
subcat = new Array();
DealerName = "American Motors"
RegionID = "SOUTH"
DealerID = "3436"
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 = "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 option650 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option650
}

x =651
subcat = new Array();
DealerName = "ARA Autos"
RegionID = "SOUTH"
DealerID = "3625"
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 = "Arbol Auto Sales"
RegionID = "SOUTH"
DealerID = "3647"
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 = "Arlington Motors"
RegionID = "SOUTH"
DealerID = "2871"
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 = "Atlantic Beach Auto Sales"
RegionID = "SOUTH"
DealerID = "2590"
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 = "Austin Sports Cars"
RegionID = "SOUTH"
DealerID = "223"
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 = "Austintatious Autos"
RegionID = "SOUTH"
DealerID = "1744"
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 = "Auto America"
RegionID = "SOUTH"
DealerID = "3078"
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 = "Auto Brokers of Gulf Breeze"
RegionID = "SOUTH"
DealerID = "3755"
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 = "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 option659 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option659
}

x =660
subcat = new Array();
DealerName = "Auto City of Sarasota"
RegionID = "SOUTH"
DealerID = "2822"
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 = "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 option661 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option661
}

x =662
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 option662 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option662
}

x =663
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 option663 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option663
}

x =664
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 option664 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option664
}

x =665
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 option665 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option665
}

x =666
subcat = new Array();
DealerName = "Auto Expo of Rome"
RegionID = "SOUTH"
DealerID = "2613"
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 = "Auto Gallery"
RegionID = "SOUTH"
DealerID = "2620"
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 = "Auto Gallery"
RegionID = "SOUTH"
DealerID = "2645"
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 = "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 option669 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option669
}

x =670
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 option670 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option670
}

x =671
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 option671 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option671
}

x =672
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 option672 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option672
}

x =673
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 option673 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option673
}

x =674
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 option674 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option674
}

x =675
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 option675 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option675
}

x =676
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 option676 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option676
}

x =677
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 option677 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option677
}

x =678
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 option678 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option678
}

x =679
subcat = new Array();
DealerName = "Auto USA"
RegionID = "SOUTH"
DealerID = "2173"
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 = "Auto Xchange"
RegionID = "SOUTH"
DealerID = "271"
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 = "autobankcenter.net"
RegionID = "SOUTH"
DealerID = "2423"
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 = "Autofix Plus"
RegionID = "SOUTH"
DealerID = "3081"
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 = "Automart Superstore"
RegionID = "SOUTH"
DealerID = "3518"
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 = "Automax of Louisville 2"
RegionID = "SOUTH"
DealerID = "3361"
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 = "AutoMaxOne "
RegionID = "SOUTH"
DealerID = "3155"
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 = "Autoplex Import"
RegionID = "SOUTH"
DealerID = "60"
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 = "Autoquest USA"
RegionID = "SOUTH"
DealerID = "3478"
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 = "Autorama"
RegionID = "SOUTH"
DealerID = "3267"
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 = "Autos We Trust"
RegionID = "SOUTH"
DealerID = "3225"
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 = "Autowize Auto Sales"
RegionID = "SOUTH"
DealerID = "2382"
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 = "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 option691 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option691
}

x =692
subcat = new Array();
DealerName = "B H Auto Sales"
RegionID = "SOUTH"
DealerID = "3605"
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 = "Barefoot's Auto Mart"
RegionID = "SOUTH"
DealerID = "2991"
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 = "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 option694 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option694
}

x =695
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 option695 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option695
}

x =696
subcat = new Array();
DealerName = "Bavarian Sport Inc"
RegionID = "SOUTH"
DealerID = "3331"
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 = "Bay Family Of Fine Cars"
RegionID = "SOUTH"
DealerID = "3110"
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 = "Bayview Ford Lincoln Mercury, LLC"
RegionID = "SOUTH"
DealerID = "365"
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 = "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 option699 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option699
}

x =700
subcat = new Array();
DealerName = "Beal Parkway Lincoln Mercury Volvo"
RegionID = "SOUTH"
DealerID = "2705"
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 = "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 option701 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option701
}

x =702
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 option702 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option702
}

x =703
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 option703 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option703
}

x =704
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 option704 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option704
}

x =705
subcat = new Array();
DealerName = "Best Net Auto Sales Inc."
RegionID = "SOUTH"
DealerID = "3403"
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 = "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 option706 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option706
}

x =707
subcat = new Array();
DealerName = "Best Price Auto"
RegionID = "SOUTH"
DealerID = "2271"
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 = "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 option708 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option708
}

x =709
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 option709 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option709
}

x =710
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 option710 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option710
}

x =711
subcat = new Array();
DealerName = "Big Dixie Autos"
RegionID = "SOUTH"
DealerID = "3321"
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 = "Bill Allison Auto Sales"
RegionID = "SOUTH"
DealerID = "3736"
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 = "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 option713 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option713
}

x =714
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 option714 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option714
}

x =715
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 option715 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option715
}

x =716
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 option716 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option716
}

x =717
subcat = new Array();
DealerName = "BK Auto Sales"
RegionID = "SOUTH"
DealerID = "3386"
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 = "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 option718 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option718
}

x =719
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 option719 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option719
}

x =720
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 option720 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option720
}

x =721
subcat = new Array();
DealerName = "Blue Moon Auto Sales"
RegionID = "SOUTH"
DealerID = "2696"
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 = "BMVW Auto Sales"
RegionID = "SOUTH"
DealerID = "2636"
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 = "Bob Morris Auto Sales"
RegionID = "SOUTH"
DealerID = "94"
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 = "Bogue Auto Sales"
RegionID = "SOUTH"
DealerID = "3581"
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 = "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 option725 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option725
}

x =726
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 option726 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option726
}

x =727
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 option727 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option727
}

x =728
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 option728 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option728
}

x =729
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 option729 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option729
}

x =730
subcat = new Array();
DealerName = "Brasil Auto Center"
RegionID = "SOUTH"
DealerID = "2832"
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 = "Bridge Street Auto Sales"
RegionID = "SOUTH"
DealerID = "3122"
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 = "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 option732 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option732
}

x =733
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 option733 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option733
}

x =734
subcat = new Array();
DealerName = "Browning Chevrolet,  Pontiac & GMC"
RegionID = "SOUTH"
DealerID = "31"
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 = "Brown's Auto Sales"
RegionID = "SOUTH"
DealerID = "2962"
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 = "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 option736 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option736
}

x =737
subcat = new Array();
DealerName = "Buy It Right Automotive LLC"
RegionID = "SOUTH"
DealerID = "2734"
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 = "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 option738 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option738
}

x =739
subcat = new Array();
DealerName = "C & J Auto Sales"
RegionID = "SOUTH"
DealerID = "3286"
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 = "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 option740 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option740
}

x =741
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 option741 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option741
}

x =742
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 option742 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option742
}

x =743
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 option743 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option743
}

x =744
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 option744 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option744
}

x =745
subcat = new Array();
DealerName = "Capitol Auto Express"
RegionID = "SOUTH"
DealerID = "314"
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 = "Car Deals Auto Sales"
RegionID = "SOUTH"
DealerID = "3052"
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 = "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 option747 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option747
}

x =748
subcat = new Array();
DealerName = "Car Net USA"
RegionID = "SOUTH"
DealerID = "3287"
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 = "Car Request, Inc."
RegionID = "SOUTH"
DealerID = "2859"
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 = "Carchoice of Jonesboro"
RegionID = "SOUTH"
DealerID = "2591"
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 = "Carfinders"
RegionID = "SOUTH"
DealerID = "2929"
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 = "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 option752 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option752
}

x =753
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 option753 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option753
}

x =754
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 option754 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option754
}

x =755
subcat = new Array();
DealerName = "Carolina Automotive Center LLC"
RegionID = "SOUTH"
DealerID = "3645"
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 = "Carolina Motorcars Sales and Service"
RegionID = "SOUTH"
DealerID = "3090"
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 = "Carolina Motors"
RegionID = "SOUTH"
DealerID = "3042"
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 = "Carrollton Motors"
RegionID = "SOUTH"
DealerID = "3204"
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 = "Cars Etc LLC"
RegionID = "SOUTH"
DealerID = "3121"
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 = "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 option760 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option760
}

x =761
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 option761 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option761
}

x =762
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 option762 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option762
}

x =763
subcat = new Array();
DealerName = "Casablanca Auto Sales"
RegionID = "SOUTH"
DealerID = "2804"
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 = "Cash-N-Carry Auto Sales"
RegionID = "SOUTH"
DealerID = "3683"
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 = "Cass Auto Sales"
RegionID = "SOUTH"
DealerID = "318"
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 = "CC Auto Brokers Inc"
RegionID = "SOUTH"
DealerID = "2759"
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 = "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 option767 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option767
}

x =768
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 option768 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option768
}

x =769
subcat = new Array();
DealerName = "Central Florida Auto Wholesale"
RegionID = "SOUTH"
DealerID = "2194"
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 = "Central Florida Sales and Leasing"
RegionID = "SOUTH"
DealerID = "467"
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 = "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 option771 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option771
}

x =772
subcat = new Array();
DealerName = "Champion Preferred Auto"
RegionID = "SOUTH"
DealerID = "2913"
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 = "Choice Auto Inc."
RegionID = "SOUTH"
DealerID = "3310"
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 = "CIA Autoplex"
RegionID = "SOUTH"
DealerID = "3730"
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 = "Circus Auto Sales"
RegionID = "SOUTH"
DealerID = "2115"
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 = "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 option776 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option776
}

x =777
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 option777 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option777
}

x =778
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 option778 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option778
}

x =779
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 option779 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option779
}

x =780
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 option780 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option780
}

x =781
subcat = new Array();
DealerName = "Clayton Volvo"
RegionID = "SOUTH"
DealerID = "3100"
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 = "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 option782 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option782
}

x =783
subcat = new Array();
DealerName = "Cobra Motors"
RegionID = "SOUTH"
DealerID = "3335"
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 = "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 option784 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option784
}

x =785
subcat = new Array();
DealerName = "Cosmo Motors"
RegionID = "SOUTH"
DealerID = "3303"
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 = "Cottage Car Sales"
RegionID = "SOUTH"
DealerID = "411"
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 = "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 option787 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option787
}

x =788
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 option788 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option788
}

x =789
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 option789 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option789
}

x =790
subcat = new Array();
DealerName = "Credit Union Car Finders"
RegionID = "SOUTH"
DealerID = "2539"
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 = "Credit Union Fleet Sales"
RegionID = "SOUTH"
DealerID = "2579"
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 = "Crencor Leasing & Sales"
RegionID = "SOUTH"
DealerID = "3651"
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 = "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 option793 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option793
}

x =794
subcat = new Array();
DealerName = "Crossroads Auto Sales Inc"
RegionID = "SOUTH"
DealerID = "2451"
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 = "CS Motorsports"
RegionID = "SOUTH"
DealerID = "2285"
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 = "Cure Leasing and Maintenance"
RegionID = "SOUTH"
DealerID = "2606"
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 = "Cyber Motor Cars"
RegionID = "SOUTH"
DealerID = "272"
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 = "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 option798 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option798
}

x =799
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 option799 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option799
}

x =800
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 option800 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option800
}

x =801
subcat = new Array();
DealerName = "Delray Auto Mall"
RegionID = "SOUTH"
DealerID = "210"
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 = "Diamond Auto Mall LLC"
RegionID = "SOUTH"
DealerID = "3570"
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 = "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 option803 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option803
}

x =804
subcat = new Array();
DealerName = "Direct Auto Brokers"
RegionID = "SOUTH"
DealerID = "2986"
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 = "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 option805 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option805
}

x =806
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 option806 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option806
}

x =807
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 option807 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option807
}

x =808
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 option808 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option808
}

x =809
subcat = new Array();
DealerName = "Dorchester Auto Mart"
RegionID = "SOUTH"
DealerID = "3408"
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 = "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 option810 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option810
}

x =811
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 option811 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option811
}

x =812
subcat = new Array();
DealerName = "Drivers Way 280 Store"
RegionID = "SOUTH"
DealerID = "3441"
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 = "Drivers Way AL"
RegionID = "SOUTH"
DealerID = "3442"
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 = "Duncan Automotive"
RegionID = "SOUTH"
DealerID = "66"
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 = "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 option815 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option815
}

x =816
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 option816 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option816
}

x =817
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 option817 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option817
}

x =818
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 option818 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option818
}

x =819
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 option819 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option819
}

x =820
subcat = new Array();
DealerName = "Efficiency Motor Cars"
RegionID = "SOUTH"
DealerID = "3580"
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 = "Elite Automotive"
RegionID = "SOUTH"
DealerID = "2737"
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 = "Elite Motors of Tampa"
RegionID = "SOUTH"
DealerID = "2749"
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 = "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 option823 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option823
}

x =824
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 option824 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option824
}

x =825
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 option825 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option825
}

x =826
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 option826 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option826
}

x =827
subcat = new Array();
DealerName = "E-Z Credit Autos"
RegionID = "SOUTH"
DealerID = "3219"
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 = "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 option828 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option828
}

x =829
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 option829 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option829
}

x =830
subcat = new Array();
DealerName = "Fern Creek Auto Sales"
RegionID = "SOUTH"
DealerID = "437"
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 = "Finnicum Motor Company"
RegionID = "SOUTH"
DealerID = "3569"
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 = "Five Star Auto Sales"
RegionID = "SOUTH"
DealerID = "2004"
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 = "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 option833 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option833
}

x =834
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 option834 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option834
}

x =835
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 option835 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option835
}

x =836
subcat = new Array();
DealerName = "Friendly Finance Auto Sales"
RegionID = "SOUTH"
DealerID = "3729"
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 = "Friendship Classics"
RegionID = "SOUTH"
DealerID = "2942"
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 = "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 option838 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option838
}

x =839
subcat = new Array();
DealerName = "G & B Auto Sales"
RegionID = "SOUTH"
DealerID = "3573"
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 = "G & G Motors"
RegionID = "SOUTH"
DealerID = "2775"
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 = "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 option841 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option841
}

x =842
subcat = new Array();
DealerName = "G and M Auto Sales, Inc."
RegionID = "SOUTH"
DealerID = "392"
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 = "Gables Sportscars"
RegionID = "SOUTH"
DealerID = "2671"
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 = "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 option844 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option844
}

x =845
subcat = new Array();
DealerName = "Gateway Auto Broker"
RegionID = "SOUTH"
DealerID = "3384"
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 = "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 option846 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option846
}

x =847
subcat = new Array();
DealerName = "George's Quick Auto Credit"
RegionID = "SOUTH"
DealerID = "3686"
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 = "Georgia Car Center"
RegionID = "SOUTH"
DealerID = "2665"
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 = "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 option849 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option849
}

x =850
subcat = new Array();
DealerName = "Goldmark Auto Group"
RegionID = "SOUTH"
DealerID = "3662"
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 = "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 option851 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option851
}

x =852
subcat = new Array();
DealerName = "Got Your Auto"
RegionID = "SOUTH"
DealerID = "3497"
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 = "Grand 54 Auto Sales"
RegionID = "SOUTH"
DealerID = "312"
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 = "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 option854 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option854
}

x =855
subcat = new Array();
DealerName = "Haims Motors"
RegionID = "SOUTH"
DealerID = "3577"
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 = "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 option856 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option856
}

x =857
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 option857 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option857
}

x =858
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 option858 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option858
}

x =859
subcat = new Array();
DealerName = "Harris Motors"
RegionID = "SOUTH"
DealerID = "3762"
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 = "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 option860 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option860
}

x =861
subcat = new Array();
DealerName = "High Country Truck and Van"
RegionID = "SOUTH"
DealerID = "49"
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 = "Hi-Tech Motors"
RegionID = "SOUTH"
DealerID = "2582"
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 = "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 option863 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option863
}

x =864
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 option864 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option864
}

x =865
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 option865 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option865
}

x =866
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 option866 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option866
}

x =867
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 option867 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option867
}

x =868
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 option868 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option868
}

x =869
subcat = new Array();
DealerName = "Hugo Auto Sales"
RegionID = "SOUTH"
DealerID = "3630"
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 = "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 option870 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option870
}

x =871
subcat = new Array();
DealerName = "Ideal Imports"
RegionID = "SOUTH"
DealerID = "3349"
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 = "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 option872 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option872
}

x =873
subcat = new Array();
DealerName = "Import Auto Brokers"
RegionID = "SOUTH"
DealerID = "2823"
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 = "Import Motor Sport"
RegionID = "SOUTH"
DealerID = "3708"
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 = "Import Motors"
RegionID = "SOUTH"
DealerID = "2012"
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 = "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 option876 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option876
}

x =877
subcat = new Array();
DealerName = "J & H Auto Sales"
RegionID = "SOUTH"
DealerID = "3378"
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 = "Jack Revels Auto Sales"
RegionID = "SOUTH"
DealerID = "2649"
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 = "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 option879 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option879
}

x =880
subcat = new Array();
DealerName = "Jeff Jones Motors"
RegionID = "SOUTH"
DealerID = "3239"
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 = "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 option881 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option881
}

x =882
subcat = new Array();
DealerName = "Jerry Hunt Auto Sales"
RegionID = "SOUTH"
DealerID = "2045"
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 = "Jerry Lewis Autos"
RegionID = "SOUTH"
DealerID = "3671"
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 = "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 option884 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option884
}

x =885
subcat = new Array();
DealerName = "J-Linn Motors"
RegionID = "SOUTH"
DealerID = "234"
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 = "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 option886 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option886
}

x =887
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 option887 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option887
}

x =888
subcat = new Array();
DealerName = "JS International"
RegionID = "SOUTH"
DealerID = "3419"
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 = "JSF Automotive LLC"
RegionID = "SOUTH"
DealerID = "2617"
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 = "Justin's Auto Sales Inc"
RegionID = "SOUTH"
DealerID = "2980"
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 = "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 option891 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option891
}

x =892
subcat = new Array();
DealerName = "Karns Motor Company"
RegionID = "SOUTH"
DealerID = "2932"
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 = "Karz Direct"
RegionID = "SOUTH"
DealerID = "3201"
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 = "Kern Automotive Group"
RegionID = "SOUTH"
DealerID = "2840"
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 = "Killeen Autobrokers"
RegionID = "SOUTH"
DealerID = "3372"
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 = "King Automotive"
RegionID = "SOUTH"
DealerID = "3721"
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 = "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 option897 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option897
}

x =898
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 option898 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option898
}

x =899
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 option899 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option899
}

x =900
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 option900 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option900
}

x =901
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 option901 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option901
}

x =902
subcat = new Array();
DealerName = "Landmark Auto"
RegionID = "SOUTH"
DealerID = "2504"
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 = "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 option903 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option903
}

x =904
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 option904 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option904
}

x =905
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 option905 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option905
}

x =906
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 option906 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option906
}

x =907
subcat = new Array();
DealerName = "Larry's Motor Sales"
RegionID = "SOUTH"
DealerID = "3002"
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 = "Lebanon Car World"
RegionID = "SOUTH"
DealerID = "3094"
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 = "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 option909 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option909
}

x =910
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 option910 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option910
}

x =911
subcat = new Array();
DealerName = "LG Auto Sales"
RegionID = "SOUTH"
DealerID = "2811"
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 = "Liberty Motor Company Inc"
RegionID = "SOUTH"
DealerID = "3346"
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 = "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 option913 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option913
}

x =914
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 option914 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option914
}

x =915
subcat = new Array();
DealerName = "Luxury Imports"
RegionID = "SOUTH"
DealerID = "3599"
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 = "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 option916 = new Option(subcat[x,0], subcat[x,2])
region.Dealer.options[region.Dealer.length]=option916
}

x =917
subcat = new Array();
DealerName = "Magnolia Wholesale Motors"
RegionID = "SOUTH"
DealerID = "3327"
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 = "Mahindra of Little Rock"
RegionID = "SOUTH"
DealerID = "3525"
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 = "Marietta Auto Mall"
RegionID = "SOUTH"
DealerID = "245"
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 = "Martin Auto Mart"
RegionID = "SOUTH"
DealerID = "130"
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 = "Mattingly Motors"
RegionID = "SOUTH"
DealerID = "3127"
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 = "Max Cars Auto Sales"
RegionID = "SOUTH"
DealerID = "347"
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 = "McGinness2.com"
RegionID = "SOUTH"
DealerID = "376"
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 = "McPeak Motors"
RegionID = "SOUTH"
DealerID = "2836"
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 = "McPeak Motors Chapel Hill"
RegionID = "SOUTH"
DealerID = "3672"
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 = "Members Auto Exchange"
RegionID = "SOUTH"
DealerID = "2005"
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 = "Metro Auto Sales"
RegionID = "SOUTH"
DealerID = "3588"
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 = "Metro Motors"
RegionID = "SOUTH"
DealerID = "3481"
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 = "Metrolina Autohaus"
RegionID = "SOUTH"
DealerID = "3355"
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 = "Midlake Motors"
RegionID = "SOUTH"
DealerID = "3618"
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 = "Midwest Auto Store"
RegionID = "SOUTH"
DealerID = "3766"
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 = "Mike Cox Motors"
RegionID = "SOUTH"
DealerID = "2328"
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 = "Mike Kashtan's Superior Auto Sales"
RegionID = "SOUTH"
DealerID = "3004"
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 = "Mincer Motors"
RegionID = "SOUTH"
DealerID = "265"
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 = "Mitchell Mill Motors"
RegionID = "SOUTH"
DealerID = "62"
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 = "M-K-T Auto Sales Inc."
RegionID = "SOUTH"
DealerID = "53"
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 = "Moritz Chevrolet Chrysler Jeep of Ft. Worth"
RegionID = "SOUTH"
DealerID = "3560"
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 = "Moritz Kia Ft. Worth PreOwned"
RegionID = "SOUTH"
DealerID = "3561"
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 = "Moritz Kia of Hurst PreOwned"
RegionID = "SOUTH"
DealerID = "3562"
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 = "Morris Auto Sales GA"
RegionID = "SOUTH"
DealerID = "2568"
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 = "Motorcars of South Texas"
RegionID = "SOUTH"
DealerID = "402"
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 = "Motorcars On Main"
RegionID = "SOUTH"
DealerID = "3164"
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 = "Murray Motors, LLC"
RegionID = "SOUTH"
DealerID = "2769"
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 = "Nations Rides"
RegionID = "SOUTH"
DealerID = "3709"
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 = "Nettleton Auto Sales"
RegionID = "SOUTH"
DealerID = "2060"
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 = "Neutz Brothers Cars"
RegionID = "SOUTH"
DealerID = "2387"
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 = "New 2 U Auto Sales"
RegionID = "SOUTH"
DealerID = "3750"
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 = "Nocona Motors"
RegionID = "SOUTH"
DealerID = "2875"
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 = "Norside Imports"
RegionID = "SOUTH"
DealerID = "3665"
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 = "Northeast Auto Sales & Service Inc."
RegionID = "SOUTH"
DealerID = "2678"
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 = "Okatie Auto Connection"
RegionID = "SOUTH"
DealerID = "2901"
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 = "Old South Sales"
RegionID = "SOUTH"
DealerID = "2851"
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 = "Oldfield's Used Cars"
RegionID = "SOUTH"
DealerID = "3767"
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 = "Omega Motors"
RegionID = "SOUTH"
DealerID = "3120"
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 = "Omni Auto Sales"
RegionID = "SOUTH"
DealerID = "2708"
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 = "Orlando Auto Brokers, Inc."
RegionID = "SOUTH"
DealerID = "2753"
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 = "Palm Tree Auto Sales"
RegionID = "SOUTH"
DealerID = "3182"
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 = "Palmetto Preowned"
RegionID = "SOUTH"
DealerID = "3277"
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 = "Palmetto Wholesale Motors"
RegionID = "SOUTH"
DealerID = "3487"
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 = "Paniagua Auto Sales"
RegionID = "SOUTH"
DealerID = "2664"
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 = "Parker Motor Company"
RegionID = "SOUTH"
DealerID = "3524"
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 = "Parks Motor Sales"
RegionID = "SOUTH"
DealerID = "3551"
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 = "Parkway Cars and Tires"
RegionID = "SOUTH"
DealerID = "324"
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 = "Paul's Trading Station LLC"
RegionID = "SOUTH"
DealerID = "3024"
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 = "PC Used Cars"
RegionID = "SOUTH"
DealerID = "2893"
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 = "Pelham Imports"
RegionID = "SOUTH"
DealerID = "2723"
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 = "Pelican Park Motors"
RegionID = "SOUTH"
DealerID = "2653"
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 = "Pennington Automotive"
RegionID = "SOUTH"
DealerID = "2483"
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 = "Pensacola Auto Depot"
RegionID = "SOUTH"
DealerID = "3083"
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 = "Performance Auto Center"
RegionID = "SOUTH"
DealerID = "3614"
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 = "Performance Cars and Trucks"
RegionID = "SOUTH"
DealerID = "3504"
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 = "Pickerill Motor Company"
RegionID = "SOUTH"
DealerID = "181"
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 = "Pinellas Motors Inc."
RegionID = "SOUTH"
DealerID = "3695"
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 = "Pioneer Used Cars"
RegionID = "SOUTH"
DealerID = "2035"
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 = "Plantation National Auto"
RegionID = "SOUTH"
DealerID = "3746"
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 = "Platinum Motor Sports Auto Sales"
RegionID = "SOUTH"
DealerID = "198"
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 = "Podium Auto Sales"
RegionID = "SOUTH"
DealerID = "3434"
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 = "Prestige Autos"
RegionID = "SOUTH"
DealerID = "3352"
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 = "Pro Cars of Sarasota"
RegionID = "SOUTH"
DealerID = "3404"
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 = "Pro Motors Inc."
RegionID = "SOUTH"
DealerID = "2220"
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 = "Quality Auto of Collins"
RegionID = "SOUTH"
DealerID = "3360"
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 = "Quality Car Sales"
RegionID = "SOUTH"
DealerID = "3720"
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 = "Quality Motor Company"
RegionID = "SOUTH"
DealerID = "3240"
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 = "R&R Auto Sales"
RegionID = "SOUTH"
DealerID = "3424"
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 = "R32 Auto Sales"
RegionID = "SOUTH"
DealerID = "3390"
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 = "Radcliff Budget Car Sales"
RegionID = "SOUTH"
DealerID = "459"
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 = "Ray Hibdon's Car Choice"
RegionID = "SOUTH"
DealerID = "3232"
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 = "Richards Car Company"
RegionID = "SOUTH"
DealerID = "2017"
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 = "River Bend Ford"
RegionID = "SOUTH"
DealerID = "2272"
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 = "River Chase Auto Sales"
RegionID = "SOUTH"
DealerID = "3586"
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 = "Rock City Auto Sales and Service"
RegionID = "SOUTH"
DealerID = "2526"
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 = "Rollins Automotive"
RegionID = "SOUTH"
DealerID = "3517"
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 = "Royal Motor Sales"
RegionID = "SOUTH"
DealerID = "3323"
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 = "Sam Swope Auto Group"
RegionID = "SOUTH"
DealerID = "3291"
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 = "Sami's Auto Sales"
RegionID = "SOUTH"
DealerID = "3020"
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 = "SAR Enterprises"
RegionID = "SOUTH"
DealerID = "2377"
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 = "Saverance Family Auto Center"
RegionID = "SOUTH"
DealerID = "2034"
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 = "Scott C's Auto Outlet"
RegionID = "SOUTH"
DealerID = "2996"
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 = "Scotty's Auto Sales"
RegionID = "SOUTH"
DealerID = "3000"
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 = "Selective Motor Cars"
RegionID = "SOUTH"
DealerID = "2046"
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 = "Sherold Salmon Auto Superstore"
RegionID = "SOUTH"
DealerID = "2145"
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 = "Showcase Auto Sales"
RegionID = "SOUTH"
DealerID = "2267"
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 = "Showcase Cars & Trucks"
RegionID = "SOUTH"
DealerID = "3294"
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 = "Shumaker Motors Inc"
RegionID = "SOUTH"
DealerID = "2472"
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 = "Smith Motor Company"
RegionID = "SOUTH"
DealerID = "3165"
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 = "SNB Auto Wholesalers"
RegionID = "SOUTH"
DealerID = "3414"
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 = "Sonny Bishop Cars"
RegionID = "SOUTH"
DealerID = "55"
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 = "Southeastern Auto Brokers"
RegionID = "SOUTH"
DealerID = "3266"
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 = "Southeastern Auto Sales of Augusta"
RegionID = "SOUTH"
DealerID = "3389"
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 = "Southern Auto Brokers"
RegionID = "SOUTH"
DealerID = "3545"
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 = "Southtown Auto Sales"
RegionID = "SOUTH"
DealerID = "3079"
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 = "Specialty Auto Sales & Car Rentals"
RegionID = "SOUTH"
DealerID = "3241"
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 = "Specialty Autoplex"
RegionID = "SOUTH"
DealerID = "2770"
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 = "Stallons Auto Sales"
RegionID = "SOUTH"
DealerID = "310"
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 = "Stan Egan's Auto World"
RegionID = "SOUTH"
DealerID = "2990"
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 = "Standiford Field Car Sales"
RegionID = "SOUTH"
DealerID = "420"
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 = "Star Auto Brokers"
RegionID = "SOUTH"
DealerID = "2337"
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 = "Stars Auto Sales"
RegionID = "SOUTH"
DealerID = "199"
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 = "Sterling Automotive"
RegionID = "SOUTH"
DealerID = "3772"
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 = "Subaru of Columbus"
RegionID = "SOUTH"
DealerID = "2946"
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 = "Sugar Hill Autos Sales Inc."
RegionID = "SOUTH"
DealerID = "3396"
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 = "Sunny Florida Motors"
RegionID = "SOUTH"
DealerID = "3280"
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 = "Sunshine Auto Brokers Inc."
RegionID = "SOUTH"
DealerID = "3332"
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 = "Super Sport Auto"
RegionID = "SOUTH"
DealerID = "3737"
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 = "Sutherland Imports"
RegionID = "SOUTH"
DealerID = "305"
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 = "Swain Automotive"
RegionID = "SOUTH"
DealerID = "3279"
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 = "T & J Auto Sales"
RegionID = "SOUTH"
DealerID = "3112"
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 = "Tackett Auto Exchange"
RegionID = "SOUTH"
DealerID = "45"
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 = "Tampa Bay Motor Works Inc"
RegionID = "SOUTH"
DealerID = "202"
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 = "Teal Automotive"
RegionID = "SOUTH"
DealerID = "3043"
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 = "Testarossa Motors"
RegionID = "SOUTH"
DealerID = "377"
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 = "Texas Auto Ranch"
RegionID = "SOUTH"
DealerID = "1917"
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 = "Texas Star Auto"
RegionID = "SOUTH"
DealerID = "116"
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 = "Texas Truck Sales"
RegionID = "SOUTH"
DealerID = "2033"
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 = "The Car Shack "
RegionID = "SOUTH"
DealerID = "2408"
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 = "The Connection Motors"
RegionID = "SOUTH"
DealerID = "2509"
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 = "Thomas Auto World"
RegionID = "SOUTH"
DealerID = "3682"
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 = "Thoroughbred Motorcars"
RegionID = "SOUTH"
DealerID = "2349"
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 = "Tilley's Auto Sales"
RegionID = "SOUTH"
DealerID = "3480"
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 = "Tim French Superstores LLC"
RegionID = "SOUTH"
DealerID = "78"
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 = "Tim's Motors"
RegionID = "SOUTH"
DealerID = "3028"
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 = "Tom Leis Auto Sales Inc."
RegionID = "SOUTH"
DealerID = "327"
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 = "Townsend Motors Inc"
RegionID = "SOUTH"
DealerID = "2525"
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 = "Trader Jacks Indoor Auto Showroom"
RegionID = "SOUTH"
DealerID = "138"
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 = "Tradition Auto Sales"
RegionID = "SOUTH"
DealerID = "3179"
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 = "Transportation Motor Sales"
RegionID = "SOUTH"
DealerID = "421"
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 = "Transtar Motors"
RegionID = "SOUTH"
DealerID = "2710"
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 = "Triangle Imports"
RegionID = "SOUTH"
DealerID = "3034"
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 = "Tri-City Motors"
RegionID = "SOUTH"
DealerID = "2178"
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 = "Tri-City's Auto Sales"
RegionID = "SOUTH"
DealerID = "3035"
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 = "Troy's Auto Sales"
RegionID = "SOUTH"
DealerID = "3022"
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 = "True Motorcar Collection"
RegionID = "SOUTH"
DealerID = "3114"
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 = "Tryon Auto Mall"
RegionID = "SOUTH"
DealerID = "3660"
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 = "U Drive"
RegionID = "SOUTH"
DealerID = "3690"
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 = "Ultimate Auto Group Inc"
RegionID = "SOUTH"
DealerID = "270"
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 = "Unique Automotive"
RegionID = "SOUTH"
DealerID = "409"
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 = "Unique Automotive LLC"
RegionID = "SOUTH"
DealerID = "3304"
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 = "United Auto Brokers"
RegionID = "SOUTH"
DealerID = "3527"
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 = "United Auto Sale of Augusta"
RegionID = "SOUTH"
DealerID = "3220"
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 = "United Financial Automotive"
RegionID = "SOUTH"
DealerID = "3158"
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 = "Universal Motor Cars"
RegionID = "SOUTH"
DealerID = "2243"
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 = "Universal Motors of Miami"
RegionID = "SOUTH"
DealerID = "2371"
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 = "University Auto & Truck Store"
RegionID = "SOUTH"
DealerID = "2815"
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 = "Uride"
RegionID = "SOUTH"
DealerID = "2605"
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 = "USA Auto & Lending"
RegionID = "SOUTH"
DealerID = "2880"
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 = "VA Quality Motors"
RegionID = "SOUTH"
DealerID = "2277"
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 = "VIP Brokers"
RegionID = "SOUTH"
DealerID = "2025"
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 = "Volvo of Columbus"
RegionID = "SOUTH"
DealerID = "2930"
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 = "Volvo of Houston"
RegionID = "SOUTH"
DealerID = "1566"
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 = "Warren and Associates Auto Sales"
RegionID = "SOUTH"
DealerID = "40"
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 = "We Finance Auto Sales"
RegionID = "SOUTH"
DealerID = "3326"
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 = "West Ridge Auto Sales"
RegionID = "SOUTH"
DealerID = "3222"
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 = "West TN Motor Company"
RegionID = "SOUTH"
DealerID = "2537"
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 = "Westland Motors"
RegionID = "SOUTH"
DealerID = "2500"
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 = "Wheatley Auto Sales"
RegionID = "SOUTH"
DealerID = "73"
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 = "Wholesale Auto Network"
RegionID = "SOUTH"
DealerID = "2491"
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 = "Wholesale Auto Plus LLP"
RegionID = "SOUTH"
DealerID = "2763"
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 = "Wholesale Motors"
RegionID = "SOUTH"
DealerID = "2152"
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 = "Wholesale Unlimited"
RegionID = "SOUTH"
DealerID = "2659"
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 = "Winebarger Motors"
RegionID = "SOUTH"
DealerID = "3176"
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 = "Woodford Auto Sales"
RegionID = "SOUTH"
DealerID = "3272"
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 = "World Auto Brokers"
RegionID = "SOUTH"
DealerID = "2571"
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 = "World Champions Auto Sales"
RegionID = "SOUTH"
DealerID = "3482"
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 = "World On Wheels"
RegionID = "SOUTH"
DealerID = "346"
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 = "Xtreme Jeep Sales, Inc."
RegionID = "SOUTH"
DealerID = "3097"
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 = "Your Deal Automotive"
RegionID = "SOUTH"
DealerID = "3520"
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 = "Zimmerman Motorcars"
RegionID = "SOUTH"
DealerID = "375"
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 = "All Western States Dealers"
RegionID = "WEST"
DealerID =  ""
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 = "4 B's Auto"
RegionID = "WEST"
DealerID = "3337"
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 = "50 Cars Under 5000"
RegionID = "WEST"
DealerID = "2226"
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 = "8th Street Auto "
RegionID = "WEST"
DealerID = "2642"
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 = "A Quality Auto Sales Inc."
RegionID = "WEST"
DealerID = "3593"
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 = "A.T. Autobrokers"
RegionID = "WEST"
DealerID = "2810"
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 = "Aaero Sweet Corporation"
RegionID = "WEST"
DealerID = "3191"
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 = "Abba Auto Sales"
RegionID = "WEST"
DealerID = "448"
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 = "About Time Car & Truck Center"
RegionID = "WEST"
DealerID = "2484"
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 = "Abqautoloan.com"
RegionID = "WEST"
DealerID = "2596"
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 = "AC European Inc"
RegionID = "WEST"
DealerID = "387"
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 = "ACV Wholesale Warehouse"
RegionID = "WEST"
DealerID = "164"
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 = "ADI Autosport"
RegionID = "WEST"
DealerID = "3365"
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 = "Advantage Automotive Center"
RegionID = "WEST"
DealerID = "438"
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 = "Airport Chevrolet - DA 0486 OR"
RegionID = "WEST"
DealerID = "3438"
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 = "Already Driven"
RegionID = "WEST"
DealerID = "3040"
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 = "American Auto Sport"
RegionID = "WEST"
DealerID = "2306"
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 = "Amigo Auto Sales"
RegionID = "WEST"
DealerID = "2920"
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 = "Anastos Motors"
RegionID = "WEST"
DealerID = "3564"
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 = "Apex Autonet, Inc."
RegionID = "WEST"
DealerID = "3558"
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 = "Arizona Fleet Sales"
RegionID = "WEST"
DealerID = "2635"
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 = "Assume RV Payments"
RegionID = "WEST"
DealerID = "3356"
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 = "Aufmuth Motors"
RegionID = "WEST"
DealerID = "2252"
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 = "Auto Bank Center"
RegionID = "WEST"
DealerID = "2820"
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 = "Auto Brokers International"
RegionID = "WEST"
DealerID = "3039"
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 = "Auto Buyer Inc"
RegionID = "WEST"
DealerID = "454"
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 = "Auto Credit Union"
RegionID = "WEST"
DealerID = "3138"
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 = "Auto Depot"
RegionID = "WEST"
DealerID = "3704"
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 = "Auto Express"
RegionID = "WEST"
DealerID = "2430"
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 = "Auto For Less"
RegionID = "WEST"
DealerID = "3128"
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 = "Auto Gallery California"
RegionID = "WEST"
DealerID = "296"
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 = "Auto Rey"
RegionID = "WEST"
DealerID = "3615"
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 = "Auto Search USA"
RegionID = "WEST"
DealerID = "3135"
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 = "Auto XChange"
RegionID = "WEST"
DealerID = "3749"
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 = "Automax"
RegionID = "WEST"
DealerID = "3583"
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 = "Autosource Pre-Owned Vehicles"
RegionID = "WEST"
DealerID = "3572"
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 = "Bains Motors"
RegionID = "WEST"
DealerID = "2747"
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 = "Bargain Buggys"
RegionID = "WEST"
DealerID = "3685"
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 = "Base Auto Sales"
RegionID = "WEST"
DealerID = "3216"
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 = "Basler Auto"
RegionID = "WEST"
DealerID = "2208"
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 = "Bear Auto"
RegionID = "WEST"
DealerID = "2405"
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 = "Bell's Truck Sales"
RegionID = "WEST"
DealerID = "2960"
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 = "Best Auto Trader"
RegionID = "WEST"
DealerID = "3037"
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 = "Bestautobuy"
RegionID = "WEST"
DealerID = "2919"
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 = "BG Motors Seattle"
RegionID = "WEST"
DealerID = "367"
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 = "Blue Rhino Motors"
RegionID = "WEST"
DealerID = "3057"
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 = "Blue Spruce Auto Sales Inc"
RegionID = "WEST"
DealerID = "2629"
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 = "Bob Weber Auto Mart"
RegionID = "WEST"
DealerID = "3768"
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 = "Bobby's Auto Sales"
RegionID = "WEST"
DealerID = "3555"
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 = "Boulder Motors LLC"
RegionID = "WEST"
DealerID = "2466"
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 = "Budget Fox Valley"
RegionID = "WEST"
DealerID = "2707"
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 = "By Owner Auto Sales"
RegionID = "WEST"
DealerID = "2685"
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 = "California Auto Buyers"
RegionID = "WEST"
DealerID = "249"
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 = "California Fleet Inc"
RegionID = "WEST"
DealerID = "418"
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 = "Car Cash"
RegionID = "WEST"
DealerID = "253"
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 = "Car Corner"
RegionID = "WEST"
DealerID = "2833"
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 = "Car Country Inc"
RegionID = "WEST"
DealerID = "2296"
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 = "Carefree Motors Inc."
RegionID = "WEST"
DealerID = "3088"
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 = "Carson Honda"
RegionID = "WEST"
DealerID = "3187"
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 = "Cedarburg Auto Park"
RegionID = "WEST"
DealerID = "3146"
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 = "Century Auto"
RegionID = "WEST"
DealerID = "1945"
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 = "Century Auto Credit"
RegionID = "WEST"
DealerID = "3566"
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 = "Clark Auto Company"
RegionID = "WEST"
DealerID = "2877"
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 = "Clarkston Auto Sales"
RegionID = "WEST"
DealerID = "3638"
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 = "Clearwater Auto Plaza"
RegionID = "WEST"
DealerID = "3262"
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 = "Clyde Wanslee Auto Sales"
RegionID = "WEST"
DealerID = "2433"
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 = "Coast Motors"
RegionID = "WEST"
DealerID = "2869"
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 = "Colorado Auto Connection Inc."
RegionID = "WEST"
DealerID = "3489"
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 = "Colorado Auto Finders"
RegionID = "WEST"
DealerID = "3590"
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 = "Colorado Auto Outlet"
RegionID = "WEST"
DealerID = "2506"
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 = "Colorado Country Motors"
RegionID = "WEST"
DealerID = "3342"
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 = "Colorado Gold Auto Associates LLC"
RegionID = "WEST"
DealerID = "3753"
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 = "Contra Costa Auto Sales"
RegionID = "WEST"
DealerID = "3080"
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 = "Cottam Walker Ford Lincoln Mercury"
RegionID = "WEST"
DealerID = "2470"
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 = "Craycroft Auto Wholesale"
RegionID = "WEST"
DealerID = "2449"
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 = "D.C. Auto Sales"
RegionID = "WEST"
DealerID = "2507"
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 = "D.F. Auto Sales"
RegionID = "WEST"
DealerID = "3126"
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 = "Desert Sands Auto"
RegionID = "WEST"
DealerID = "182"
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 = "Dollar GMC - DA 8958 OR"
RegionID = "WEST"
DealerID = "3440"
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 = "Don Keatiing Used Cars"
RegionID = "WEST"
DealerID = "2016"
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 = "Dyson Motors"
RegionID = "WEST"
DealerID = "178"
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 = "Elliott Motors"
RegionID = "WEST"
DealerID = "203"
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 = "EMotors"
RegionID = "WEST"
DealerID = "3742"
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 = "Ertle Brothers Discount Auto"
RegionID = "WEST"
DealerID = "3646"
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 = "Essex Motors LLC"
RegionID = "WEST"
DealerID = "2716"
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 = "Europa Auto Centre"
RegionID = "WEST"
DealerID = "3492"
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 = "Excellent Motor Group Inc"
RegionID = "WEST"
DealerID = "2468"
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 = "EZ Auto Sales"
RegionID = "WEST"
DealerID = "3407"
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 = "EZ Motorcars"
RegionID = "WEST"
DealerID = "2650"
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 = "Fairway Auto Sales"
RegionID = "WEST"
DealerID = "190"
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 = "Ferguson Motors"
RegionID = "WEST"
DealerID = "3640"
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 = "Fiuza Motors"
RegionID = "WEST"
DealerID = "2234"
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 = "FleetRatescomNewUsed"
RegionID = "WEST"
DealerID = "2289"
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 = "FleetRatesDMS"
RegionID = "WEST"
DealerID = "2290"
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 = "FleetRatesSpecials"
RegionID = "WEST"
DealerID = "2292"
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 = "Fleming Auto Sales"
RegionID = "WEST"
DealerID = "3254"
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 = "Foothills Premier Auto Group"
RegionID = "WEST"
DealerID = "3111"
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 = "Fultons Used Cars Inc."
RegionID = "WEST"
DealerID = "2439"
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 = "Gaylord Leasing Co Inc."
RegionID = "WEST"
DealerID = "2077"
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 = "Georgi Auto Sales"
RegionID = "WEST"
DealerID = "3173"
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 = "Global Motors Auto Sales"
RegionID = "WEST"
DealerID = "2346"
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 = "Grand Canyon Automotive Group"
RegionID = "WEST"
DealerID = "2657"
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 = "Great Danes Auto Sales"
RegionID = "WEST"
DealerID = "417"
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 = "Great Lakes Auto"
RegionID = "WEST"
DealerID = "2044"
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 = "Haacke Motors"
RegionID = "WEST"
DealerID = "225"
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 = "High End Rides"
RegionID = "WEST"
DealerID = "3502"
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 = "Highline Automotive"
RegionID = "WEST"
DealerID = "3199"
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 = "His Rosedale Auto Sales"
RegionID = "WEST"
DealerID = "2779"
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 = "Hoo Motors"
RegionID = "WEST"
DealerID = "3306"
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 = "Integrity Auto"
RegionID = "WEST"
DealerID = "3208"
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 = "Internet Auto Broker"
RegionID = "WEST"
DealerID = "2513"
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 = "Jan's Auto"
RegionID = "WEST"
DealerID = "3741"
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 = "Jay Auto Sales"
RegionID = "WEST"
DealerID = "2587"
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 = "JDB Imports"
RegionID = "WEST"
DealerID = "2821"
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 = "Jennifer's Coeur D'Alene Cars"
RegionID = "WEST"
DealerID = "3014"
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 = "JLM Auto Sales"
RegionID = "WEST"
DealerID = "2838"
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 = "Joe's Car Connection"
RegionID = "WEST"
DealerID = "3009"
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 = "Johnny Dee Motors"
RegionID = "WEST"
DealerID = "3544"
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 = "Just Right Motors"
RegionID = "WEST"
DealerID = "3308"
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 = "Justus Motors Co Inc."
RegionID = "WEST"
DealerID = "3410"
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 = "Kapp Auto Sales"
RegionID = "WEST"
DealerID = "204"
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 = "Ken Olson's Used Cars Inc."
RegionID = "WEST"
DealerID = "3053"
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 = "Kentson Car Co."
RegionID = "WEST"
DealerID = "3582"
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 = "Kev's Auto Sales"
RegionID = "WEST"
DealerID = "3343"
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 = "Key Fleet Resale"
RegionID = "WEST"
DealerID = "3738"
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 = "King's Auto Sales & Service"
RegionID = "WEST"
DealerID = "2999"
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 = "Kountry Rhode"
RegionID = "WEST"
DealerID = "2133"
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 = "Kuni Lexus of Litteton"
RegionID = "WEST"
DealerID = "3711"
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 = "Land Rover Flatirons"
RegionID = "WEST"
DealerID = "3449"
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 = "Landmark Motors Inc"
RegionID = "WEST"
DealerID = "2428"
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 = "LA's Best Auto Sales"
RegionID = "WEST"
DealerID = "3350"
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 = "Len's Auto Brokerage"
RegionID = "WEST"
DealerID = "3026"
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 = "Levi's Auto Sales"
RegionID = "WEST"
DealerID = "2959"
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 = "Little Chute Auto"
RegionID = "WEST"
DealerID = "3631"
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 = "Longmont Auto Brokers"
RegionID = "WEST"
DealerID = "3533"
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 = "Luxury Motors Inc"
RegionID = "WEST"
DealerID = "2061"
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 = "Magic Touch Auto Sales"
RegionID = "WEST"
DealerID = "2849"
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 = "Magnum Motors of Loveland"
RegionID = "WEST"
DealerID = "3282"
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 = "Maharaja Motors Inc"
RegionID = "WEST"
DealerID = "2260"
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 = "Major Car Inc"
RegionID = "WEST"
DealerID = "2730"
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 = "Marin Motors"
RegionID = "WEST"
DealerID = "3154"
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 = "Max Motors"
RegionID = "WEST"
DealerID = "3412"
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 = "Maximum Auto Search"
RegionID = "WEST"
DealerID = "2129"
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 = "Meritage Motors"
RegionID = "WEST"
DealerID = "2695"
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 = "Metric Motors"
RegionID = "WEST"
DealerID = "3319"
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 = "Millennium Auto Inc"
RegionID = "WEST"
DealerID = "2618"
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 = "Morning Star Motor Company"
RegionID = "WEST"
DealerID = "174"
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 = "Motorcars Limited"
RegionID = "WEST"
DealerID = "262"
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 = "Motorcars of Denver"
RegionID = "WEST"
DealerID = "2754"
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 = "Motortech Sales"
RegionID = "WEST"
DealerID = "2503"
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 = "Mountain West Motors LLC"
RegionID = "WEST"
DealerID = "2314"
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 = "My Car Guy"
RegionID = "WEST"
DealerID = "2344"
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 = "National Auto Sales"
RegionID = "WEST"
DealerID = "2813"
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 = "Nickel Auto Group"
RegionID = "WEST"
DealerID = "3485"
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 = "Noble Motors"
RegionID = "WEST"
DealerID = "141"
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 = "O.C. Dream Motors"
RegionID = "WEST"
DealerID = "445"
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 = "Option Motors"
RegionID = "WEST"
DealerID = "228"
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 = "Paradise Auto & Truck Center"
RegionID = "WEST"
DealerID = "3702"
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 = "Paradise Automotive Group"
RegionID = "WEST"
DealerID = "3542"
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 = "Paradise Autos Inc"
RegionID = "WEST"
DealerID = "2842"
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 = "Paramount Auto Sales"
RegionID = "WEST"
DealerID = "2951"
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 = "Park It Market"
RegionID = "WEST"
DealerID = "3416"
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 = "Pars Auto Sales"
RegionID = "WEST"
DealerID = "2766"
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 = "Pascarella Auto Sales"
RegionID = "WEST"
DealerID = "2443"
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 = "Penningtons Auto Sales"
RegionID = "WEST"
DealerID = "2351"
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 = "Peshtigo Auto Sales"
RegionID = "WEST"
DealerID = "1956"
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 = "Premier Car Company"
RegionID = "WEST"
DealerID = "127"
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 = "Premium Auto"
RegionID = "WEST"
DealerID = "3314"
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 = "Prescott Valley Auto Brokers "
RegionID = "WEST"
DealerID = "3124"
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 = "Prestige Motor Imports"
RegionID = "WEST"
DealerID = "3696"
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 = "Prestigious Automotive"
RegionID = "WEST"
DealerID = "395"
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 = "Primetime Auto"
RegionID = "WEST"
DealerID = "2741"
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 = "Randy's Auto Sales"
RegionID = "WEST"
DealerID = "3663"
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 = "Reese's Car Connection"
RegionID = "WEST"
DealerID = "3523"
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 = "Reis Auto Sales"
RegionID = "WEST"
DealerID = "3259"
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 = "Remington West"
RegionID = "WEST"
DealerID = "337"
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 = "Right Motors"
RegionID = "WEST"
DealerID = "2072"
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 = "Rocky Mountain Auto Brokers"
RegionID = "WEST"
DealerID = "3309"
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 = "Rocky Mountain Motor Co."
RegionID = "WEST"
DealerID = "2637"
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 = "Rodd's Auto Sales"
RegionID = "WEST"
DealerID = "3151"
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 = "Rose Auto Sales"
RegionID = "WEST"
DealerID = "269"
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 = "Route 66 Motors"
RegionID = "WEST"
DealerID = "3706"
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 = "Royal Motor"
RegionID = "WEST"
DealerID = "3639"
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 = "RT Motorsports Auto Sales"
RegionID = "WEST"
DealerID = "2949"
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 = "Santamonica Europeans"
RegionID = "WEST"
DealerID = "3325"
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 = "Sedona Motors"
RegionID = "WEST"
DealerID = "2924"
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 = "Select Motors"
RegionID = "WEST"
DealerID = "2009"
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 = "Silva Auto Group"
RegionID = "WEST"
DealerID = "3514"
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 = "Skyline Auto Centre"
RegionID = "WEST"
DealerID = "3713"
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 = "Smart Motors"
RegionID = "WEST"
DealerID = "1743"
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 = "Smokey's Auto Sales"
RegionID = "WEST"
DealerID = "3003"
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 = "Solid Cars"
RegionID = "WEST"
DealerID = "2941"
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 = "South Bay Pre-Owned"
RegionID = "WEST"
DealerID = "3429"
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 = "Southern Oregon Subaru Volvo Mitsubishi"
RegionID = "WEST"
DealerID = "3439"
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 = "Southside Auto Mart"
RegionID = "WEST"
DealerID = "3531"
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 = "Speedy's Auto Sales"
RegionID = "WEST"
DealerID = "3679"
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 = "Sprint Auto Sales"
RegionID = "WEST"
DealerID = "3373"
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 = "St. Mina Auto Sales"
RegionID = "WEST"
DealerID = "413"
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 = "Stan Morri Ford"
RegionID = "WEST"
DealerID = "2265"
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 = "Stanley Motors"
RegionID = "WEST"
DealerID = "2538"
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 = "Sterling Auto Sales"
RegionID = "WEST"
DealerID = "3152"
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 = "Sterling Imports Ltd"
RegionID = "WEST"
DealerID = "246"
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 = "STS Automotive"
RegionID = "WEST"
DealerID = "3336"
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 = "Suiter Automotive"
RegionID = "WEST"
DealerID = "2023"
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 = "Sunset Motors"
RegionID = "WEST"
DealerID = "2039"
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 = "Super Josh Auto"
RegionID = "WEST"
DealerID = "3060"
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 = "T N T Suzuki & Marine"
RegionID = "WEST"
DealerID = "3667"
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 = "Tanque Verde Motors"
RegionID = "WEST"
DealerID = "2469"
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 = "Tatosian Auto Sales"
RegionID = "WEST"
DealerID = "3132"
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 = "The Auto Center"
RegionID = "WEST"
DealerID = "3777"
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 = "The Car Factory"
RegionID = "WEST"
DealerID = "2022"
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 = "The Car Store"
RegionID = "WEST"
DealerID = "3575"
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 = "The Import Connection"
RegionID = "WEST"
DealerID = "263"
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 = "The Import Connection II"
RegionID = "WEST"
DealerID = "1926"
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 = "Thompson Auto Sales"
RegionID = "WEST"
DealerID = "2580"
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 = "Tom Meiers Motors Inc"
RegionID = "WEST"
DealerID = "2307"
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 = "Top Notch Auto Sales"
RegionID = "WEST"
DealerID = "3200"
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 = "Total Car Care Inc."
RegionID = "WEST"
DealerID = "2519"
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 = "TSGauto.com"
RegionID = "WEST"
DealerID = "3328"
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 = "Turner Automotive"
RegionID = "WEST"
DealerID = "3505"
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 = "Unique Motor Sports"
RegionID = "WEST"
DealerID = "3530"
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 = "University Motors"
RegionID = "WEST"
DealerID = "3427"
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 = "VIP Tuning"
RegionID = "WEST"
DealerID = "3606"
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 = "Vitality Motors LLC"
RegionID = "WEST"
DealerID = "3515"
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 = "Wasatch Auto Exchange"
RegionID = "WEST"
DealerID = "183"
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 = "Weisco Motorcars, LTD."
RegionID = "WEST"
DealerID = "2943"
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 = "Whittington Motor Sports"
RegionID = "WEST"
DealerID = "3680"
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 = "Wholesale Auto Outlet"
RegionID = "WEST"
DealerID = "2230"
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 = "Wicked Motorcars"
RegionID = "WEST"
DealerID = "3724"
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 = "Wyss Incorporated"
RegionID = "WEST"
DealerID = "2867"
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 = "Your Next Auto Loan"
RegionID = "WEST"
DealerID = "2505"
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 = "Zia Auto Wholesalers"
RegionID = "WEST"
DealerID = "2442"
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 = "No Dealers in this location"
RegionID = "UK"
DealerID =  "0"
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
}

}
