// JavaScript Document

function navRollover( elID,color ){
	document.getElementById(elID).style.backgroundColor = color;
}