// JavaScript Document

function news_hide_all()
{
news0.style.display="none";
news1.style.display="none";
news_title0.style.color="#333333";
news_title1.style.color="#333333";
news_title0.style.background="none";
news_title1.style.background="none";
}

function show_news0()
{
news_hide_all();
news0.style.display="block";
news_title0.style.color="#0E56B8";
news_title0.style.background="url(http://new.dbsxnw.cn/images/tit_xl_bg.jpg) no-repeat";
}

function show_news1()
{
news_hide_all();
news1.style.display="block";
news_title1.style.color="#0E56B8";
news_title1.style.background="url(http://new.dbsxnw.cn/images/tit_xl_bg.jpg) no-repeat";
}