// JavaScript Document
//<!CDATA[
function g(o){return document.getElementById(o);}
function HoverLi(n){
//如果有N个标签,就将i<=N;
//本功能非常OK,兼容IE7,FF,IE6;http://www.xiaogezi.cn/ [小鸽子]系列
	for(var i=1;i<=7;i++){g('tbc_0'+i).className='b3_1_2_5_2 dn';}
	g('tbc_0'+n).className='b3_1_2_5_2';
	for(var i=1;i<=7;i++){g('tbc_'+i).className='';}
	g('tbc_'+n).className='mov';
}
function HoverLi1(n){
//如果有N个标签,就将i<=N;
//本功能非常OK,兼容IE7,FF,IE6;http://www.xiaogezi.cn/ [小鸽子]系列
	for(var i=1;i<=4;i++){g('title'+i).className='';}
	g('title'+n).className='xz';
	for(var i=1;i<=4;i++){g('com'+i).className='b51_b_r_4 dn';}
	g('com'+n).className='b51_b_r_4';
}
function zx(){
g('xm01').className='mo';
g('xm02').className='';
g('xm1').className='b3_1_2_4_2';
g('xm2').className='b3_1_2_4_2 dn';
}
function tj(){
g('xm01').className='';
g('xm02').className='mo';
g('xm1').className='b3_1_2_4_2 dn';
g('xm2').className='b3_1_2_4_2';
}	
