﻿//团购效果
function tgadLoad()
{
    setTimeout(tgadBtnDis,5000);
    document.getElementById("footLink").style.width=(screen.width-38)+"px";   
}

function tgadBtnDis()
{
     $("#headTgAd").toggle(1000);
     $("#headTgAd_btn").toggle(10);
     $("#tgad").toggle(1000);
}

function tgadClick()
{
    //alert("11");
    $("#tgad").toggle(1000);
    setTimeout(headTgAdDis,500);
}

function tgadDis()
{
        $("#tgad").toggle(1000);
}

function headTgAdDis()
{
        $("#headTgAd").toggle(1000);
        $("#headTgAd_btn").toggle(1500);
}

function headTgAdBtnClick()
{
     $("#headTgAd").toggle(1000);
      $("#headTgAd_btn").toggle(10);
        setTimeout(tgadDis,500);
}


function headTgAdClick()
{
    window.open("HPTime.html");
}


