function toggleDiv(targetSection, targetID){	divId = targetSection+targetID;	document.getElementById(divId).style.display='block';	for (i=1; document.getElementById(targetSection+i); i++) {		setId = targetSection+i;		if (i != targetID) {			document.getElementById(setId).style.display='none';		}	}}function fspam (name, domain, toplevel, display) {	document.write('<a href=\"mailto:' + name + '@' + domain + '.' + toplevel + '\" title=\"' + name + '@' + domain + '.' + toplevel + '\">');	if (!display) {		document.write(name + '@' + domain + '.' + toplevel + '</a>');	} else {		document.write(display + '</a>');	}}