function over(locate){
	locate.style.backgroundColor='#efefef';
	//locate.style.cursor='hand';
}
function out(locate){
	locate.style.backgroundColor='#ffffff';
}

function over2(locate){
	locate.style.backgroundColor='#DBEEEE';
	//locate.style.cursor='hand';
}
function out2(locate){
	locate.style.backgroundColor='';
}