/* Change Cell Color Rollover On Tier 2 Left Navigation */
function cellOnT2(td) {
	if(document.getElementById||(document.all && !(document.getElementById))){
	td.style.backgroundColor="#EADCDC";
	}
}

function cellOutT2(td) {
	if(document.getElementById||(document.all && !(document.getElementById))){
	td.style.backgroundColor="#EFE5E4";
	}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
