function clearbox(){var formObj = document.forms['custom']; // your formfor(var xx=0;xx < 300;xx++){for (var loop=0; loop < formObj.left_features.options.length; loop++) {  formObj.left_features.options[loop] = null; // remove the option}}}function setstuff(){if (document.custom.categories.value=='status'){clearbox();addOption(document.custom.left_features,'Active','Liststatus::Str::Liststatus::Like::Act');addOption(document.custom.left_features,'Contingency','Liststatus::Str::Liststatus::Like::Contg');addOption(document.custom.left_features,'Pending','Liststatus::Str::Liststatus::Like::Pend');}if (document.custom.categories.value=='bedrooms'){clearbox();addOption(document.custom.left_features,'Bedrooms 1+','Beds::Int:Beds::GreaterThan::1');addOption(document.custom.left_features,'Bedrooms 2+','Beds::Int:Beds::GreaterThan::2');addOption(document.custom.left_features,'Bedrooms 3+','Beds::Int:Beds::GreaterThan::3');addOption(document.custom.left_features,'Bedrooms 4+','Beds::Int:Beds::GreaterThan::4');addOption(document.custom.left_features,'Bedrooms 5+','Beds::Int:Beds::GreaterThan::5');addOption(document.custom.left_features,'Bedrooms 6+','Beds::Int:Beds::GreaterThan::6');addOption(document.custom.left_features,'Bedrooms 7+','Beds::Int:Beds::GreaterThan::7');}if (document.custom.categories.value=='bathrooms'){clearbox();addOption(document.custom.left_features,'Bathrooms 1+','Baths::Int:Beds::GreaterThan::1');addOption(document.custom.left_features,'Bathrooms 2+','Baths::Int:Baths::GreaterThan::2');addOption(document.custom.left_features,'Bathrooms 3+','Baths::Int:Baths::GreaterThan::3');addOption(document.custom.left_features,'Bathrooms 4+','Baths::Int:Baths::GreaterThan::4');addOption(document.custom.left_features,'Bathrooms 5+','Baths::Int:Baths::GreaterThan::5');}if (document.custom.categories.value=='lake'){clearbox();addOption(document.custom.left_features,'Lake:ALLATOONA','Lake::Str::LakeName::Like::ALLATOONA');addOption(document.custom.left_features,'Lake:ARROWHEAD','Lake::Str::LakeName::Like::ARROWHEAD');addOption(document.custom.left_features,'Lake:BLUE RIDGE','Lake::Str::LakeName::Like::BLUE RIDGE');addOption(document.custom.left_features,'Lake:LANIER','Lake::Str::LakeName::Like::LANIER');addOption(document.custom.left_features,'Lake:NONE','Lake::Str::LakeName::Like::NONE');addOption(document.custom.left_features,'Lake:OTHER','Lake::Str::LakeName::Like::OTHER');addOption(document.custom.left_features,'Lake:RUSSELL','Lake::Str::LakeName::Like::RUSSELL');addOption(document.custom.left_features,'Lake:WINDWARD','Lake::Str::LakeName::Like::WINDWARD');}if (document.custom.categories.value=='parking'){clearbox();addOption(document.custom.left_features,'Driveway Parking','Parking::Str::Lakename::Like::DRVW');addOption(document.custom.left_features,'2 Car Garage','Parking::Str::Lakename::Like::2Gar');addOption(document.custom.left_features,'3 Car Garage','Parking::Str::Lakename::Like::3Car');addOption(document.custom.left_features,'3 Car Carport','Parking::Str::Lakename::Like::2Carp');addOption(document.custom.left_features,'2 Car Carport','Parking::Str::Lakename::Like::3Carp');}if (document.custom.categories.value=='construction'){clearbox();addOption(document.custom.left_features,'Construction : Aluminum','Construction::Str::Construction::Like::Alumn');addOption(document.custom.left_features,'Construction : Stone','Construction::Str::Construction::Like::st');addOption(document.custom.left_features,'Construction : Brick','Construction::Str::Construction::Like::Brk');addOption(document.custom.left_features,'Construction : Cedar','Construction::Str::Construction::Like::Cedar');addOption(document.custom.left_features,'Construction : Log','Construction::Str::Construction::Like::Log');addOption(document.custom.left_features,'Construction : Stucco','Construction::Str::Construction::Like::Stuc');}if (document.custom.categories.value=='yearbuilt'){clearbox();addOption(document.custom.left_features,'Built After 2007','YearBuilt::Int::YearBuilt::GreaterThan::2007');addOption(document.custom.left_features,'Built After 2006','YearBuilt::Int::YearBuilt::GreaterThan::2006');addOption(document.custom.left_features,'Built After 2005','YearBuilt::Int::YearBuilt::GreaterThan::2005');addOption(document.custom.left_features,'Built After 2004','YearBuilt::Int::YearBuilt::GreaterThan::2004');addOption(document.custom.left_features,'Built After 2003','YearBuilt::Int::YearBuilt::GreaterThan::2003');addOption(document.custom.left_features,'Built After 2000','YearBuilt::Int::YearBuilt::GreaterThan::2000');addOption(document.custom.left_features,'Built After 1998','YearBuilt::Int::YearBuilt::GreaterThan::1998');addOption(document.custom.left_features,'Built After 1990','YearBuilt::Int::YearBuilt::GreaterThan::1990');addOption(document.custom.left_features,'Built After 1980','YearBuilt::Int::YearBuilt::GreaterThan::1980');}if (document.custom.categories.value=='county'){clearbox();addOption(document.custom.left_features,'County:BARTOW','County::Str::County::Like::BARTOW');addOption(document.custom.left_features,'County:CHEROKEE','County::Str::County::Like::CHEROKEE');addOption(document.custom.left_features,'County:CLAYTON','County::Str::County::Like::CLAYTON');addOption(document.custom.left_features,'County:COBB','County::Str::County::Like::COBB');addOption(document.custom.left_features,'County:DECATUR','County::Str::County::Like::DECATUR');addOption(document.custom.left_features,'County:DEKALB','County::Str::County::Like::DEKALB');addOption(document.custom.left_features,'County:DOUGLAS','County::Str::County::Like::DOUGLAS');addOption(document.custom.left_features,'County:FORSYTH','County::Str::County::Like::FORSYTH');addOption(document.custom.left_features,'County:FULTON','County::Str::County::Like::FULTON');addOption(document.custom.left_features,'County:GWINNETT','County::Str::County::Like::GWINNETT');addOption(document.custom.left_features,'County:HABERSHA','County::Str::County::Like::HABERSHA');addOption(document.custom.left_features,'County:MONROE','County::Str::County::Like::MONROE');addOption(document.custom.left_features,'County:Other County/State - Area 2','County::Str::County::Like::Other County/State - Area 2');addOption(document.custom.left_features,'County:PAULDING','County::Str::County::Like::PAULDING');addOption(document.custom.left_features,'County:Pickens County - Area 3','County::Str::County::Like::Pickens County - Area 3');addOption(document.custom.left_features,'County:SUMTER','County::Str::County::Like::SUMTER');}if (document.custom.categories.value=='elem'){clearbox();addOption(document.custom.left_features,'Elementary:ABBOTTS','Elementary::Str::SchoolElem::Like::ABBOTTS');addOption(document.custom.left_features,'Elementary:ACWORTH','Elementary::Str::SchoolElem::Like::ACWORTH');addOption(document.custom.left_features,'Elementary:ADAMSDRIVE','Elementary::Str::SchoolElem::Like::ADAMSDRIVE');addOption(document.custom.left_features,'Elementary:ADAMSVLLE','Elementary::Str::SchoolElem::Like::ADAMSVLLE');addOption(document.custom.left_features,'Elementary:ADDISON','Elementary::Str::SchoolElem::Like::ADDISON');addOption(document.custom.left_features,'Elementary:ALLATOONA','Elementary::Str::SchoolElem::Like::ALLATOONA');addOption(document.custom.left_features,'Elementary:ALPHARETTA','Elementary::Str::SchoolElem::Like::ALPHARETTA');addOption(document.custom.left_features,'Elementary:ANDRSNPRK','Elementary::Str::SchoolElem::Like::ANDRSNPRK');addOption(document.custom.left_features,'Elementary:ANNETTE WINN','Elementary::Str::SchoolElem::Like::ANNETTE WINN');addOption(document.custom.left_features,'Elementary:ARKWRIGHT','Elementary::Str::SchoolElem::Like::ARKWRIGHT');addOption(document.custom.left_features,'Elementary:ARNOLDMILL','Elementary::Str::SchoolElem::Like::ARNOLDMILL');addOption(document.custom.left_features,'Elementary:ASHFRDPR','Elementary::Str::SchoolElem::Like::ASHFRDPR');addOption(document.custom.left_features,'Elementary:AUSTELL','Elementary::Str::SchoolElem::Like::AUSTELL');addOption(document.custom.left_features,'Elementary:AUSTIN','Elementary::Str::SchoolElem::Like::AUSTIN');addOption(document.custom.left_features,'Elementary:AVERY','Elementary::Str::SchoolElem::Like::AVERY');addOption(document.custom.left_features,'Elementary:AVONDALEE','Elementary::Str::SchoolElem::Like::AVONDALEE');addOption(document.custom.left_features,'Elementary:BAKER','Elementary::Str::SchoolElem::Like::BAKER');addOption(document.custom.left_features,'Elementary:BARNWELL','Elementary::Str::SchoolElem::Like::BARNWELL');addOption(document.custom.left_features,'Elementary:BASCOMB','Elementary::Str::SchoolElem::Like::BASCOMB');addOption(document.custom.left_features,'Elementary:BEAVERRDG','Elementary::Str::SchoolElem::Like::BEAVERRDG');addOption(document.custom.left_features,'Elementary:BECHRHLLS','Elementary::Str::SchoolElem::Like::BECHRHLLS');addOption(document.custom.left_features,'Elementary:BELLSFRR','Elementary::Str::SchoolElem::Like::BELLSFRR');addOption(document.custom.left_features,'Elementary:BENTEEN','Elementary::Str::SchoolElem::Like::BENTEEN');addOption(document.custom.left_features,'Elementary:BERKELYL','Elementary::Str::SchoolElem::Like::BERKELYL');addOption(document.custom.left_features,'Elementary:BESSIE L. BAGGETT','Elementary::Str::SchoolElem::Like::BESSIE L. BAGGETT');addOption(document.custom.left_features,'Elementary:BETHUNE-A','Elementary::Str::SchoolElem::Like::BETHUNE-A');addOption(document.custom.left_features,'Elementary:BETHUNE-F','Elementary::Str::SchoolElem::Like::BETHUNE-F');addOption(document.custom.left_features,'Elementary:BIGCREEK','Elementary::Str::SchoolElem::Like::BIGCREEK');addOption(document.custom.left_features,'Elementary:BIGSHANTY','Elementary::Str::SchoolElem::Like::BIGSHANTY');addOption(document.custom.left_features,'Elementary:BIRNEY','Elementary::Str::SchoolElem::Like::BIRNEY');addOption(document.custom.left_features,'Elementary:BLACKWELL','Elementary::Str::SchoolElem::Like::BLACKWELL');addOption(document.custom.left_features,'Elementary:BLALCOCK','Elementary::Str::SchoolElem::Like::BLALCOCK');addOption(document.custom.left_features,'Elementary:BOLTONA','Elementary::Str::SchoolElem::Like::BOLTONA');addOption(document.custom.left_features,'Elementary:BOSTON','Elementary::Str::SchoolElem::Like::BOSTON');addOption(document.custom.left_features,'Elementary:BOYD','Elementary::Str::SchoolElem::Like::BOYD');addOption(document.custom.left_features,'Elementary:BRANDON','Elementary::Str::SchoolElem::Like::BRANDON');addOption(document.custom.left_features,'Elementary:BRIARLAKE','Elementary::Str::SchoolElem::Like::BRIARLAKE');addOption(document.custom.left_features,'Elementary:BRIARVSTA','Elementary::Str::SchoolElem::Like::BRIARVSTA');addOption(document.custom.left_features,'Elementary:BROOKVIEW','Elementary::Str::SchoolElem::Like::BROOKVIEW');addOption(document.custom.left_features,'Elementary:BRUMBY','Elementary::Str::SchoolElem::Like::BRUMBY');addOption(document.custom.left_features,'Elementary:BUFFINGTO','Elementary::Str::SchoolElem::Like::BUFFINGTO');addOption(document.custom.left_features,'Elementary:BUFORD','Elementary::Str::SchoolElem::Like::BUFORD');addOption(document.custom.left_features,'Elementary:BULLARD','Elementary::Str::SchoolElem::Like::BULLARD');addOption(document.custom.left_features,'Elementary:BURRUSS','Elementary::Str::SchoolElem::Like::BURRUSS');addOption(document.custom.left_features,'Elementary:CAMPBELL','Elementary::Str::SchoolElem::Like::CAMPBELL');addOption(document.custom.left_features,'Elementary:CANBYLANE','Elementary::Str::SchoolElem::Like::CANBYLANE');addOption(document.custom.left_features,'Elementary:CAPVIEW','Elementary::Str::SchoolElem::Like::CAPVIEW');addOption(document.custom.left_features,'Elementary:CARMEL','Elementary::Str::SchoolElem::Like::CARMEL');addOption(document.custom.left_features,'Elementary:CARYREYN','Elementary::Str::SchoolElem::Like::CARYREYN');addOption(document.custom.left_features,'Elementary:CASCADE','Elementary::Str::SchoolElem::Like::CASCADE');addOption(document.custom.left_features,'Elementary:CEDRGROVE','Elementary::Str::SchoolElem::Like::CEDRGROVE');addOption(document.custom.left_features,'Elementary:CENTENPL','Elementary::Str::SchoolElem::Like::CENTENPL');addOption(document.custom.left_features,'Elementary:CHALKER','Elementary::Str::SchoolElem::Like::CHALKER');addOption(document.custom.left_features,'Elementary:CHAPMAN','Elementary::Str::SchoolElem::Like::CHAPMAN');addOption(document.custom.left_features,'Elementary:CHARLESBRA','Elementary::Str::SchoolElem::Like::CHARLESBRA');addOption(document.custom.left_features,'Elementary:CHATTAHOO','Elementary::Str::SchoolElem::Like::CHATTAHOO');addOption(document.custom.left_features,'Elementary:CHATTAHOOC','Elementary::Str::SchoolElem::Like::CHATTAHOOC');addOption(document.custom.left_features,'Elementary:CHEATHAM','Elementary::Str::SchoolElem::Like::CHEATHAM');addOption(document.custom.left_features,'Elementary:CHESTATEE','Elementary::Str::SchoolElem::Like::CHESTATEE');addOption(document.custom.left_features,'Elementary:CHESTNUT','Elementary::Str::SchoolElem::Like::CHESTNUT');addOption(document.custom.left_features,'Elementary:CHROT','Elementary::Str::SchoolElem::Like::CHROT');addOption(document.custom.left_features,'Elementary:CLARKDALE','Elementary::Str::SchoolElem::Like::CLARKDALE');addOption(document.custom.left_features,'Elementary:CLAY','Elementary::Str::SchoolElem::Like::CLAY');addOption(document.custom.left_features,'Elementary:CLAYTON','Elementary::Str::SchoolElem::Like::CLAYTON');addOption(document.custom.left_features,'Elementary:CLEVELAND','Elementary::Str::SchoolElem::Like::CLEVELAND');addOption(document.custom.left_features,'Elementary:CLIFTON','Elementary::Str::SchoolElem::Like::CLIFTON');addOption(document.custom.left_features,'Elementary:CLYOT','Elementary::Str::SchoolElem::Like::CLYOT');addOption(document.custom.left_features,'Elementary:COALMT','Elementary::Str::SchoolElem::Like::COALMT');addOption(document.custom.left_features,'Elementary:COBOT','Elementary::Str::SchoolElem::Like::COBOT');addOption(document.custom.left_features,'Elementary:COGBURNWOO','Elementary::Str::SchoolElem::Like::COGBURNWOO');addOption(document.custom.left_features,'Elementary:COLLEGEPA','Elementary::Str::SchoolElem::Like::COLLEGEPA');addOption(document.custom.left_features,'Elementary:COMPTON','Elementary::Str::SchoolElem::Like::COMPTON');addOption(document.custom.left_features,'Elementary:CONLEYHLS','Elementary::Str::SchoolElem::Like::CONLEYHLS');addOption(document.custom.left_features,'Elementary:CONNALLY','Elementary::Str::SchoolElem::Like::CONNALLY');addOption(document.custom.left_features,'Elementary:CONTLCLN','Elementary::Str::SchoolElem::Like::CONTLCLN');addOption(document.custom.left_features,'Elementary:COOK','Elementary::Str::SchoolElem::Like::COOK');addOption(document.custom.left_features,'Elementary:CORLEY','Elementary::Str::SchoolElem::Like::CORLEY');addOption(document.custom.left_features,'Elementary:CRABAPPLE','Elementary::Str::SchoolElem::Like::CRABAPPLE');addOption(document.custom.left_features,'Elementary:CREEKVIEW','Elementary::Str::SchoolElem::Like::CREEKVIEW');addOption(document.custom.left_features,'Elementary:CUMMING','Elementary::Str::SchoolElem::Like::CUMMING');addOption(document.custom.left_features,'Elementary:DAVESCREEK','Elementary::Str::SchoolElem::Like::DAVESCREEK');addOption(document.custom.left_features,'Elementary:DAVIS','Elementary::Str::SchoolElem::Like::DAVIS');addOption(document.custom.left_features,'Elementary:DECATUROTH','Elementary::Str::SchoolElem::Like::DECATUROTH');addOption(document.custom.left_features,'Elementary:DEERWOOD','Elementary::Str::SchoolElem::Like::DEERWOOD');addOption(document.custom.left_features,'Elementary:DEKOT','Elementary::Str::SchoolElem::Like::DEKOT');addOption(document.custom.left_features,'Elementary:DOBBS','Elementary::Str::SchoolElem::Like::DOBBS');addOption(document.custom.left_features,'Elementary:DOLVIN','Elementary::Str::SchoolElem::Like::DOLVIN');addOption(document.custom.left_features,'Elementary:DOWELL','Elementary::Str::SchoolElem::Like::DOWELL');addOption(document.custom.left_features,'Elementary:DRESDEN','Elementary::Str::SchoolElem::Like::DRESDEN');addOption(document.custom.left_features,'Elementary:DREW','Elementary::Str::SchoolElem::Like::DREW');addOption(document.custom.left_features,'Elementary:DSTANTON','Elementary::Str::SchoolElem::Like::DSTANTON');addOption(document.custom.left_features,'Elementary:DUEWEST','Elementary::Str::SchoolElem::Like::DUEWEST');addOption(document.custom.left_features,'Elementary:DUNBAR','Elementary::Str::SchoolElem::Like::DUNBAR');addOption(document.custom.left_features,'Elementary:DUNLEITH','Elementary::Str::SchoolElem::Like::DUNLEITH');addOption(document.custom.left_features,'Elementary:DUNWDYSPGS','Elementary::Str::SchoolElem::Like::DUNWDYSPGS');addOption(document.custom.left_features,'Elementary:EASTDCOBB','Elementary::Str::SchoolElem::Like::EASTDCOBB');addOption(document.custom.left_features,'Elementary:EASTLAKE','Elementary::Str::SchoolElem::Like::EASTLAKE');addOption(document.custom.left_features,'Elementary:EASTVALLEY','Elementary::Str::SchoolElem::Like::EASTVALLEY');addOption(document.custom.left_features,'Elementary:ECWEST','Elementary::Str::SchoolElem::Like::ECWEST');addOption(document.custom.left_features,'Elementary:EDMONDS','Elementary::Str::SchoolElem::Like::EDMONDS');addOption(document.custom.left_features,'Elementary:EMERSON','Elementary::Str::SchoolElem::Like::EMERSON');addOption(document.custom.left_features,'Elementary:ERIVERS','Elementary::Str::SchoolElem::Like::ERIVERS');addOption(document.custom.left_features,'Elementary:ESTHER JACKSON','Elementary::Str::SchoolElem::Like::ESTHER JACKSON');addOption(document.custom.left_features,'Elementary:EVANSDALE','Elementary::Str::SchoolElem::Like::EVANSDALE');addOption(document.custom.left_features,'Elementary:FACTORYSH','Elementary::Str::SchoolElem::Like::FACTORYSH');addOption(document.custom.left_features,'Elementary:FAIN','Elementary::Str::SchoolElem::Like::FAIN');addOption(document.custom.left_features,'Elementary:FAIROAKS','Elementary::Str::SchoolElem::Like::FAIROAKS');addOption(document.custom.left_features,'Elementary:FERNBANK','Elementary::Str::SchoolElem::Like::FERNBANK');addOption(document.custom.left_features,'Elementary:FICKETT','Elementary::Str::SchoolElem::Like::FICKETT');addOption(document.custom.left_features,'Elementary:FINCH','Elementary::Str::SchoolElem::Like::FINCH');addOption(document.custom.left_features,'Elementary:FINDLEYOAK','Elementary::Str::SchoolElem::Like::FINDLEYOAK');addOption(document.custom.left_features,'Elementary:FLATSHLS-D','Elementary::Str::SchoolElem::Like::FLATSHLS-D');addOption(document.custom.left_features,'Elementary:FORD','Elementary::Str::SchoolElem::Like::FORD');addOption(document.custom.left_features,'Elementary:FOROT','Elementary::Str::SchoolElem::Like::FOROT');addOption(document.custom.left_features,'Elementary:FREDA.TOOMER','Elementary::Str::SchoolElem::Like::FREDA.TOOMER');addOption(document.custom.left_features,'Elementary:FREEHOME','Elementary::Str::SchoolElem::Like::FREEHOME');addOption(document.custom.left_features,'Elementary:FREY','Elementary::Str::SchoolElem::Like::FREY');addOption(document.custom.left_features,'Elementary:FSTANTON','Elementary::Str::SchoolElem::Like::FSTANTON');addOption(document.custom.left_features,'Elementary:FULOT','Elementary::Str::SchoolElem::Like::FULOT');addOption(document.custom.left_features,'Elementary:GARDNHLLS','Elementary::Str::SchoolElem::Like::GARDNHLLS');addOption(document.custom.left_features,'Elementary:GARSNMILL','Elementary::Str::SchoolElem::Like::GARSNMILL');addOption(document.custom.left_features,'Elementary:GARTHAB.PETERSON','Elementary::Str::SchoolElem::Like::GARTHAB.PETERSON');addOption(document.custom.left_features,'Elementary:GIDEONS','Elementary::Str::SchoolElem::Like::GIDEONS');addOption(document.custom.left_features,'Elementary:GLENHAVEN','Elementary::Str::SchoolElem::Like::GLENHAVEN');addOption(document.custom.left_features,'Elementary:GREENACRES','Elementary::Str::SchoolElem::Like::GREENACRES');addOption(document.custom.left_features,'Elementary:GROVEPRK','Elementary::Str::SchoolElem::Like::GROVEPRK');addOption(document.custom.left_features,'Elementary:GRSHMPRK','Elementary::Str::SchoolElem::Like::GRSHMPRK');addOption(document.custom.left_features,'Elementary:GULLATT','Elementary::Str::SchoolElem::Like::GULLATT');addOption(document.custom.left_features,'Elementary:GWIOT','Elementary::Str::SchoolElem::Like::GWIOT');addOption(document.custom.left_features,'Elementary:H.O.BURGESS','Elementary::Str::SchoolElem::Like::H.O.BURGESS');addOption(document.custom.left_features,'Elementary:HAMILTONEH','Elementary::Str::SchoolElem::Like::HAMILTONEH');addOption(document.custom.left_features,'Elementary:HAPEVILLE','Elementary::Str::SchoolElem::Like::HAPEVILLE');addOption(document.custom.left_features,'Elementary:HARBINS','Elementary::Str::SchoolElem::Like::HARBINS');addOption(document.custom.left_features,'Elementary:HARMONY','Elementary::Str::SchoolElem::Like::HARMONY');addOption(document.custom.left_features,'Elementary:HARMONY-LELAND','Elementary::Str::SchoolElem::Like::HARMONY-LELAND');addOption(document.custom.left_features,'Elementary:HARRIS-G','Elementary::Str::SchoolElem::Like::HARRIS-G');addOption(document.custom.left_features,'Elementary:HAWTHORNE','Elementary::Str::SchoolElem::Like::HAWTHORNE');addOption(document.custom.left_features,'Elementary:HAYES','Elementary::Str::SchoolElem::Like::HAYES');addOption(document.custom.left_features,'Elementary:HCKRYFLAT','Elementary::Str::SchoolElem::Like::HCKRYFLAT');addOption(document.custom.left_features,'Elementary:HEARDSFER','Elementary::Str::SchoolElem::Like::HEARDSFER');addOption(document.custom.left_features,'Elementary:HEMBREESPRGS','Elementary::Str::SchoolElem::Like::HEMBREESPRGS');addOption(document.custom.left_features,'Elementary:HENDERSONM','Elementary::Str::SchoolElem::Like::HENDERSONM');addOption(document.custom.left_features,'Elementary:HERITAGE','Elementary::Str::SchoolElem::Like::HERITAGE');addOption(document.custom.left_features,'Elementary:HERNDON','Elementary::Str::SchoolElem::Like::HERNDON');addOption(document.custom.left_features,'Elementary:HICKORYHLS','Elementary::Str::SchoolElem::Like::HICKORYHLS');addOption(document.custom.left_features,'Elementary:HIGHPOINT','Elementary::Str::SchoolElem::Like::HIGHPOINT');addOption(document.custom.left_features,'Elementary:HIGHTOWERD','Elementary::Str::SchoolElem::Like::HIGHTOWERD');addOption(document.custom.left_features,'Elementary:HILL','Elementary::Str::SchoolElem::Like::HILL');addOption(document.custom.left_features,'Elementary:HILLSIDE','Elementary::Str::SchoolElem::Like::HILLSIDE');addOption(document.custom.left_features,'Elementary:HIRAM','Elementary::Str::SchoolElem::Like::HIRAM');addOption(document.custom.left_features,'Elementary:HOLLYDALE','Elementary::Str::SchoolElem::Like::HOLLYDALE');addOption(document.custom.left_features,'Elementary:HOLLYSPGSC','Elementary::Str::SchoolElem::Like::HOLLYSPGSC');addOption(document.custom.left_features,'Elementary:HOPE','Elementary::Str::SchoolElem::Like::HOPE');addOption(document.custom.left_features,'Elementary:HOPKINS','Elementary::Str::SchoolElem::Like::HOPKINS');addOption(document.custom.left_features,'Elementary:HUBBARD','Elementary::Str::SchoolElem::Like::HUBBARD');addOption(document.custom.left_features,'Elementary:HUMPHRIES','Elementary::Str::SchoolElem::Like::HUMPHRIES');addOption(document.custom.left_features,'Elementary:HUNTLEYHLLS','Elementary::Str::SchoolElem::Like::HUNTLEYHLLS');addOption(document.custom.left_features,'Elementary:HUTCHINSON','Elementary::Str::SchoolElem::Like::HUTCHINSON');addOption(document.custom.left_features,'Elementary:JAALFORD','Elementary::Str::SchoolElem::Like::JAALFORD');addOption(document.custom.left_features,'Elementary:JACKSON','Elementary::Str::SchoolElem::Like::JACKSON');addOption(document.custom.left_features,'Elementary:JOHNSCREEK','Elementary::Str::SchoolElem::Like::JOHNSCREEK');addOption(document.custom.left_features,'Elementary:JOHNSTON','Elementary::Str::SchoolElem::Like::JOHNSTON');addOption(document.custom.left_features,'Elementary:KANOHEDA','Elementary::Str::SchoolElem::Like::KANOHEDA');addOption(document.custom.left_features,'Elementary:KEHELEY','Elementary::Str::SchoolElem::Like::KEHELEY');addOption(document.custom.left_features,'Elementary:KEMPC','Elementary::Str::SchoolElem::Like::KEMPC');addOption(document.custom.left_features,'Elementary:KENNESAW','Elementary::Str::SchoolElem::Like::KENNESAW');addOption(document.custom.left_features,'Elementary:KILPATRICK','Elementary::Str::SchoolElem::Like::KILPATRICK');addOption(document.custom.left_features,'Elementary:KIMBERLY','Elementary::Str::SchoolElem::Like::KIMBERLY');addOption(document.custom.left_features,'Elementary:KINCAID','Elementary::Str::SchoolElem::Like::KINCAID');addOption(document.custom.left_features,'Elementary:KINGSLEY','Elementary::Str::SchoolElem::Like::KINGSLEY');addOption(document.custom.left_features,'Elementary:KINGSPGS','Elementary::Str::SchoolElem::Like::KINGSPGS');addOption(document.custom.left_features,'Elementary:KITTREDGE','Elementary::Str::SchoolElem::Like::KITTREDGE');addOption(document.custom.left_features,'Elementary:KNOLLWOOD','Elementary::Str::SchoolElem::Like::KNOLLWOOD');addOption(document.custom.left_features,'Elementary:LABELLE','Elementary::Str::SchoolElem::Like::LABELLE');addOption(document.custom.left_features,'Elementary:LAKEWINDW','Elementary::Str::SchoolElem::Like::LAKEWINDW');addOption(document.custom.left_features,'Elementary:LAURELRDG','Elementary::Str::SchoolElem::Like::LAURELRDG');addOption(document.custom.left_features,'Elementary:LEVELCREEK','Elementary::Str::SchoolElem::Like::LEVELCREEK');addOption(document.custom.left_features,'Elementary:LEVELGROVE','Elementary::Str::SchoolElem::Like::LEVELGROVE');addOption(document.custom.left_features,'Elementary:LEWIS','Elementary::Str::SchoolElem::Like::LEWIS');addOption(document.custom.left_features,'Elementary:LIBERTY','Elementary::Str::SchoolElem::Like::LIBERTY');addOption(document.custom.left_features,'Elementary:LIBERTY POINT','Elementary::Str::SchoolElem::Like::LIBERTY POINT');addOption(document.custom.left_features,'Elementary:LILBURN','Elementary::Str::SchoolElem::Like::LILBURN');addOption(document.custom.left_features,'Elementary:LOCKHEED','Elementary::Str::SchoolElem::Like::LOCKHEED');addOption(document.custom.left_features,'Elementary:LSTEELE','Elementary::Str::SchoolElem::Like::LSTEELE');addOption(document.custom.left_features,'Elementary:LTLERIVER','Elementary::Str::SchoolElem::Like::LTLERIVER');addOption(document.custom.left_features,'Elementary:MACEDONIA','Elementary::Str::SchoolElem::Like::MACEDONIA');addOption(document.custom.left_features,'Elementary:MANNINGOKS','Elementary::Str::SchoolElem::Like::MANNINGOKS');addOption(document.custom.left_features,'Elementary:MARYLIN','Elementary::Str::SchoolElem::Like::MARYLIN');addOption(document.custom.left_features,'Elementary:MASHBURN','Elementary::Str::SchoolElem::Like::MASHBURN');addOption(document.custom.left_features,'Elementary:MASO','Elementary::Str::SchoolElem::Like::MASO');addOption(document.custom.left_features,'Elementary:MASON','Elementary::Str::SchoolElem::Like::MASON');addOption(document.custom.left_features,'Elementary:MATT','Elementary::Str::SchoolElem::Like::MATT');addOption(document.custom.left_features,'Elementary:MCCALL PRIMARY','Elementary::Str::SchoolElem::Like::MCCALL PRIMARY');addOption(document.custom.left_features,'Elementary:MCGILL','Elementary::Str::SchoolElem::Like::MCGILL');addOption(document.custom.left_features,'Elementary:MEADOWCREEK','Elementary::Str::SchoolElem::Like::MEADOWCREEK');addOption(document.custom.left_features,'Elementary:MEADOWVIEW','Elementary::Str::SchoolElem::Like::MEADOWVIEW');addOption(document.custom.left_features,'Elementary:MEDLOCKBR','Elementary::Str::SchoolElem::Like::MEDLOCKBR');addOption(document.custom.left_features,'Elementary:MIDVALE','Elementary::Str::SchoolElem::Like::MIDVALE');addOption(document.custom.left_features,'Elementary:MIDWAY-D','Elementary::Str::SchoolElem::Like::MIDWAY-D');addOption(document.custom.left_features,'Elementary:MIDWAY-F','Elementary::Str::SchoolElem::Like::MIDWAY-F');addOption(document.custom.left_features,'Elementary:MILES','Elementary::Str::SchoolElem::Like::MILES');addOption(document.custom.left_features,'Elementary:MILFORD','Elementary::Str::SchoolElem::Like::MILFORD');addOption(document.custom.left_features,'Elementary:MIMOSA','Elementary::Str::SchoolElem::Like::MIMOSA');addOption(document.custom.left_features,'Elementary:MJONES','Elementary::Str::SchoolElem::Like::MJONES');addOption(document.custom.left_features,'Elementary:MMGARITY','Elementary::Str::SchoolElem::Like::MMGARITY');addOption(document.custom.left_features,'Elementary:MONTCLAIR','Elementary::Str::SchoolElem::Like::MONTCLAIR');addOption(document.custom.left_features,'Elementary:MONTGOMERY','Elementary::Str::SchoolElem::Like::MONTGOMERY');addOption(document.custom.left_features,'Elementary:MOOREC','Elementary::Str::SchoolElem::Like::MOOREC');addOption(document.custom.left_features,'Elementary:MORNINGSID','Elementary::Str::SchoolElem::Like::MORNINGSID');addOption(document.custom.left_features,'Elementary:MTBETHEL','Elementary::Str::SchoolElem::Like::MTBETHEL');addOption(document.custom.left_features,'Elementary:MTOLIVE','Elementary::Str::SchoolElem::Like::MTOLIVE');addOption(document.custom.left_features,'Elementary:MTPRK-F','Elementary::Str::SchoolElem::Like::MTPRK-F');addOption(document.custom.left_features,'Elementary:MTROAD','Elementary::Str::SchoolElem::Like::MTROAD');addOption(document.custom.left_features,'Elementary:MTVIEW','Elementary::Str::SchoolElem::Like::MTVIEW');addOption(document.custom.left_features,'Elementary:MURDOCK','Elementary::Str::SchoolElem::Like::MURDOCK');addOption(document.custom.left_features,'Elementary:NANCYCRK','Elementary::Str::SchoolElem::Like::NANCYCRK');addOption(document.custom.left_features,'Elementary:NBHDCHARTER','Elementary::Str::SchoolElem::Like::NBHDCHARTER');addOption(document.custom.left_features,'Elementary:NESBIT','Elementary::Str::SchoolElem::Like::NESBIT');addOption(document.custom.left_features,'Elementary:NEWPROSPEC','Elementary::Str::SchoolElem::Like::NEWPROSPEC');addOption(document.custom.left_features,'Elementary:NICHOLSON','Elementary::Str::SchoolElem::Like::NICHOLSON');addOption(document.custom.left_features,'Elementary:NICKAJACK','Elementary::Str::SchoolElem::Like::NICKAJACK');addOption(document.custom.left_features,'Elementary:NOLAN','Elementary::Str::SchoolElem::Like::NOLAN');addOption(document.custom.left_features,'Elementary:NORCROSS','Elementary::Str::SchoolElem::Like::NORCROSS');addOption(document.custom.left_features,'Elementary:NORTHWOOD','Elementary::Str::SchoolElem::Like::NORTHWOOD');addOption(document.custom.left_features,'Elementary:NORTNPRK','Elementary::Str::SchoolElem::Like::NORTNPRK');addOption(document.custom.left_features,'Elementary:OAKGROVE-C','Elementary::Str::SchoolElem::Like::OAKGROVE-C');addOption(document.custom.left_features,'Elementary:OAKGROVE-D','Elementary::Str::SchoolElem::Like::OAKGROVE-D');addOption(document.custom.left_features,'Elementary:OAKHUHURST','Elementary::Str::SchoolElem::Like::OAKHUHURST');addOption(document.custom.left_features,'Elementary:OAKKNOLL','Elementary::Str::SchoolElem::Like::OAKKNOLL');addOption(document.custom.left_features,'Elementary:OCEE','Elementary::Str::SchoolElem::Like::OCEE');addOption(document.custom.left_features,'Elementary:OGELTHORP','Elementary::Str::SchoolElem::Like::OGELTHORP');addOption(document.custom.left_features,'Elementary:OTHERHAB','Elementary::Str::SchoolElem::Like::OTHERHAB');addOption(document.custom.left_features,'Elementary:OTHEROTH','Elementary::Str::SchoolElem::Like::OTHEROTH');addOption(document.custom.left_features,'Elementary:PALMETTO','Elementary::Str::SchoolElem::Like::PALMETTO');addOption(document.custom.left_features,'Elementary:PANOLAWA','Elementary::Str::SchoolElem::Like::PANOLAWA');addOption(document.custom.left_features,'Elementary:PANTER','Elementary::Str::SchoolElem::Like::PANTER');addOption(document.custom.left_features,'Elementary:PARKLANE','Elementary::Str::SchoolElem::Like::PARKLANE');addOption(document.custom.left_features,'Elementary:PARKSID','Elementary::Str::SchoolElem::Like::PARKSID');addOption(document.custom.left_features,'Elementary:PARKST','Elementary::Str::SchoolElem::Like::PARKST');addOption(document.custom.left_features,'Elementary:PARSONS','Elementary::Str::SchoolElem::Like::PARSONS');addOption(document.custom.left_features,'Elementary:PAUOT','Elementary::Str::SchoolElem::Like::PAUOT');addOption(document.custom.left_features,'Elementary:PEACHCREST','Elementary::Str::SchoolElem::Like::PEACHCREST');addOption(document.custom.left_features,'Elementary:PEACHTREEG','Elementary::Str::SchoolElem::Like::PEACHTREEG');addOption(document.custom.left_features,'Elementary:PERKERSON','Elementary::Str::SchoolElem::Like::PERKERSON');addOption(document.custom.left_features,'Elementary:PEYTNFRST','Elementary::Str::SchoolElem::Like::PEYTNFRST');addOption(document.custom.left_features,'Elementary:PICKETTSMILL','Elementary::Str::SchoolElem::Like::PICKETTSMILL');addOption(document.custom.left_features,'Elementary:PINEFOREST','Elementary::Str::SchoolElem::Like::PINEFOREST');addOption(document.custom.left_features,'Elementary:PITNER','Elementary::Str::SchoolElem::Like::PITNER');addOption(document.custom.left_features,'Elementary:PLEASENTDL','Elementary::Str::SchoolElem::Like::PLEASENTDL');addOption(document.custom.left_features,'Elementary:POWRSFRRY','Elementary::Str::SchoolElem::Like::POWRSFRRY');addOption(document.custom.left_features,'Elementary:PWDRSPGS','Elementary::Str::SchoolElem::Like::PWDRSPGS');addOption(document.custom.left_features,'Elementary:RAGSDDALE','Elementary::Str::SchoolElem::Like::RAGSDDALE');addOption(document.custom.left_features,'Elementary:RANDOLPH','Elementary::Str::SchoolElem::Like::RANDOLPH');addOption(document.custom.left_features,'Elementary:RANDOLPHR','Elementary::Str::SchoolElem::Like::RANDOLPHR');addOption(document.custom.left_features,'Elementary:RENAISS','Elementary::Str::SchoolElem::Like::RENAISS');addOption(document.custom.left_features,'Elementary:RITCH','Elementary::Str::SchoolElem::Like::RITCH');addOption(document.custom.left_features,'Elementary:RIVEREVES','Elementary::Str::SchoolElem::Like::RIVEREVES');addOption(document.custom.left_features,'Elementary:RMINOR','Elementary::Str::SchoolElem::Like::RMINOR');addOption(document.custom.left_features,'Elementary:ROCK SPRINGS','Elementary::Str::SchoolElem::Like::ROCK SPRINGS');addOption(document.custom.left_features,'Elementary:ROCKBRIDGG','Elementary::Str::SchoolElem::Like::ROCKBRIDGG');addOption(document.custom.left_features,'Elementary:ROCKYMT','Elementary::Str::SchoolElem::Like::ROCKYMT');addOption(document.custom.left_features,'Elementary:ROLANDWRUS','Elementary::Str::SchoolElem::Like::ROLANDWRUS');addOption(document.custom.left_features,'Elementary:ROSWELLN','Elementary::Str::SchoolElem::Like::ROSWELLN');addOption(document.custom.left_features,'Elementary:RUSK','Elementary::Str::SchoolElem::Like::RUSK');addOption(document.custom.left_features,'Elementary:RUSSELL','Elementary::Str::SchoolElem::Like::RUSSELL');addOption(document.custom.left_features,'Elementary:SAGMRHLLS','Elementary::Str::SchoolElem::Like::SAGMRHLLS');addOption(document.custom.left_features,'Elementary:SANDERS','Elementary::Str::SchoolElem::Like::SANDERS');addOption(document.custom.left_features,'Elementary:SAWNEE','Elementary::Str::SchoolElem::Like::SAWNEE');addOption(document.custom.left_features,'Elementary:SAWNPRI','Elementary::Str::SchoolElem::Like::SAWNPRI');addOption(document.custom.left_features,'Elementary:SAWYER','Elementary::Str::SchoolElem::Like::SAWYER');addOption(document.custom.left_features,'Elementary:SCOT','Elementary::Str::SchoolElem::Like::SCOT');addOption(document.custom.left_features,'Elementary:SEBRNLEE','Elementary::Str::SchoolElem::Like::SEBRNLEE');addOption(document.custom.left_features,'Elementary:SEDLIAPRK','Elementary::Str::SchoolElem::Like::SEDLIAPRK');addOption(document.custom.left_features,'Elementary:SETTLEBR','Elementary::Str::SchoolElem::Like::SETTLEBR');addOption(document.custom.left_features,'Elementary:SHAKERAG','Elementary::Str::SchoolElem::Like::SHAKERAG');addOption(document.custom.left_features,'Elementary:SHALLOWFOR','Elementary::Str::SchoolElem::Like::SHALLOWFOR');addOption(document.custom.left_features,'Elementary:SHARON','Elementary::Str::SchoolElem::Like::SHARON');addOption(document.custom.left_features,'Elementary:SHELTON','Elementary::Str::SchoolElem::Like::SHELTON');addOption(document.custom.left_features,'Elementary:SHILOHPT','Elementary::Str::SchoolElem::Like::SHILOHPT');addOption(document.custom.left_features,'Elementary:SILVERCITY','Elementary::Str::SchoolElem::Like::SILVERCITY');addOption(document.custom.left_features,'Elementary:SIMPSON','Elementary::Str::SchoolElem::Like::SIMPSON');addOption(document.custom.left_features,'Elementary:SIXES','Elementary::Str::SchoolElem::Like::SIXES');addOption(document.custom.left_features,'Elementary:SKYHAVEN','Elementary::Str::SchoolElem::Like::SKYHAVEN');addOption(document.custom.left_features,'Elementary:SLATER','Elementary::Str::SchoolElem::Like::SLATER');addOption(document.custom.left_features,'Elementary:SLLEWIS','Elementary::Str::SchoolElem::Like::SLLEWIS');addOption(document.custom.left_features,'Elementary:SMITH','Elementary::Str::SchoolElem::Like::SMITH');addOption(document.custom.left_features,'Elementary:SOPECREEK','Elementary::Str::SchoolElem::Like::SOPECREEK');addOption(document.custom.left_features,'Elementary:SPALDINGDR','Elementary::Str::SchoolElem::Like::SPALDINGDR');addOption(document.custom.left_features,'Elementary:STATEBR','Elementary::Str::SchoolElem::Like::STATEBR');addOption(document.custom.left_features,'Elementary:STILL','Elementary::Str::SchoolElem::Like::STILL');addOption(document.custom.left_features,'Elementary:STONEWALL','Elementary::Str::SchoolElem::Like::STONEWALL');addOption(document.custom.left_features,'Elementary:STRIPLING','Elementary::Str::SchoolElem::Like::STRIPLING');addOption(document.custom.left_features,'Elementary:SUMMITTHILL','Elementary::Str::SchoolElem::Like::SUMMITTHILL');addOption(document.custom.left_features,'Elementary:SUMTEROTH','Elementary::Str::SchoolElem::Like::SUMTEROTH');addOption(document.custom.left_features,'Elementary:SWEETAPPLE','Elementary::Str::SchoolElem::Like::SWEETAPPLE');addOption(document.custom.left_features,'Elementary:TEASLEY','Elementary::Str::SchoolElem::Like::TEASLEY');addOption(document.custom.left_features,'Elementary:TERRYMILL','Elementary::Str::SchoolElem::Like::TERRYMILL');addOption(document.custom.left_features,'Elementary:THOMASVILL','Elementary::Str::SchoolElem::Like::THOMASVILL');addOption(document.custom.left_features,'Elementary:TILSON','Elementary::Str::SchoolElem::Like::TILSON');addOption(document.custom.left_features,'Elementary:TIMBERRDG','Elementary::Str::SchoolElem::Like::TIMBERRDG');addOption(document.custom.left_features,'Elementary:TOWNS','Elementary::Str::SchoolElem::Like::TOWNS');addOption(document.custom.left_features,'Elementary:TRITT','Elementary::Str::SchoolElem::Like::TRITT');addOption(document.custom.left_features,'Elementary:UNION','Elementary::Str::SchoolElem::Like::UNION');addOption(document.custom.left_features,'Elementary:USHER','Elementary::Str::SchoolElem::Like::USHER');addOption(document.custom.left_features,'Elementary:VANDERLYN','Elementary::Str::SchoolElem::Like::VANDERLYN');addOption(document.custom.left_features,'Elementary:VARNER','Elementary::Str::SchoolElem::Like::VARNER');addOption(document.custom.left_features,'Elementary:VAUGHAN','Elementary::Str::SchoolElem::Like::VAUGHAN');addOption(document.custom.left_features,'Elementary:VENETIAN','Elementary::Str::SchoolElem::Like::VENETIAN');addOption(document.custom.left_features,'Elementary:VICKERYE','Elementary::Str::SchoolElem::Like::VICKERYE');addOption(document.custom.left_features,'Elementary:VICTORYC','Elementary::Str::SchoolElem::Like::VICTORYC');addOption(document.custom.left_features,'Elementary:W.G. HASTY','Elementary::Str::SchoolElem::Like::W.G. HASTY');addOption(document.custom.left_features,'Elementary:WADSWORTH','Elementary::Str::SchoolElem::Like::WADSWORTH');addOption(document.custom.left_features,'Elementary:WATERS','Elementary::Str::SchoolElem::Like::WATERS');addOption(document.custom.left_features,'Elementary:WESTCLTN','Elementary::Str::SchoolElem::Like::WESTCLTN');addOption(document.custom.left_features,'Elementary:WESTMANOR','Elementary::Str::SchoolElem::Like::WESTMANOR');addOption(document.custom.left_features,'Elementary:WESTSID','Elementary::Str::SchoolElem::Like::WESTSID');addOption(document.custom.left_features,'Elementary:WESTSIDE','Elementary::Str::SchoolElem::Like::WESTSIDE');addOption(document.custom.left_features,'Elementary:WHITEF','Elementary::Str::SchoolElem::Like::WHITEF');addOption(document.custom.left_features,'Elementary:WHITEFOORD','Elementary::Str::SchoolElem::Like::WHITEFOORD');addOption(document.custom.left_features,'Elementary:WILLIAMS','Elementary::Str::SchoolElem::Like::WILLIAMS');addOption(document.custom.left_features,'Elementary:WILSONCREE','Elementary::Str::SchoolElem::Like::WILSONCREE');addOption(document.custom.left_features,'Elementary:WOODLANDCH','Elementary::Str::SchoolElem::Like::WOODLANDCH');addOption(document.custom.left_features,'Elementary:WOODRIDGE','Elementary::Str::SchoolElem::Like::WOODRIDGE');addOption(document.custom.left_features,'Elementary:WOODSON','Elementary::Str::SchoolElem::Like::WOODSON');addOption(document.custom.left_features,'Elementary:WOODSTOCK','Elementary::Str::SchoolElem::Like::WOODSTOCK');addOption(document.custom.left_features,'Elementary:WOODWARD','Elementary::Str::SchoolElem::Like::WOODWARD');}if (document.custom.categories.value=='juniorschool'){clearbox();addOption(document.custom.left_features,'Junior School:ATLCHARTER','Junior School::Str::SchoolJunior::Like::ATLCHARTER');addOption(document.custom.left_features,'Junior School:AUTREYMILL','Junior School::Str::SchoolJunior::Like::AUTREYMILL');addOption(document.custom.left_features,'Junior School:AVONDALEM','Junior School::Str::SchoolJunior::Like::AVONDALEM');addOption(document.custom.left_features,'Junior School:AWTREY','Junior School::Str::SchoolJunior::Like::AWTREY');addOption(document.custom.left_features,'Junior School:BARBER','Junior School::Str::SchoolJunior::Like::BARBER');addOption(document.custom.left_features,'Junior School:BAROT','Junior School::Str::SchoolJunior::Like::BAROT');addOption(document.custom.left_features,'Junior School:BEARCREEK','Junior School::Str::SchoolJunior::Like::BEARCREEK');addOption(document.custom.left_features,'Junior School:BENHILLC','Junior School::Str::SchoolJunior::Like::BENHILLC');addOption(document.custom.left_features,'Junior School:BERKMAR','Junior School::Str::SchoolJunior::Like::BERKMAR');addOption(document.custom.left_features,'Junior School:BROWN','Junior School::Str::SchoolJunior::Like::BROWN');addOption(document.custom.left_features,'Junior School:BUFORD','Junior School::Str::SchoolJunior::Like::BUFORD');addOption(document.custom.left_features,'Junior School:BUNCHE','Junior School::Str::SchoolJunior::Like::BUNCHE');addOption(document.custom.left_features,'Junior School:CAMPBELL','Junior School::Str::SchoolJunior::Like::CAMPBELL');addOption(document.custom.left_features,'Junior School:CAMPCREEK','Junior School::Str::SchoolJunior::Like::CAMPCREEK');addOption(document.custom.left_features,'Junior School:CARSON','Junior School::Str::SchoolJunior::Like::CARSON');addOption(document.custom.left_features,'Junior School:CASS','Junior School::Str::SchoolJunior::Like::CASS');addOption(document.custom.left_features,'Junior School:CEDAR GROVE','Junior School::Str::SchoolJunior::Like::CEDAR GROVE');addOption(document.custom.left_features,'Junior School:CHAMBLEE','Junior School::Str::SchoolJunior::Like::CHAMBLEE');addOption(document.custom.left_features,'Junior School:CHAPELHLDE','Junior School::Str::SchoolJunior::Like::CHAPELHLDE');addOption(document.custom.left_features,'Junior School:CHEOT','Junior School::Str::SchoolJunior::Like::CHEOT');addOption(document.custom.left_features,'Junior School:CHESTNUT','Junior School::Str::SchoolJunior::Like::CHESTNUT');addOption(document.custom.left_features,'Junior School:CLAOT','Junior School::Str::SchoolJunior::Like::CLAOT');addOption(document.custom.left_features,'Junior School:COBOT','Junior School::Str::SchoolJunior::Like::COBOT');addOption(document.custom.left_features,'Junior School:COLUMBIA','Junior School::Str::SchoolJunior::Like::COLUMBIA');addOption(document.custom.left_features,'Junior School:COOPER','Junior School::Str::SchoolJunior::Like::COOPER');addOption(document.custom.left_features,'Junior School:CRABAPPLE','Junior School::Str::SchoolJunior::Like::CRABAPPLE');addOption(document.custom.left_features,'Junior School:CREEKLAN','Junior School::Str::SchoolJunior::Like::CREEKLAN');addOption(document.custom.left_features,'Junior School:CREEKLAND','Junior School::Str::SchoolJunior::Like::CREEKLAND');addOption(document.custom.left_features,'Junior School:CRENFROE','Junior School::Str::SchoolJunior::Like::CRENFROE');addOption(document.custom.left_features,'Junior School:DANIELL','Junior School::Str::SchoolJunior::Like::DANIELL');addOption(document.custom.left_features,'Junior School:DEANRUSK','Junior School::Str::SchoolJunior::Like::DEANRUSK');addOption(document.custom.left_features,'Junior School:DECATUROTH','Junior School::Str::SchoolJunior::Like::DECATUROTH');addOption(document.custom.left_features,'Junior School:DEKOT','Junior School::Str::SchoolJunior::Like::DEKOT');addOption(document.custom.left_features,'Junior School:DICKERSON','Junior School::Str::SchoolJunior::Like::DICKERSON');addOption(document.custom.left_features,'Junior School:DOBBINS','Junior School::Str::SchoolJunior::Like::DOBBINS');addOption(document.custom.left_features,'Junior School:DODGEN','Junior School::Str::SchoolJunior::Like::DODGEN');addOption(document.custom.left_features,'Junior School:DULUTH','Junior School::Str::SchoolJunior::Like::DULUTH');addOption(document.custom.left_features,'Junior School:DURHAM','Junior School::Str::SchoolJunior::Like::DURHAM');addOption(document.custom.left_features,'Junior School:EASTCOBB','Junior School::Str::SchoolJunior::Like::EASTCOBB');addOption(document.custom.left_features,'Junior School:EASTPAULD','Junior School::Str::SchoolJunior::Like::EASTPAULD');addOption(document.custom.left_features,'Junior School:ELKINSPT','Junior School::Str::SchoolJunior::Like::ELKINSPT');addOption(document.custom.left_features,'Junior School:ETBOOTH','Junior School::Str::SchoolJunior::Like::ETBOOTH');addOption(document.custom.left_features,'Junior School:FLOYD','Junior School::Str::SchoolJunior::Like::FLOYD');addOption(document.custom.left_features,'Junior School:FORESTPRK','Junior School::Str::SchoolJunior::Like::FORESTPRK');addOption(document.custom.left_features,'Junior School:FOROT','Junior School::Str::SchoolJunior::Like::FOROT');addOption(document.custom.left_features,'Junior School:FREEDO','Junior School::Str::SchoolJunior::Like::FREEDO');addOption(document.custom.left_features,'Junior School:FREEDOM','Junior School::Str::SchoolJunior::Like::FREEDOM');addOption(document.custom.left_features,'Junior School:FULOT','Junior School::Str::SchoolJunior::Like::FULOT');addOption(document.custom.left_features,'Junior School:GARRETT','Junior School::Str::SchoolJunior::Like::GARRETT');addOption(document.custom.left_features,'Junior School:GRIFFIN','Junior School::Str::SchoolJunior::Like::GRIFFIN');addOption(document.custom.left_features,'Junior School:GWIOT','Junior School::Str::SchoolJunior::Like::GWIOT');addOption(document.custom.left_features,'Junior School:HARPERAR','Junior School::Str::SchoolJunior::Like::HARPERAR');addOption(document.custom.left_features,'Junior School:HENDERSON','Junior School::Str::SchoolJunior::Like::HENDERSON');addOption(document.custom.left_features,'Junior School:HIGHTOWERC','Junior School::Str::SchoolJunior::Like::HIGHTOWERC');addOption(document.custom.left_features,'Junior School:HLCMBRDGE','Junior School::Str::SchoolJunior::Like::HLCMBRDGE');addOption(document.custom.left_features,'Junior School:HOPEWELL','Junior School::Str::SchoolJunior::Like::HOPEWELL');addOption(document.custom.left_features,'Junior School:HULL','Junior School::Str::SchoolJunior::Like::HULL');addOption(document.custom.left_features,'Junior School:HYNSBRDGE','Junior School::Str::SchoolJunior::Like::HYNSBRDGE');addOption(document.custom.left_features,'Junior School:INMAN','Junior School::Str::SchoolJunior::Like::INMAN');addOption(document.custom.left_features,'Junior School:KENDRICK','Junior School::Str::SchoolJunior::Like::KENDRICK');addOption(document.custom.left_features,'Junior School:KENNEDY','Junior School::Str::SchoolJunior::Like::KENNEDY');addOption(document.custom.left_features,'Junior School:KING','Junior School::Str::SchoolJunior::Like::KING');addOption(document.custom.left_features,'Junior School:KIPP','Junior School::Str::SchoolJunior::Like::KIPP');addOption(document.custom.left_features,'Junior School:LANIER','Junior School::Str::SchoolJunior::Like::LANIER');addOption(document.custom.left_features,'Junior School:LIBERTY','Junior School::Str::SchoolJunior::Like::LIBERTY');addOption(document.custom.left_features,'Junior School:LILBURN','Junior School::Str::SchoolJunior::Like::LILBURN');addOption(document.custom.left_features,'Junior School:LINDLEY','Junior School::Str::SchoolJunior::Like::LINDLEY');addOption(document.custom.left_features,'Junior School:LITTLEMILL','Junior School::Str::SchoolJunior::Like::LITTLEMILL');addOption(document.custom.left_features,'Junior School:LMMOSES','Junior School::Str::SchoolJunior::Like::LMMOSES');addOption(document.custom.left_features,'Junior School:LONG','Junior School::Str::SchoolJunior::Like::LONG');addOption(document.custom.left_features,'Junior School:LOSTMOUNT','Junior School::Str::SchoolJunior::Like::LOSTMOUNT');addOption(document.custom.left_features,'Junior School:LOUISERADL','Junior School::Str::SchoolJunior::Like::LOUISERADL');addOption(document.custom.left_features,'Junior School:LOVINGGOOD','Junior School::Str::SchoolJunior::Like::LOVINGGOOD');addOption(document.custom.left_features,'Junior School:MABRY','Junior School::Str::SchoolJunior::Like::MABRY');addOption(document.custom.left_features,'Junior School:MARIETTA6','Junior School::Str::SchoolJunior::Like::MARIETTA6');addOption(document.custom.left_features,'Junior School:MARIETTAJR','Junior School::Str::SchoolJunior::Like::MARIETTAJR');addOption(document.custom.left_features,'Junior School:MARY MCLEOD BETHUNE','Junior School::Str::SchoolJunior::Like::MARY MCLEOD BETHUNE');addOption(document.custom.left_features,'Junior School:MCAIR-F','Junior School::Str::SchoolJunior::Like::MCAIR-F');addOption(document.custom.left_features,'Junior School:MCCLESKEY','Junior School::Str::SchoolJunior::Like::MCCLESKEY');addOption(document.custom.left_features,'Junior School:MCCLURE','Junior School::Str::SchoolJunior::Like::MCCLURE');addOption(document.custom.left_features,'Junior School:MCCLUREP','Junior School::Str::SchoolJunior::Like::MCCLUREP');addOption(document.custom.left_features,'Junior School:MONROECO','Junior School::Str::SchoolJunior::Like::MONROECO');addOption(document.custom.left_features,'Junior School:MONROEOTH','Junior School::Str::SchoolJunior::Like::MONROEOTH');addOption(document.custom.left_features,'Junior School:NORTHCLTN','Junior School::Str::SchoolJunior::Like::NORTHCLTN');addOption(document.custom.left_features,'Junior School:NORTHFORS','Junior School::Str::SchoolJunior::Like::NORTHFORS');addOption(document.custom.left_features,'Junior School:NORTHWSTRN','Junior School::Str::SchoolJunior::Like::NORTHWSTRN');addOption(document.custom.left_features,'Junior School:OTHERHAB','Junior School::Str::SchoolJunior::Like::OTHERHAB');addOption(document.custom.left_features,'Junior School:OTHEROTH','Junior School::Str::SchoolJunior::Like::OTHEROTH');addOption(document.custom.left_features,'Junior School:OTWELL','Junior School::Str::SchoolJunior::Like::OTWELL');addOption(document.custom.left_features,'Junior School:PALMER','Junior School::Str::SchoolJunior::Like::PALMER');addOption(document.custom.left_features,'Junior School:PARKS','Junior School::Str::SchoolJunior::Like::PARKS');addOption(document.custom.left_features,'Junior School:PAUOT','Junior School::Str::SchoolJunior::Like::PAUOT');addOption(document.custom.left_features,'Junior School:PEACHTREE','Junior School::Str::SchoolJunior::Like::PEACHTREE');addOption(document.custom.left_features,'Junior School:PINEMT','Junior School::Str::SchoolJunior::Like::PINEMT');addOption(document.custom.left_features,'Junior School:PINEYGROVE','Junior School::Str::SchoolJunior::Like::PINEYGROVE');addOption(document.custom.left_features,'Junior School:PNCKNYVLLE','Junior School::Str::SchoolJunior::Like::PNCKNYVLLE');addOption(document.custom.left_features,'Junior School:PRICE','Junior School::Str::SchoolJunior::Like::PRICE');addOption(document.custom.left_features,'Junior School:PWEST','Junior School::Str::SchoolJunior::Like::PWEST');addOption(document.custom.left_features,'Junior School:RIDGEVIEW','Junior School::Str::SchoolJunior::Like::RIDGEVIEW');addOption(document.custom.left_features,'Junior School:RIVERTRAIL','Junior School::Str::SchoolJunior::Like::RIVERTRAIL');addOption(document.custom.left_features,'Junior School:RIVERWATCH','Junior School::Str::SchoolJunior::Like::RIVERWATCH');addOption(document.custom.left_features,'Junior School:SAMMYEE.COAN','Junior School::Str::SchoolJunior::Like::SAMMYEE.COAN');addOption(document.custom.left_features,'Junior School:SANDTOWN','Junior School::Str::SchoolJunior::Like::SANDTOWN');addOption(document.custom.left_features,'Junior School:SANDYSPGS','Junior School::Str::SchoolJunior::Like::SANDYSPGS');addOption(document.custom.left_features,'Junior School:SEQUOYA','Junior School::Str::SchoolJunior::Like::SEQUOYA');addOption(document.custom.left_features,'Junior School:SHAMROCK','Junior School::Str::SchoolJunior::Like::SHAMROCK');addOption(document.custom.left_features,'Junior School:SIMPSON','Junior School::Str::SchoolJunior::Like::SIMPSON');addOption(document.custom.left_features,'Junior School:SMITHA','Junior School::Str::SchoolJunior::Like::SMITHA');addOption(document.custom.left_features,'Junior School:SOUTHCENT','Junior School::Str::SchoolJunior::Like::SOUTHCENT');addOption(document.custom.left_features,'Junior School:SOUTHFORS','Junior School::Str::SchoolJunior::Like::SOUTHFORS');addOption(document.custom.left_features,'Junior School:SOUTHWES','Junior School::Str::SchoolJunior::Like::SOUTHWES');addOption(document.custom.left_features,'Junior School:SUMMEROUR','Junior School::Str::SchoolJunior::Like::SUMMEROUR');addOption(document.custom.left_features,'Junior School:SUMTEROTH','Junior School::Str::SchoolJunior::Like::SUMTEROTH');addOption(document.custom.left_features,'Junior School:SUTTON','Junior School::Str::SchoolJunior::Like::SUTTON');addOption(document.custom.left_features,'Junior School:SWEETWATER','Junior School::Str::SchoolJunior::Like::SWEETWATER');addOption(document.custom.left_features,'Junior School:SYLVANHIL','Junior School::Str::SchoolJunior::Like::SYLVANHIL');addOption(document.custom.left_features,'Junior School:TAPP','Junior School::Str::SchoolJunior::Like::TAPP');addOption(document.custom.left_features,'Junior School:TAYLORRD','Junior School::Str::SchoolJunior::Like::TAYLORRD');addOption(document.custom.left_features,'Junior School:TEASLEY','Junior School::Str::SchoolJunior::Like::TEASLEY');addOption(document.custom.left_features,'Junior School:TOWERTRA','Junior School::Str::SchoolJunior::Like::TOWERTRA');addOption(document.custom.left_features,'Junior School:TURNER-A','Junior School::Str::SchoolJunior::Like::TURNER-A');addOption(document.custom.left_features,'Junior School:TURNER-D','Junior School::Str::SchoolJunior::Like::TURNER-D');addOption(document.custom.left_features,'Junior School:VICKERYM','Junior School::Str::SchoolJunior::Like::VICKERYM');addOption(document.custom.left_features,'Junior School:WALDEN','Junior School::Str::SchoolJunior::Like::WALDEN');addOption(document.custom.left_features,'Junior School:WEBBBR','Junior School::Str::SchoolJunior::Like::WEBBBR');addOption(document.custom.left_features,'Junior School:WESTFULTON','Junior School::Str::SchoolJunior::Like::WESTFULTON');addOption(document.custom.left_features,'Junior School:WILLIAMHUBBARD','Junior School::Str::SchoolJunior::Like::WILLIAMHUBBARD');addOption(document.custom.left_features,'Junior School:WOODLAND','Junior School::Str::SchoolJunior::Like::WOODLAND');addOption(document.custom.left_features,'Junior School:WOODSTOCK','Junior School::Str::SchoolJunior::Like::WOODSTOCK');addOption(document.custom.left_features,'Junior School:YOUNG','Junior School::Str::SchoolJunior::Like::YOUNG');}if (document.custom.categories.value=='highschool'){clearbox();addOption(document.custom.left_features,'High School:ALLATOONA','High School::Str::SchoolHigh::Like::ALLATOONA');addOption(document.custom.left_features,'High School:ALPHARETTA','High School::Str::SchoolHigh::Like::ALPHARETTA');addOption(document.custom.left_features,'High School:AVONDALEH','High School::Str::SchoolHigh::Like::AVONDALEH');addOption(document.custom.left_features,'High School:BEBANNEK','High School::Str::SchoolHigh::Like::BEBANNEK');addOption(document.custom.left_features,'High School:BERKMAR','High School::Str::SchoolHigh::Like::BERKMAR');addOption(document.custom.left_features,'High School:BUFORD','High School::Str::SchoolHigh::Like::BUFORD');addOption(document.custom.left_features,'High School:CAMPBELL','High School::Str::SchoolHigh::Like::CAMPBELL');addOption(document.custom.left_features,'High School:CARTER-H','High School::Str::SchoolHigh::Like::CARTER-H');addOption(document.custom.left_features,'High School:CARVE','High School::Str::SchoolHigh::Like::CARVE');addOption(document.custom.left_features,'High School:CDRGROVE','High School::Str::SchoolHigh::Like::CDRGROVE');addOption(document.custom.left_features,'High School:CENTENNIAL','High School::Str::SchoolHigh::Like::CENTENNIAL');addOption(document.custom.left_features,'High School:CHAMBLEE','High School::Str::SchoolHigh::Like::CHAMBLEE');addOption(document.custom.left_features,'High School:CHATTAHOOC','High School::Str::SchoolHigh::Like::CHATTAHOOC');addOption(document.custom.left_features,'High School:CHEOT','High School::Str::SchoolHigh::Like::CHEOT');addOption(document.custom.left_features,'High School:CHEROKEE','High School::Str::SchoolHigh::Like::CHEROKEE');addOption(document.custom.left_features,'High School:CLAOT','High School::Str::SchoolHigh::Like::CLAOT');addOption(document.custom.left_features,'High School:COBOT','High School::Str::SchoolHigh::Like::COBOT');addOption(document.custom.left_features,'High School:COLUMBIAH','High School::Str::SchoolHigh::Like::COLUMBIAH');addOption(document.custom.left_features,'High School:CREEKSIDE','High School::Str::SchoolHigh::Like::CREEKSIDE');addOption(document.custom.left_features,'High School:CREEKVIEWC','High School::Str::SchoolHigh::Like::CREEKVIEWC');addOption(document.custom.left_features,'High School:CRIM','High School::Str::SchoolHigh::Like::CRIM');addOption(document.custom.left_features,'High School:CROSSKEYS','High School::Str::SchoolHigh::Like::CROSSKEYS');addOption(document.custom.left_features,'High School:DECATUR','High School::Str::SchoolHigh::Like::DECATUR');addOption(document.custom.left_features,'High School:DECATUROTH','High School::Str::SchoolHigh::Like::DECATUROTH');addOption(document.custom.left_features,'High School:DEKALBSCHO','High School::Str::SchoolHigh::Like::DEKALBSCHO');addOption(document.custom.left_features,'High School:DEKOT','High School::Str::SchoolHigh::Like::DEKOT');addOption(document.custom.left_features,'High School:DOUGLASS','High School::Str::SchoolHigh::Like::DOUGLASS');addOption(document.custom.left_features,'High School:DRUIDHLLS','High School::Str::SchoolHigh::Like::DRUIDHLLS');addOption(document.custom.left_features,'High School:DULUTH','High School::Str::SchoolHigh::Like::DULUTH');addOption(document.custom.left_features,'High School:DUNWOODY','High School::Str::SchoolHigh::Like::DUNWOODY');addOption(document.custom.left_features,'High School:EASTPAULD','High School::Str::SchoolHigh::Like::EASTPAULD');addOption(document.custom.left_features,'High School:ETOWAH','High School::Str::SchoolHigh::Like::ETOWAH');addOption(document.custom.left_features,'High School:FORESTPRK','High School::Str::SchoolHigh::Like::FORESTPRK');addOption(document.custom.left_features,'High School:FOROT','High School::Str::SchoolHigh::Like::FOROT');addOption(document.custom.left_features,'High School:FORSYTHCE','High School::Str::SchoolHigh::Like::FORSYTHCE');addOption(document.custom.left_features,'High School:FORSYTHNO','High School::Str::SchoolHigh::Like::FORSYTHNO');addOption(document.custom.left_features,'High School:FORSYTHSO','High School::Str::SchoolHigh::Like::FORSYTHSO');addOption(document.custom.left_features,'High School:FULOT','High School::Str::SchoolHigh::Like::FULOT');addOption(document.custom.left_features,'High School:GRADY','High School::Str::SchoolHigh::Like::GRADY');addOption(document.custom.left_features,'High School:GRAYSON','High School::Str::SchoolHigh::Like::GRAYSON');addOption(document.custom.left_features,'High School:GWIOT','High School::Str::SchoolHigh::Like::GWIOT');addOption(document.custom.left_features,'High School:HARRISON','High School::Str::SchoolHigh::Like::HARRISON');addOption(document.custom.left_features,'High School:HILLGROVE','High School::Str::SchoolHigh::Like::HILLGROVE');addOption(document.custom.left_features,'High School:HIRAMP','High School::Str::SchoolHigh::Like::HIRAMP');addOption(document.custom.left_features,'High School:INDEPEND','High School::Str::SchoolHigh::Like::INDEPEND');addOption(document.custom.left_features,'High School:JONESBORO','High School::Str::SchoolHigh::Like::JONESBORO');addOption(document.custom.left_features,'High School:KELL','High School::Str::SchoolHigh::Like::KELL');addOption(document.custom.left_features,'High School:KENNESAW','High School::Str::SchoolHigh::Like::KENNESAW');addOption(document.custom.left_features,'High School:LAKESIDE','High School::Str::SchoolHigh::Like::LAKESIDE');addOption(document.custom.left_features,'High School:LASSITER','High School::Str::SchoolHigh::Like::LASSITER');addOption(document.custom.left_features,'High School:LITHASPGS','High School::Str::SchoolHigh::Like::LITHASPGS');addOption(document.custom.left_features,'High School:MARIETTA','High School::Str::SchoolHigh::Like::MARIETTA');addOption(document.custom.left_features,'High School:MARYPERS','High School::Str::SchoolHigh::Like::MARYPERS');addOption(document.custom.left_features,'High School:MAYS','High School::Str::SchoolHigh::Like::MAYS');addOption(document.custom.left_features,'High School:MCEACHERN','High School::Str::SchoolHigh::Like::MCEACHERN');addOption(document.custom.left_features,'High School:MCNAIR','High School::Str::SchoolHigh::Like::MCNAIR');addOption(document.custom.left_features,'High School:MEADOWCRK','High School::Str::SchoolHigh::Like::MEADOWCRK');addOption(document.custom.left_features,'High School:MILTON','High School::Str::SchoolHigh::Like::MILTON');addOption(document.custom.left_features,'High School:NORCROSS','High School::Str::SchoolHigh::Like::NORCROSS');addOption(document.custom.left_features,'High School:NORTHATLA','High School::Str::SchoolHigh::Like::NORTHATLA');addOption(document.custom.left_features,'High School:NORTHCLTN','High School::Str::SchoolHigh::Like::NORTHCLTN');addOption(document.custom.left_features,'High School:NORTHCOBB','High School::Str::SchoolHigh::Like::NORTHCOBB');addOption(document.custom.left_features,'High School:NORTHGWIN','High School::Str::SchoolHigh::Like::NORTHGWIN');addOption(document.custom.left_features,'High School:NORTHPAULDING','High School::Str::SchoolHigh::Like::NORTHPAULDING');addOption(document.custom.left_features,'High School:NORTHSPGS','High School::Str::SchoolHigh::Like::NORTHSPGS');addOption(document.custom.left_features,'High School:NORTHVIEW','High School::Str::SchoolHigh::Like::NORTHVIEW');addOption(document.custom.left_features,'High School:OSBORNE','High School::Str::SchoolHigh::Like::OSBORNE');addOption(document.custom.left_features,'High School:OTHERHAB','High School::Str::SchoolHigh::Like::OTHERHAB');addOption(document.custom.left_features,'High School:OTHEROTH','High School::Str::SchoolHigh::Like::OTHEROTH');addOption(document.custom.left_features,'High School:PAULDING','High School::Str::SchoolHigh::Like::PAULDING');addOption(document.custom.left_features,'High School:PAUOT','High School::Str::SchoolHigh::Like::PAUOT');addOption(document.custom.left_features,'High School:PEACHTREE RIDGE','High School::Str::SchoolHigh::Like::PEACHTREE RIDGE');addOption(document.custom.left_features,'High School:PEBBLEBRK','High School::Str::SchoolHigh::Like::PEBBLEBRK');addOption(document.custom.left_features,'High School:POPE','High School::Str::SchoolHigh::Like::POPE');addOption(document.custom.left_features,'High School:REDANH','High School::Str::SchoolHigh::Like::REDANH');addOption(document.custom.left_features,'High School:RIVERWOOD','High School::Str::SchoolHigh::Like::RIVERWOOD');addOption(document.custom.left_features,'High School:ROSWELL','High School::Str::SchoolHigh::Like::ROSWELL');addOption(document.custom.left_features,'High School:SEQUOYAH','High School::Str::SchoolHigh::Like::SEQUOYAH');addOption(document.custom.left_features,'High School:SOUTHATL','High School::Str::SchoolHigh::Like::SOUTHATL');addOption(document.custom.left_features,'High School:SOUTHCOBB','High School::Str::SchoolHigh::Like::SOUTHCOBB');addOption(document.custom.left_features,'High School:SOUTHSIDE','High School::Str::SchoolHigh::Like::SOUTHSIDE');addOption(document.custom.left_features,'High School:SPRAYBERRY','High School::Str::SchoolHigh::Like::SPRAYBERRY');addOption(document.custom.left_features,'High School:SUMTEROTH','High School::Str::SchoolHigh::Like::SUMTEROTH');addOption(document.custom.left_features,'High School:THERRELL','High School::Str::SchoolHigh::Like::THERRELL');addOption(document.custom.left_features,'High School:TOWERS','High School::Str::SchoolHigh::Like::TOWERS');addOption(document.custom.left_features,'High School:TRI-CITIES-TRI','High School::Str::SchoolHigh::Like::TRI-CITIES-TRI');addOption(document.custom.left_features,'High School:USHER','High School::Str::SchoolHigh::Like::USHER');addOption(document.custom.left_features,'High School:WALTON','High School::Str::SchoolHigh::Like::WALTON');addOption(document.custom.left_features,'High School:WASHINGTON','High School::Str::SchoolHigh::Like::WASHINGTON');addOption(document.custom.left_features,'High School:WESTFORSYTH','High School::Str::SchoolHigh::Like::WESTFORSYTH');addOption(document.custom.left_features,'High School:WESTLAKE','High School::Str::SchoolHigh::Like::WESTLAKE');addOption(document.custom.left_features,'High School:WHEELER','High School::Str::SchoolHigh::Like::WHEELER');addOption(document.custom.left_features,'High School:WOODLANDB','High School::Str::SchoolHigh::Like::WOODLANDB');addOption(document.custom.left_features,'High School:WOODSTOCK','High School::Str::SchoolHigh::Like::WOODSTOCK');}if (document.custom.categories.value=='subdivision'){showsub();}if (document.custom.categories.value=='neighborhood'){clearbox();addOption(document.custom.left_features,'Has Cable','NeighborhoodAmenities::Str::Neighborhood::Like::Cable');addOption(document.custom.left_features,'Has Golf','NeighborhoodAmenities::Str::Neighborhood::Like::Golf');addOption(document.custom.left_features,'Is Gated','NeighborhoodAmenities::Str::Neighborhood::Like::Gated');addOption(document.custom.left_features,'Has  Clubhouse','NeighborhoodAmenities::Str::Neighborhood::Like::Clubhouse');addOption(document.custom.left_features,'Has Park','NeighborhoodAmenities::Str::Neighborhood::Like::Park');addOption(document.custom.left_features,'Has Lake','NeighborhoodAmenities::Str::Neighborhood::Like::Lake');addOption(document.custom.left_features,'Has Playground','NeighborhoodAmenities::Str::Neighborhood::Like::Plyg');addOption(document.custom.left_features,'Has Boat Launch','NeighborhoodAmenities::Str::Neighborhood::Like::Boat');addOption(document.custom.left_features,'Has Security','NeighborhoodAmenities::Str::Neighborhood::Like::Secur');addOption(document.custom.left_features,'Has Streetlights','NeighborhoodAmenities::Str::Neighborhood::Like::Strlt');addOption(document.custom.left_features,'Has Underground Utilities','NeighborhoodAmenities::Str::Neighborhood::Like::Ugutl');addOption(document.custom.left_features,'Has Marina','NeighborhoodAmenities::Str::Neighborhood::Like::Marna');addOption(document.custom.left_features,'Has Pool','NeighborhoodAmenities::Str::Neighborhood::Like::Pool');addOption(document.custom.left_features,'Has Tennis','NeighborhoodAmenities::Str::Neighborhood::Like::Tenu');}if (document.custom.categories.value=='style'){clearbox();addOption(document.custom.left_features,'Style: Ranch','HomeStyle::Str::Style::Like::Ranch');addOption(document.custom.left_features,'Style: Traditional','HomeStyle::Str::Style::Like::Traditional');addOption(document.custom.left_features,'Style: A Frame','HomeStyle::Str::Style::Like::Afram');addOption(document.custom.left_features,'Style: Contemporary','HomeStyle::Str::Style::Like::Cntmp');addOption(document.custom.left_features,'Style: Cottage','HomeStyle::Str::Style::Like::Cottg');addOption(document.custom.left_features,'Style: Bungalo','HomeStyle::Str::Style::Like::Bungl');addOption(document.custom.left_features,'Style: Cape Cod','HomeStyle::Str::Style::Like::Capec');addOption(document.custom.left_features,'Style: Chalet','HomeStyle::Str::Style::Like::Chalt');addOption(document.custom.left_features,'Style: European','HomeStyle::Str::Style::Like::Europ');addOption(document.custom.left_features,'Style: Rustic','HomeStyle::Str::Style::Like::Rustc');addOption(document.custom.left_features,'Style: Victorian','HomeStyle::Str::Style::Like::Victr');addOption(document.custom.left_features,'Style: Tudor','HomeStyle::Str::Style::Like::Tudor');}if (document.custom.categories.value=='stories'){clearbox();}if (document.custom.categories.value=='pool'){clearbox();addOption(document.custom.left_features,'Gunite Inground Pool','Pool::Str::Pool::Like::Guni'); }if (document.custom.categories.value=='tennis'){clearbox();addOption(document.custom.left_features,'Tennis Available','Tennis::Str::Tennis::Like::Y'); }if(document.custom.categories.value=='area'){clearbox();	addOption(document.custom.left_features,'Homes in ALPHARETTA','Homes in City::Str::City::Like::Alphar');addOption(document.custom.left_features,'Homes in ROSWELL','Homes in City::Str::City::Like::Roswel');addOption(document.custom.left_features,'Homes in POWDER SPRINGS','Homes in City::Str::City::Like::Powder');addOption(document.custom.left_features,'Homes in ATLANTA','Homes in City::Str::City::Like::Atlant');addOption(document.custom.left_features,'Homes in COBB','Homes in City::Str::City::Like::Cobb');addOption(document.custom.left_features,'Homes in MARIETTA','Homes in City::Str::City::Like::Mariet');addOption(document.custom.left_features,'Homes in ACWORTH','Homes in City::Str::City::Like::Acwort');addOption(document.custom.left_features,'Homes in WOODSTOCK','Homes in City::Str::City::Like::Woodst');addOption(document.custom.left_features,'Homes in KENNESAW','Homes in City::Str::City::Like::Kennes');addOption(document.custom.left_features,'Homes in MOUNTAIN PARK','Homes in City::Str::City::Like::Mounta');addOption(document.custom.left_features,'Homes in DUNWOODY','Homes in City::Str::City::Like::Dunwo');addOption(document.custom.left_features,'Homes in DULUTH','Homes in City::Str::City::Like::Duluth');addOption(document.custom.left_features,'Homes in NORCROSS','Homes in City::Str::City::Like::Norcro');addOption(document.custom.left_features,'Homes in FORSYTH','Homes in City::Str::City::Like::Forsyt');addOption(document.custom.left_features,'Homes in CANTON','Homes in City::Str::City::Like::Canton');addOption(document.custom.left_features,'Homes in CUMMING','Homes in City::Str::City::Like::Cummin');	}		if(document.custom.categories.value=='roomdesc'){clearbox();	addOption(document.custom.left_features,'Has Family Room','RoomDesc::Str::RoomDesc::Like::Family');addOption(document.custom.left_features,'Has Loft','RoomDesc::Str::RoomDesc::Like::Family');addOption(document.custom.left_features,'Has Sunroom','RoomDesc::Str::RoomDesc::Like::Family');addOption(document.custom.left_features,'Has Bonus Room','RoomDesc::Str::RoomDesc::Like::Family');addOption(document.custom.left_features,'Has Great Room','RoomDesc::Str::RoomDesc::Like::Family');addOption(document.custom.left_features,'Has Media Room','RoomDesc::Str::RoomDesc::Like::Media');	}			}function showsub(){document.getElementById('asub').style.display='';}function addOption(selectbox,text,value ){var optn = document.createElement("OPTION");optn.text = text;optn.value = value;selectbox.options.add(optn);}