function tesetag(num) {
    for(i = 1; i < 7; i++) {
        document.getElementById('tesetag'+i).style.display='none';
    }
    document.getElementById('tesetag'+num).style.display='';
}

function shengtaitag(num,obj) {
    var tagon=getElementsByClassName('country_area2','tags_on');
    tagon[0].className = '';
    obj.className = 'tags_on';
    for(i = 1; i < 5; i++) {
        document.getElementById('shengtaitag'+i).style.display='none';
    }
    document.getElementById('shengtaitag'+num).style.display='';
}

function tophottag(num,obj) {
    var tagon=getElementsByClassName('tophot','tagon');
    tagon[0].className = '';
    obj.className = 'tagon';
    for(i = 1; i < 3; i++) {
        document.getElementById('tophottag'+i).style.display='none';
    }
    document.getElementById('tophottag'+num).style.display='';
}

function torichtag(num,obj) {
    var tagon=getElementsByClassName('torich','tagon');
    tagon[0].className = '';
    obj.className = 'tagon';
    for(i = 1; i < 4; i++) {
        document.getElementById('torichtag'+i).style.display='none';
    }
    document.getElementById('torichtag'+num).style.display='';
}