<!--
function ov(tex){
	tex.style.background = '#6767B3';
	tex.style.cursor = 'hand';
}
function ot(tot){
	tot.style.background = '#2B2B78';
	tot.style.cursor = 'normal';
}
function gohere(loc){
top.location.href=loc;
}

//-->
