
// set local variables for use in the 'toggleMaps' function
mapHold = 'map2007';

// for non-NN4/OP6 - write control box for toggling between flag and maps
if (w3c == true || ie4 == true) {
	document.write('<div class="align-c" style="margin-bottom : 15px; font-weight: bold;">switch between maps: &nbsp; ');
	document.write('<a href="#infoanchor01" onclick="javascript:toggleMaps(\'map2007\'); return false;">2007 map<\/a> &nbsp;&#124;&nbsp; ');
	document.write('<a href="#infoanchor02" onclick="javascript:toggleMaps(\'map2006\'); return false;">2006 map<\/a> &nbsp;&#124;&nbsp; ');
	document.write('<a href="#infoanchor03" onclick="javascript:toggleMaps(\'map2005\'); return false;">2005 map<\/a>');
	document.write('<\/div>');
}

