// Nav

function showNews(num) 
{for(var id = 0;id<=2;id++) 
{var fpid="focusNews"+id; 
if(id==num){ 
try{document.getElementById(fpid).style.display="block"}catch(e){}; 
}else{ 
try{document.getElementById(fpid).style.display="none"}catch(e){};}}}