// Change background of nav menu for corresponding page

function highlight(idName) {
 	document.getElementById(idName).style.backgroundColor = "#fb6";
 	document.getElementById(idName).style.borderBottomColor = "#fb6"; }