/*

Milonic SCombo - JavaScript SELECTive Combo boxes.
Version 1.0 - Built: Tuesday April 6 2004
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 

License Number: Unlicensed

*/





// Syntax for States or Provinces is:
// ,Continent ID, CountryID, StateID, "Country Name"

SComboStates=["StateProvinces"
, 10, 311,   1,"Alabama",
, 10, 311,   2,"Alaska",
, 10, 312,   3,"Alberta",
, 10, 311,   4,"Arizona",
, 10, 311,   5,"Arkansas",
,  6, 193,  64,"Avon",
,  6, 193,  65,"Bedfordshire",
,  6, 193,  66,"Berkshire",
,  6, 193, 110,"Borders",
, 10, 312,   6,"British Columbia",
,  6, 193,  67,"Buckinghamshire",
, 10, 311,   7,"California",
,  6, 193,  68,"Cambridgeshire",
,  6, 193, 111,"Central",
,  6, 193,  69,"Cheshire",
,  6, 193,  70,"Cleveland",
,  6, 193, 122,"Clwyd",
, 10, 311,   8,"Colorado",
, 10, 311,   9,"Connecticut",
,  6, 193,  71,"Cornwall",
,  6, 193,  72,"Cumbria",
, 10, 311,  10,"Delaware",
,  6, 193,  73,"Derbyshire",
,  6, 193,  74,"Devon",
, 10, 311,  11,"District of Columbia",
,  6, 193,  75,"Dorset",
,  6, 193, 112,"Dumfries & Galloway",
,  6, 193,  76,"Durham",
,  6, 193, 123,"Dyfed",
,  6, 193,  77,"East Sussex",
,  6, 193,  78,"Essex",
,  6, 193, 113,"Fife",
, 10, 311,  12,"Florida",
, 10, 311,  13,"Georgia",
,  6, 193,  79,"Gloucestershire",
,  6, 193, 114,"Grampian",
,  6, 193,  80,"Greater London",
,  6, 193,  81,"Greater Manchester",
,  6, 193, 124,"Gwent",
,  6, 193, 125,"Gwynedd",
,  6, 193,  82,"Hampshire",
, 10, 311,  14,"Hawaii",
,  6, 193,  83,"Hereford & Worcester",
,  6, 193,  84,"Hertfordshire",
,  6, 193, 115,"Highland",
,  6, 193,  85,"Humberside",
, 10, 311,  15,"Idaho",
, 10, 311,  16,"Illinois",
, 10, 311,  17,"Indiana",
, 10, 311,  18,"Iowa",
,  6, 193,  86,"Isle of Wight",
, 10, 311,  19,"Kansas",
,  6, 193,  87,"Kent",
, 10, 311,  20,"Kentucky",
,  6, 193,  88,"Lancashire",
,  6, 193,  89,"Leicestershire",
,  6, 193,  90,"Lincolnshire",
,  6, 193, 116,"Lothian",
, 10, 311,  21,"Louisiana",
, 10, 311,  22,"Maine",
, 10, 312,  23,"Manitoba",
, 10, 311,  24,"Maryland",
, 10, 311,  25,"Massachusetts",
,  6, 193,  91,"Merseyside",
, 10, 311,  26,"Michigan",
,  6, 193, 126,"Mid Glamorgan",
, 10, 311,  27,"Minnesota",
, 10, 311,  28,"Mississippi",
, 10, 311,  29,"Missouri",
, 10, 311,  30,"Montana",
, 10, 311,  31,"Nebraska",
, 10, 311,  32,"Nevada",
, 10, 312,  33,"New Brunswick",
, 10, 311,  35,"New Hampshire",
, 10, 311,  36,"New Jersey",
, 10, 311,  37,"New Mexico",
, 10, 311,  38,"New York",
, 10, 312,  39,"Newfoundland",
,  6, 193,  92,"Norfolk",
, 10, 311,  40,"North Carolina",
, 10, 311,  41,"North Dakota",
,  6, 193,  95,"North Yorkshire",
,  6, 193,  93,"Northamptonshire",
,  6, 193,  94,"Northumberland",
, 10, 312,  42,"Northwest Territories",
,  6, 193,  96,"Nottinghamshire",
, 10, 312,  43,"Nova Scotia",
, 10, 311,  44,"Ohio",
, 10, 311,  45,"Oklahoma",
, 10, 312,  46,"Ontario",
, 10, 311,  47,"Oregon",
,  6, 193, 117,"Orkney",
,  6, 193,  97,"Oxfordshire",
, 10, 311,  48,"Pennsylvania",
,  6, 193, 127,"Powys",
, 10, 312,  49,"Prince Edward Island",
, 10, 312,  50,"Quebec",
, 10, 311,  51,"Rhode Island",
, 10, 312,  52,"Saskatchewan",
,  6, 193, 118,"Shetland",
,  6, 193,  98,"Shropshire",
,  6, 193,  99,"Somerset",
, 10, 311,  53,"South Carolina",
, 10, 311,  54,"South Dakota",
,  6, 193, 128,"South Glamorgan",
,  6, 193, 100,"South Yorkshire",
,  6, 193, 101,"Staffordshire",
,  6, 193, 119,"Strathclyde",
,  6, 193, 102,"Suffolk",
,  6, 193, 103,"Surrey",
,  6, 193, 120,"Tayside",
, 10, 311,  55,"Tennessee",
, 10, 311,  56,"Texas",
,  6, 193, 104,"Tyne and Wear",
, 10, 311,  57,"Utah",
, 10, 311,  58,"Vermont",
, 10, 311,  59,"Virginia",
,  6, 193, 105,"Warwickshire",
, 10, 311,  60,"Washington",
,  6, 193, 129,"West Glamorgan",
,  6, 193, 106,"West Midlands",
,  6, 193, 107,"West Sussex",
, 10, 311,  61,"West Virginia",
,  6, 193, 108,"West Yorkshire",
,  6, 193, 121,"Western Isles",
,  6, 193, 109,"Wiltshire",
, 10, 311,  62,"Wisconsin",
, 10, 311,  63,"Wyoming",
]