mbcol='white';
mfcol='silver';

function hilite(d) {
	d.style.color='red';
};

function nohilite(d) {
	d.style.color='black';
};

function doredirect(srcurl) {
	location=srcurl;
};

