
function show_topnews(what)
{
	Effect.toggle(what + '_short','BLIND',{duration: 0});
	Effect.toggle(what + '_text','BLIND',{duration: 0.1});
}