
// set local variables for use in the 'toggleInfo' function
infoHold = 'info000';

// for non-NN4/OP6 - write control box for toggling between map and text
if (w3c == true || ie4 == true) {
	document.write('<div id="infomaptx" class="infostyle1" style="float : right; width : 380px; margin-top : 15px; padding : 2px 10px; background-color : #f9f9f9; border : 1px dashed #cccccc; text-align: center;">');
	document.write('<a href="javascript:toggleInfo(\'info000\');">flip between map and text<\/a>');
	document.write('<\/div>');
}
