<!--

function swap_cella(cella, color) {
	cella.background = color;
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  NewWin = window.open(theURL,winName,features);
  NewWin.focus();
}
//-->
