<!--


function popWindow(sPath,sName,sWidth,sHeight)
{
	sFeatures = 'width=' + sWidth + ',height=' + sHeight + ',toolbar=no,menubar=no,status=no,scrollbars=yes,resizable=no';
	window.open(sPath,sName,sFeatures);
}


function menuImgSwap(el, evType)
{
	if ( ((currMenuEl == el) || (currSubMenuEl == el) ) && (evType == "mouseout") ) 
	{
		evType = "mouseover";
	}
	eval('document.' + el + '.src= "/images/' + el + '_' + evType + '.gif"');
}

function imgSwap(el, evType)
{
	eval('document.' + el + '.src= "/images/' + el + '_' + evType + '.gif"');
}


//-->

