﻿  var imgUrl3 = new Array();
        var imgLink3 = new Array();
        imgUrl3[0] = "Images/wz.gif";
        imgUrl3[1] = "Images/qtzj7-7.gif";
        imgUrl3[2] = "Images/qtzj8-8.gif";
        imgLink3[0] = "http://www.chinameirong.com/about/aboutZxzj_wz.html";
        imgLink3[1] = "http://www.chinameirong.com/about/aboutZxzj_djl.html";
        imgLink3[2] = "http://www.chinameirong.com/about/aboutZxzj_lqy.html";

        var my_text_a3=new Array();
        my_text_a3[0]="<a href='http://www.chinameirong.com/about/aboutZxzj_wz.html' style='color:#666;'><strong>袁智娟</strong> 皮肤美容专家<br/>与国际同步的皮肤美容技术，对各种皮肤病的诊疗及皮肤美容治疗有独特见解……  </a>";
        my_text_a3[1]="<a href='http://www.chinameirong.com/about/aboutZxzj_djl.html' style='color:#666;'><strong>赵 华</strong> 皮肤美容专家<br/>从事激光美容工作多年,曾在中国中医医科大学受过专业临床技能培训…… </a>";
        my_text_a3[2]="<a href='http://www.chinameirong.com/about/aboutZxzj_lqy.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("a3_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 >= 4)
            {
                cindex3=1;
            }
        }
        
        function clickImg3(index)
        {
            cindex3=index;
            setImageList3();
        }