// JavaScript Document

function navSwitch(navItem,b){
	document.getElementById(navItem).className = "navBarItem" + b;
}
