function menurightover(m) {
	m.style.backgroundColor = '#006667'
}
function menurightout(m) {
	m.style.backgroundColor = '#FDFDFD'
}
function menuleftover(m) {
	m.style.backgroundColor = '#F3DADA'
}
function menuleftout(m) {
	m.style.backgroundColor = '#F6F6F6'
}
function chgcolor(obje){
	window.document.getElementById(obje).style.color = 'white';
}
function chgcolor1(obje){
	window.document.getElementById(obje).style.color = '#009697';
}
function chgcolor2(obje){
	window.document.getElementById(obje).style.color = '#800000';
}
function chgcolor3(obje){
	window.document.getElementById(obje).style.color = '#006667';
}
function tdClick(target)
{
	window.document.location = target;
}
