// JavaScript Document
function shop_td_1()
{
document.getElementById("jieshao").background='images/img_bottom_button01.gif';
document.getElementById("pinglun").background='images/img_bottom_button01b.gif';
document.getElementById("td_1").style.display="";
document.getElementById("td_2").style.display="none";
}
function shop_td_2()
{
document.getElementById("jieshao").background='images/img_bottom_button01b.gif';
document.getElementById("pinglun").background='images/img_bottom_button01.gif';
document.getElementById("td_1").style.display="none";
document.getElementById("td_2").style.display="";
}
function login_td_1()
{
document.getElementById("golfgo").background='images/img_bottom_button01.gif';
document.getElementById("tee").background='images/img_bottom_button01b.gif';
document.getElementById("td_1").style.display="";
document.getElementById("td_2").style.display="none";
}
function login_td_2()
{
document.getElementById("golfgo").background='images/img_bottom_button01b.gif';
document.getElementById("tee").background='images/img_bottom_button01.gif';
document.getElementById("td_1").style.display="none";
document.getElementById("td_2").style.display="";
}