﻿// JScript 文件
function addFavorite()
    {
       window.external.addFavorite(document.location.href,'中医之家')
    }
function behavior(obj)
    {
        //this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.lywd.net');
       
        obj.style.behavior='url(#default#homepage)';obj.sethomepage('http://www.tcm-home.com')

    }

 function tab(id)
 {
   for(var i=1;i<5;i++)
   {
     document.getElementById("ll"+i).className="tabgroup_on";
     document.getElementById("t"+i).style.display="none";
   }
     document.getElementById("ll"+id).className="tabgroup";
     document.getElementById("t"+id).style.display="block";
 }