// JavaScript Document

function showtab_1(m){ 
 var strPic1='url(images/tujiang_002.gif)';
    var strPic2='url(images/tujiang_003.gif)';
  if (m==0){ 
  td_1.style.background=strPic1;
  td_2.style.background=strPic2;
  td_3.style.background=strPic2;
 // td_4.style.background=strPic2;
//  td_3_1.className='center03';
//  td_3_2.className='center02 sj1';
  tab_1.style.display=''; 
  tab_2.style.display='none';
   tab_3.style.display='none';
  //tab_4.style.display='none';
   
  }
  if (m==1){ 
     td_1.style.background=strPic1;
     td_2.style.background=strPic2;
     td_3.style.background=strPic2;
     //td_4.style.background=strPic2;
//  td_3_1.className='center02';
//  td_3_2.className='center03 sj1';
   tab_1.style.display='';
   tab_2.style.display='none'; 
  tab_3.style.display='none';
  //tab_4.style.display='none';
  } 
  if (m==2){ 
     td_1.style.background=strPic2;
     //td_2.style.background=strPic2;
	 td_2.style.background=strPic1;
     td_3.style.background=strPic2;
//  switchbg_2.style.background=strPic2;
//  td_3_1.className='center02';
//  td_3_2.className='center03 sj1';
  tab_1.style.display='none'; 
  tab_2.style.display='';
  tab_3.style.display='none'; 
  
 // tab_4.style.display='none';
  } 
  if (m==3){ 
     td_1.style.background=strPic2;
     //td_2.style.background=strPic2;
	 td_2.style.background=strPic2;
     td_3.style.background=strPic1;
//  switchbg_2.style.background=strPic2;
//  td_3_1.className='center02';
//  td_3_2.className='center03 sj1';
  tab_1.style.display='none'; 
  tab_2.style.display='none';
  tab_3.style.display=''; 
  
 // tab_4.style.display='none';
  } 
}
//-->
