﻿  var imgUrl3 = new Array();
        var imgLink3 = new Array();
        imgUrl3[0] = "Images/wz.gif";
//        imgUrl3[1] = "Images/zxm.gif";
        imgLink3[0] = "http://www.sj-meirong.com/about/aboutZxzj_wz.html";
//        imgLink3[1] = "http://www.sj-meirong.com/about/aboutZxzj_zxm.html";
        var my_text_a3=new Array();
        my_text_a3[0]="<a href='http://www.sj-meirong.com/about/aboutZxzj_wz.html' style='color:#666;'><strong>马 丽</strong>首席皮肤美容专家<br/>皮肤美容专家:从事口腔颌面外科和整形外科工作十余年，获军队科技进步奖五项……  </a>";
//        my_text_a3[1]="<a href='http://www.sj-meirong.com/about/aboutZxzj_zxm.html' style='color:#666;'><strong>张晓梅</strong> 皮肤美容 硕士<br/>皮肤美容专家：留学德国专攻皮肤及皮肤美容外科，把国际先进的医学理念带给您…… </a>";
          function setImage3()
        {
            
            setImageList3();
            setInterval("setImageList3()",4000);
        }
        
        var cindex3 = 1;
        function setImageList3()
        {

            var img = document.getElementById("img_ys3");

            document.getElementById("divList_ys3").href = imgLink3[cindex3-1];
            document.getElementById("a1_ys3").style.backgroundColor = "#5e5e5e";
            document.getElementById("a2_ys3").style.backgroundColor = "#5e5e5e";
            document.getElementById("a" + cindex3+"_ys3").style.backgroundColor = "#C30000";
            var diva=document.getElementById("diva_ys3");
            diva.innerHTML=my_text_a3[cindex3-1];
            img.filters.revealTrans.Transition=50;
            img.filters.revealTrans.apply();
            img.filters.revealTrans.play();
            img.src=imgUrl3[cindex3-1];
            cindex3++;
            if (cindex3 >= 2)
            {
                cindex3=1;
            }
        }
        
        function clickImg3(index)
        {
            cindex3=index;
            setImageList3();
        }
