<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

TopNavCell = "rgb(208,208,197)"

//function navSwitch(cell){
//	if (cell.style){
//		// using rgb colors to accomodate gecko
//		cell.style.backgroundColor = (cell.style.backgroundColor == TopNavCell) ? "rgb(253,254,239)" : "rgb(208,208,197)";
//	}
//	return true;
//}

function navSwitch(cell){

	StartCol = "cc6600"
	EndCol = "CC9900"
	if (cell.style){
		// using rgb colors to accomodate gecko
		cell.style.backgroundColor = (cell.style.backgroundColor == StartCol) ? EndCol : StartCol;
	}
	return true;
}


//-->