// field_name top left width 
// in pixels but only numbers, space separated
var text_input = new Array (
"RID 0 0 0",
"UID 0 0 0",
	"LatinName 147 136 286",
	"SurveyDate 147 492 110",
	"SurveySite 162 74 349",
	"TodayDate 162 492 110",
	"ManagedArea_yes 176 116 10",
	"ManagedArea_no 176 152 10",
	"ManagedAreaName 176 270 334",
	"Town 191 52 145",
	"County 191 246 117",
	"QuadName 191 470 135",
	"GPS_yes 205 63 10",
	"GPS_no 205 95 10",
	"Lat 205 147 95",
	"Lon 205 285 95",
	"Directions.1 272 18 583",
	"Directions.2 286 18 583",
	"Directions.3 300 18 583",
	"Directions.4 314 18 583",
	
	"HabitatTypeOther 432 140 452",

	"AssociatedSpeciesInvasive_yes 489 228 10",
	"AssociatedSpeciesInvasive_no 489 261 10",
	"AssociatedSpeciesInvasiveNames 503 90 500",
	"AssociatedSpeciesRare_yes 557 253 10",
	"AssociatedSpeciesRare_no 557 287 10",
	"AssociatedSpeciesRareNames 572 108 485",
	"AssociatedSpeciesRareCrowding_yes 600 86 10",
	"AssociatedSpeciesRareShading_yes 600 185 10",
	"AssociatedSpeciesRareCompeting_yes 600 410 10",
	"AssociatedSpeciesRareNoeffect_yes 600 527 10",
	"AssociatedSpeciesRareOther_yes 615 67 10",
	"AssociatedSpeciesRareSpecify 615 160 440",


	"Herb.note 659 453 170",

	"Canopy1 690 35 190",
	"Shrub1 690 250 180",
	"Herb1 690 453 170",

	"Canopy2 724 35 190",
	"Shrub2 724 250 180",
	"Herb2 724 453 170",

	"Canopy3 752 35 190",
	"Shrub3 752 250 180",
	"Herb3 752 453 170",

	"Canopy4 778 35 190",
	"Shrub4 778 250 180",
	"Herb4 778 453 170",
	
	"Canopy5 804 35 190",
	"Shrub5 804 250 180",
	"Herb5 804 453 170"
);

// id top left width // up:down, then right
var highlighted = new Array (
	"Habitat_Edge 367 17 125 12",
	"Habitat_EarlySuccessionalForest 384 17 125 12",
	"Habitat_LateSuccessionalForest 399 17 125 12",
	"Habitat_PlantedForest 415 17 125 12",
	
	"Habitat_HerbaceousWetland 367 178 125 12",
	"Habitat_ShrubWetland 384 178 125 12",
	"Habitat_ForestWetland 399 178 125 12",
	"Habitat_SaltMarsh 415 178 125 12",

	"Habitat_AquaticPondStream 367 312 125 12",
	"Habitat_Dune 384 312 125 12",
	"Habitat_FieldOpenArea 399 312 125 12",
	"Habitat_RiverStreambank 415 312 125 12",
	
	"Habitat_Roadside 367 467 125 12",
	"Habitat_YardGarden 384 467 125 12",
	"Habitat_AgricultureField 399 467 125 12",
	"Habitat_UtilityRightWay 415 467 125 12"			
);


