// JavaScript Document
function tool_legend() {
	document.getElementById('tool_text').innerHTML = 'Critical display of visual cues used in graph/map. Must work in colour/mono for graph/map to be truly useful.';
}
function tool_cartogram() {
	document.getElementById('tool_text').innerHTML = 'Show statistical data on a map &#8212; sequence of train stations, regions and zones.';
}
function tool_map() {
	document.getElementById('tool_text').innerHTML = 'Locate facilities and activities, show geographic relationships, give directions.';
}
function tool_product() {
	document.getElementById('tool_text').innerHTML = 'Train and show staff/customers how a product works using a step-by-step assembly diagram.';
}
function tool_threeD() {
	document.getElementById('tool_text').innerHTML = 'Doesn’t exist yet? See the whole picture before committing to the next phase.';
}
function tool_stacked() {
	document.getElementById('tool_text').innerHTML = 'Show accumulation, show what makes up the total and the trend.';
}
function tool_graph() {
	document.getElementById('tool_text').innerHTML = 'Show statistical data in a way that won’t bore your audience. How much? How long? When? Compare all the vitals.';
}
function tool_table() {
	document.getElementById('tool_text').innerHTML = 'Layout volumes of text and data in a clear and structured way improving readibility.';
}
function tool_exploded() {
	document.getElementById('tool_text').innerHTML = 'See all the parts and how they fit together to form the whole. Use as a training aid.';
}
function tool_flow() {
	document.getElementById('tool_text').innerHTML = 'Show steps in a process. Useful in standard operating procedures and explaining processes.';
}
function tool_tree() {
	document.getElementById('tool_text').innerHTML = 'Show alternate actions and outcomes.';
}
function tool_conceptual() {
	document.getElementById('tool_text').innerHTML = 'Show a connection, condense large explanations into simple forms that are easy to understand and easily recognised.';
}
function tool_symbol() {
	document.getElementById('tool_text').innerHTML = 'Simplify images to represent a more complex object/concept leading the audience to ultimate clarity.';
}
function tool_template() {
	document.getElementById('tool_text').innerHTML = 'Let us create a template for you that will improve efficiency at your end whilst staying consistent. ';
}
function tool_reset() {
	document.getElementById('tool_text').innerHTML = ' ';
}
