﻿// JScript 文件

//最新产品
function showTrade()
{
    Trade_Show.style.display = "";
    Feature_Show.style.display = "none";
    Td_Show.style.display = "none";
    document.getElementById("bizTrade").style.backgroundImage = "url(/App_themes/locality/ZhenPing/Images/Default/Ping_Yes.gif)";
    document.getElementById("bizFeature").style.backgroundImage = "url(/App_themes/locality/ZhenPing/Images/Default/Ping_No.gif)";
    document.getElementById("bizFeature1").style.backgroundImage = "url(/App_themes/locality/ZhenPing/Images/Default/Ping_No.gif)";
}

//推荐产品
function showFeaturet()
{
    Trade_Show.style.display = "none";
    Feature_Show.style.display = "none";
    Td_Show.style.display = "";
    document.getElementById("bizFeature").style.backgroundImage = "url(/App_themes/locality/ZhenPing/Images/Default/Ping_Yes.gif)";
    document.getElementById("bizTrade").style.backgroundImage = "url(/App_themes/locality/ZhenPing/Images/Default/Ping_No.gif)";
    document.getElementById("bizFeature1").style.backgroundImage = "url(/App_themes/locality/ZhenPing/Images/Default/Ping_No.gif)";
}

//精品展示
function showtd()
{
    Trade_Show.style.display = "none";
    Feature_Show.style.display = "";
    Td_Show.style.display = "none";
    document.getElementById("bizFeature").style.backgroundImage = "url(/App_themes/locality/ZhenPing/Images/Default/Ping_No.gif)";
    document.getElementById("bizTrade").style.backgroundImage = "url(/App_themes/locality/ZhenPing/Images/Default/Ping_No.gif)";
    document.getElementById("bizFeature1").style.backgroundImage = "url(/App_themes/locality/ZhenPing/Images/Default/Ping_Yes.gif)";
}