function divover(obj) {
		obj.style.background='#dedce5';
}
function divout(obj) {
		obj.style.background='#ffffff';
}
