<!--

function msOver(obj){
	obj.style.color = '#3333cc'
}
        
function msOut(obj, col){
	obj.style.color = '#000000'
}

-->