function visit( url ) {
	top.window.location.href = url;
}

function overLightNotUsed( tcell, statbar ) {
	tcell.style.backgroundColor = '#6AAAD0'; 
	status = statbar;
}

function over( tcell, statbar ) {
	tcell.style.backgroundColor = '#CFB13B'; 
	status = statbar;
}

function overyel( tcell, statbar ) {
	tcell.style.backgroundColor = '#F9E7A3'; 
	status = statbar;
}
function overred( tcell, statbar ) {
	tcell.style.backgroundColor = '#e00000';
	status = statbar;
}

function out( tcell, statbar ) {
	tcell.style.backgroundColor = ''; 
	status = statbar;
}


