// category names
var categories = {
	asse: "Assessing Learning",
	comm: "Communicating and Collaborating",
	deal: "Dealing with Data",
	docu: "Document and Media Creation",
	lear: "Learning Independently",
	real: "Real World Resources"
}

// general words
var strings = {
	title:		"Tech Taxonomy",
	home:		"Home",
	back:		"Back",
	about:		"About",
	select: 	"Select a Category",
	terms:		"Terms of Use",
	trademarks:	"Trademarks",
	privacy:	"Privacy",
	close_menu:	"Close menu",
	no_results:	"No results found, please modify your search criteria.",
	page_1_of_9:	"Page 1 of 9"
}

// filter titles, options and abbreviations
var filter_strings = {
	grades:			"Grades",
	subjects:		"Subjects",
	tooltypes:		"Tool Types",
	primary:		"Primary",
	primary_s:		"PR",
	secondary:		"Secondary",
	secondary_s:		"SE",
	intermediate:		"Intermediate",
	intermediate_s:		"IN",
	
	language_arts:		"Language Arts",
	language_arts_s:	"LA",
	mathematics:		"Mathematics",
	mathematics_s:		"MA",
	social_studies:		"Social Studies",
	social_studies_s:	"SS",
	science:		"Science",
	science_s:		"SC",
	the_arts:		"The Arts",
	the_arts_s:		"TA"
}

// used for the different tool type filters
var tooltype_strings = {
	asse_onlin: "Online Assessment Tools",
	asse_rubri: "Rubrics for Technology-based Products",
	asse_audie: "Audience Response Tools",
	comm_colla: "Collaborative Workspaces",
	comm_virtu: "Virtual Collaboration Tools",
	comm_ecomm: "eCommunication Tools",
	deal_datac: "Data Collection Tools",
	deal_probl: "Problem Solving and Data Analysis Tools",
	docu_docum: "Document Creation and Publication Tools",
	docu_visua: "Visualization",
	docu_media: "Media Tools",
	docu_techn: "Technology Construction Tools",
	lear_onlin: "Online Learning Environments",
	lear_skill: "Skills Development Tools and Apps",
	lear_libra: "Libraries of Video Instruction",
	real_onlin: "Online Research and Resources",
	real_prima: "Primary Source Materials",
	real_simul: "Simulations and Modeling"
}

// the scenario titles
var scenario_titles = {
	aplat: "A Plate of Tectonics",
	arewe: "Are We Addicted?",
	artwi: "Art with Style",
	blogs: "Blog + Survey = Homework Completed",
	calcu: "Calculating the Area of Rectangles",
	calco: "Calculators and Collaboration",
	cella: "Cell Anatomy of Animals and Plants",
	clssi: "Classification Meets Visualization",
	datac: "Data Collection and Graphing",
	eyeon: "Eye on the Sky",
	fromf: "From Field Trip To Field Guides",
	fromr: "From Readers to Reviewers",
	fromt: "From Tourist to Tour Guides",
	funwi: "Fun with Fund Raising",
	globa: "Global Communities",
	immig: "Immigration and Imagination",
	indiv: "Individualizing Algebra Instruction with Video Explanations",
	itsaf: "It's a Fact",
	measu: "Measuring Motion",
	media: "Media Messages for Kids",
	mrswe: "Mrs. Wells' Writing Wall",
	natur: "Natural or Manmade",
	photo: "Photographs That Changed the World",
	polit: "Politics and Student Pollsters",
	recyc: "Recycling Campaign",
	succe: "Success with Simulations",
	thedi: "The Diary of Anne Frank"
}