function top_over(questo){
	questo.style.color='white';
}

function top_out(questo){
	questo.style.color='#cccccc';
}
