
function GetDongtaiTh()
{
    var dt=Showdongtai.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["CONTENT"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
}

function GetFaguiTh()
{
    var dt=Showfagui.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["CONTENT"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
}

function GetGaikuangTh()
{
    var dt=Showguaikuang.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["CONTENT"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
}

function GetGujiTh()
{
    var dt=Showguji.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["CONTENT"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
    window.document.getElementById("lblTitle").innerHTML =strTitle;
}

function GetJigouTh()
{
    var dt=Showjigou.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["CONTENT"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
}

function GetShenmTh()
{
    var dt=ShowShenm.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["BODY"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
}

function GetWenhuaTh()
{
    var dt=Showwenhua.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["CONTENT"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
    window.document.getElementById("lblTitle").innerHTML =strTitle;
}

function GetYanjiuTh()
{
    var dt=Showyanjiu.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["CONTENT"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
    window.document.getElementById("lblTitle").innerHTML =strTitle;
}

function GetYaowenTh()
{
    var dt=Showyaowen.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["CONTENT"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
}

function GetZhinanTh()
{
    var dt=Showzhinan.GetDataFromId(strId).value;
    var strText="";
    if(dt!=null && dt.Rows.length>0)
    {
        strText=dt.Rows[0]["CONTENT"];
    }
    window.document.getElementById("spanDisplay").innerHTML =strText;
}

