 function InitSanPhamPane(index)
 {
    var liId = "liSanPhamPane";
    var Id = "dnn_SanPhamPane";

    for(var i=1; i<5; i++)
    {
        if(document.getElementById(liId + i)!=null){
        document.getElementById(liId + i).className="";
        document.getElementById(Id + i).style.display="none";
        }
    }
    document.getElementById(liId + index).className="current";
    document.getElementById(Id + index).style.display="";
 }
function GoogleTranslate(){
    window.location.href="http://64.233.189.132/translate_c?hl=en&sl=vi&tl=en&u=http://vwsa.org.vn/&prev=hp&usg=ALkJrhiWaM9gUkZiDU0bGlXGyPRnwc6KPQ";
}
function VietNamese(){
    window.location.href="http://www.vwsa.org.vn";
}