function resize(state) {

if (state=='0')
tmp='font-normal'; 
else tmp='font-big'; 

if (document.getElementById ) {
maxwell_smart = document.getElementById("more-news");
maxwell_smart.className = tmp;
}
}
