﻿// JScript File

function DoPostType(type)
{
var form1=window.document.getElementById("form1");
document.getElementById("txtsort").value=type;
form1.button2.click();
if(type=="31")
{
document.getElementById('gjzc').style.backgroundColor="white";
document.getElementById('jszc').style.backgroundColor='Silver';
document.getElementById('njzc').style.backgroundColor='Silver';
}
if(type=="32")
{
document.getElementById('gjzc').style.backgroundColor='Silver';
document.getElementById('jszc').style.backgroundColor='White';
document.getElementById('njzc').style.backgroundColor='Silver';
}
if(type=="33")
{
document.getElementById('gjzc').style.backgroundColor='Silver';
document.getElementById('jszc').style.backgroundColor='Silver';
document.getElementById('njzc').style.backgroundColor='White';
}

}

function DoPostType2(type)
{
var form1=window.document.getElementById("form1");
document.getElementById("txtsort").value=type;
//form1.button2.click();
if(type=="31")
{
document.getElementById('gjzc').style.backgroundColor="white";
document.getElementById('jszc').style.backgroundColor='Silver';
document.getElementById('njzc').style.backgroundColor='Silver';
}
if(type=="32")
{
document.getElementById('gjzc').style.backgroundColor='Silver';
document.getElementById('jszc').style.backgroundColor='White';
document.getElementById('njzc').style.backgroundColor='Silver';
}
if(type=="33")
{
document.getElementById('gjzc').style.backgroundColor='Silver';
document.getElementById('jszc').style.backgroundColor='Silver';
document.getElementById('njzc').style.backgroundColor='White';
}

}
