var hs=new Array();
var aj=new Array();

function  hsxw(n)
{
for(i=0;i<hsxw_more.tBodies.length;i++)
hsxw_more.tBodies[i].style.display="none";
hsxw_more.tBodies[n].style.display="block";
for(i=0;i<hsxw_content.tBodies.length;i++)
hsxw_content.tBodies[i].style.display="none";
hsxw_content.tBodies[n].style.display="block";
for(i=0;i<3;i++)
document.getElementById("hs["+i+"]").className="cs1";
document.getElementById("hs["+n+"]").className="cs0";
}

function  ajxx(n)
{
for(i=0;i<ajxx_more.tBodies.length;i++)
ajxx_more.tBodies[i].style.display="none";
ajxx_more.tBodies[n].style.display="block";
for(i=0;i<ajxx_content.tBodies.length;i++)
ajxx_content.tBodies[i].style.display="none";
ajxx_content.tBodies[n].style.display="block";
for(i=0;i<4;i++)
document.getElementById("aj["+i+"]").className="cs3";
document.getElementById("aj["+n+"]").className="cs2";
}

function  wfxx(n)
{
for(i=0;i<wfxx_more.tBodies.length;i++)
wfxx_more.tBodies[i].style.display="none";
wfxx_more.tBodies[n].style.display="block";
for(i=0;i<wfxx_content.tBodies.length;i++)
wfxx_content.tBodies[i].style.display="none";
wfxx_content.tBodies[n].style.display="block";
for(i=0;i<4;i++)
document.getElementById("wf["+i+"]").className="cs5";
document.getElementById("wf["+n+"]").className="cs4";
}

