
/*---------------------------------------------------------------------------
	Copyright 2004-2006 Thomson Course Technology, a division of
	Thomson Learning, Inc. All rights reserved. 
---------------------------------------------------------------------------*/

/***********************************************************************
navbar.js

Contains functions used on the navigation bar.

***********************************************************************/

/******************************************************************
Swaps images to create "rollover" effect on all nav bar selections.
*******************************************************************/

function swapImage(pElName, pImg) {
	document.images[pElName].src = pImg;
}
