﻿  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";
        imgUrl3[3] = "../Images/hkr.gif";
//        imgUrl3[1] = "../Images/zxm.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";
//        imgLink3[1] = "http://www.chinameirong.com/about/aboutZxzj_zxm.html";
        imgLink3[3] = "http://www.chinameirong.com/about/aboutZxzj_hkr.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_zxm.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>";
        my_text_a3[3]="<a href='http://www.chinameirong.com/about/aboutZxzj_hkr.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("a4_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 >= 5)
            {
                cindex3=1;
            }
        }
        
        function clickImg3(index)
        {
            cindex3=index;
            setImageList3();
        }
