function changeover(where) {
  	where.className='linkHover';
	}
	function changeout(where) {
    where.className='linkOff';
	}
function changeoverFA(where) {
  	where.className='faLinkHover';
	}
	function changeoutFA(where) {
    where.className='faLinkOff';
	}
function changeoverMainNav(where) {
  	where.className='mainNavHover';
	}
	function changeoutMainNav(where) {
    where.className='mainNavOff';
	}
function changeoverVB(where) {
  	where.className='vbHover';
	}
	function changeoutVB(where) {
    where.className='vbOff';
	}

// function to maximize and minimize DIV
// function will also change the image from max to min state
function MaxMin(oTitle,oImage){
objDiv=document.all[oTitle];
objImage=document.all[oImage];
}