/*
 * Tabs @VERSION
 *
 * Copyright (c) 2009 www.dl.net.cn
 *
 * http://www.dl.net.cn/
 *
 * $Date: 2009-06-01  $
 * $Rev: 09060101 $
 */ 
 function switchmodTaga(modtag,modcontent,modk) {
 for(i=1; i <4; i++) {
 if (i==modk) {
 document.getElementById(modtag+i).className="dlfc_body_left_right_part1_title_over";document.getElementById(modcontent+i).className="dlfc_body_left_right_part1_inner_show";}
 else {
 document.getElementById(modtag+i).className="dlfc_body_left_right_part1_title_out";document.getElementById(modcontent+i).className="dlfc_body_left_right_part1_inner_hidden";}
 }
 
 }
 
function switchmodTagb(modtagb,modcontentb,modkb) {
 for(b=1; b <4; b++) {
 if (b==modkb) {
 document.getElementById(modtagb+b).className="dlfc_body_left_path2_middle_bt_over";document.getElementById(modcontentb+b).className="dlfc_body_left_path2_middle_inner_show";}
 else {
 document.getElementById(modtagb+b).className="";document.getElementById(modcontentb+b).className="dlfc_body_left_path2_middle_inner_hidden";}
 }
}

function switchmodTagc(modtagc,modcontentc,modkc) {
 for(c=1; c <3; c++) {
 if (c==modkc) {
 document.getElementById(modtagc+c).className="dlfc_body_left_right_part4_over";document.getElementById(modcontentc+c).className="dlfc_body_left_right_part4_inner_show";}
 else {
 document.getElementById(modtagc+c).className="dlfc_body_left_right_part4_out";document.getElementById(modcontentc+c).className="dlfc_body_left_right_part4_inner_hidden";}
 }
}

function switchmodTagd(modtagd,modcontentd,modkd) {
 for(c=1; c <3; c++) {
 if (c==modkd) {
 document.getElementById(modtagd+c).className="dlfc_body_left_path7_title_over";document.getElementById(modcontentd+c).className="dlfc_body_left_path7_inner_show";}
 else {
 document.getElementById(modtagd+c).className="dlfc_body_left_path7_title_out";document.getElementById(modcontentd+c).className="dlfc_body_left_path7_inner_hidden";}
 }
}