function addArrow(arrowVar) {
	if (document.getElementById) {
		snEl = document.getElementById(arrowVar);
		snEl.className+=" on";
	}
}