function divover(obj) {
		obj.style.border='1px dotted #d9077e';
		obj.style.background='#fdedf6';
}
function divout(obj) {
		obj.style.border='1px solid #cccccc';
		obj.style.background='#ffffff';
}