function neonixToggle(itemID,linkID,anchorID,tSwitch){// Neonix Toggle Ver 3.0.1 - www.neonix.net
	if (document.getElementById && navigator.userAgent.indexOf('Opera') == -1){
		var itemEL = document.getElementById(itemID);
		var linkEL = document.getElementById(linkID);
		itemEL.className = itemEL.className == 'TG_visible' ? 'TG_hidden' : 'TG_visible';
		if(!eval(tSwitch)){linkEL.innerHTML = itemEL.className == 'TG_hidden' ? 'many extra services' : 'many extra services';}
	}
	if (anchorID.length != 0){;
		document.location.href = '#' + anchorID;
	}
}

function neonixToggle2(itemID,linkID,anchorID,tSwitch){// Neonix Toggle Ver 3.0.1 - www.neonix.net
	if (document.getElementById && navigator.userAgent.indexOf('Opera') == -1){
		var itemEL = document.getElementById(itemID);
		var linkEL = document.getElementById(linkID);
		itemEL.className = itemEL.className == 'TG_visible' ? 'TG_hidden' : 'TG_visible';
		if(!eval(tSwitch)){linkEL.innerHTML = itemEL.className == 'TG_hidden' ? 'What\'s all this talk about HSA Plans?' : 'What\'s all this talk about HSA Plans?';}
	}
	if (anchorID.length != 0){;
		document.location.href = '#' + anchorID;
	}
}
