function onOverDirs(table){
	table.setAttribute('bgColor', '#DDDDDD');
}
function onOutDirs(table){
	table.setAttribute('bgColor', '#FFFFFF');
}
