
// set local variables for use in the 'toggleInfo' function
infoHold = 'info000';

// write control box for toggling between map and text
if (w3c == true) {
	document.write('<div id="infomaptx" class="infostyle1" style="float: right; width: 380px; 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>');
}

