

function resetAll(which) {

	document.getElementById('leftnav_about1').style.backgroundColor = "transparent";

	document.getElementById('leftnav_about1').firstChild.style.color = "#f60";

	document.getElementById('leftnav_about2').style.backgroundColor = "transparent";

	document.getElementById('leftnav_about2').firstChild.style.color = "#f60";

	newPage(which);

}