
function turnon(i) {
document[i].src = eval(i + "on.src");
}

function turnoff(i) {
	if (i != currentSection) {
		document[i].src = eval(i + "off.src");
	}
}

function turnondot(i) {
document[i].src = navlocaldoton.src
}

function turnoffdot(i) {
document[i].src = navlocaldotoff.src
}

function turnonOtherdot(i) {
document[i].src = navlocaldot2on.src
}

function turnoffOtherdot(i) {
document[i].src = navlocaldot2off.src
}

function nonlink() {
}

