function mouseover(obj, cor) {
	obj.style.backgroundColor=cor;
}
function mouseout(obj, cor) {
	obj.style.backgroundColor=cor;
}
function mouseclick(obj) {
}