// JavaScript Document
function Changetab(id)
{
	for (i=1;i<=3;i++){
		eval("document.getElementById('lcttop"+i+"').className='lct_text1'")
		eval("document.getElementById('lctbody"+i+"').className='lct_body1'")
	}
	eval("document.getElementById('lct_topbg').className='lct_bg"+id+"'")
	eval("document.getElementById('lcttop"+id+"').className='lct_text0'")
	eval("document.getElementById('lctbody"+id+"').className='lct_body0'")
}


function Changetab_News(id)
{
	for (i=1;i<=2;i++){
		eval("document.getElementById('nlcttop"+i+"').className='nlct_text1'")
		eval("document.getElementById('nlctbody"+i+"').className='nlct_body1'")
	}
	if(document.getElementById('nlcttop3')!=null){
		
		eval("document.getElementById('nlcttop3').className='nlct_text1'")
		eval("document.getElementById('nlctbody3').className='nlct_body1'")
	}
	eval("document.getElementById('nlct_topbg').className='nlct_bg"+id+"'")
	eval("document.getElementById('nlcttop"+id+"').className='nlct_text0'")
	eval("document.getElementById('nlctbody"+id+"').className='nlct_body0'")
}