function onOverTM(obj, col) {
	obj.style.cursor='pointer';
	obj.style.background=col;
}

function onOutTM(obj, col) {
	obj.style.background=col;
}

function onOverTB(obj, col) {
	obj.style.cursor='pointer';
	obj.style.background=col;
}

function onOutTB(obj, col) {
	obj.style.background=col;
}

function reOpen(url_name) {
	window.location.replace(url_name);
}
