

function resetAll(which) {

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

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

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

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

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

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

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

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

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

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

	newPage(which);

}