﻿// 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/AnJi/Images/Default/produce_word.gif)";
    document.getElementById("bizTrade").style.color = "#f60";
    document.getElementById("bizFeature").style.backgroundImage = "url(/App_themes/locality/AnJi/Images/Default/no_check.gif)";
    document.getElementById("bizFeature").style.color = "#000";
    document.getElementById("bizFeature1").style.backgroundImage = "url(/App_themes/locality/AnJi/Images/Default/no_check.gif)";
    document.getElementById("bizFeature1").style.color = "#000";
}

//推荐产品
function showFeaturet()
{
    Trade_Show.style.display = "none";
    Feature_Show.style.display = "";
    Td_Show.style.display = "none";
    document.getElementById("bizTrade").style.backgroundImage = "url(/App_themes/locality/AnJi/Images/Default/no_check.gif)";
    document.getElementById("bizTrade").style.color = "#000";
    document.getElementById("bizFeature").style.backgroundImage = "url(/App_themes/locality/AnJi/Images/Default/produce_word.gif)";
    document.getElementById("bizFeature").style.color = "#f60";
    document.getElementById("bizFeature1").style.backgroundImage = "url(/App_themes/locality/AnJi/Images/Default/no_check.gif)";
    document.getElementById("bizFeature1").style.color = "#000";
}

//精品展示
function showtd()
{
    Trade_Show.style.display = "none";
    Feature_Show.style.display = "none";
    Td_Show.style.display = "";
    document.getElementById("bizTrade").style.backgroundImage = "url(/App_themes/locality/AnJi/Images/Default/no_check.gif)";
    document.getElementById("bizTrade").style.color = "#000";
    document.getElementById("bizFeature").style.backgroundImage = "url(/App_themes/locality/AnJi/Images/Default/no_check.gif)";
    document.getElementById("bizFeature").style.color = "#000";
    document.getElementById("bizFeature1").style.backgroundImage = "url(/App_themes/locality/AnJi/Images/Default/produce_word.gif)";
    document.getElementById("bizFeature1").style.color = "#f60";
}