function syzone (a){
	a.style.backgroundColor= "#f6f6f6";
}
function syztwo(a){
	a.style.backgroundColor="#e0e0e0"
}
function myone(b){
	b.style.backgroundColor= "#99CC00";
}
function mytwo(b){
	b.style.backgroundColor="#e0e0e0"
}