function directoryMO(obj,color) {
		obj.style.background=color;obj.style.cursor='pointer';
}
function directoryMOUT(obj,color) {
		obj.style.background=color;
}
