﻿  var imgUrl2 = new Array();
        var imgLink2 = new Array();
        imgUrl2[0] = "Images/hy.gif";
        imgUrl2[1] = "Images/bjj.gif";
        imgUrl2[2] = "Images/hyc.gif";
        imgUrl2[3] = "Images/ql.gif";
        imgUrl2[4] = "Images/gff.gif";
        imgLink2[0] = "http://www.chinameirong.com/about/aboutZxzj_hy.html";
        imgLink2[1] = "http://www.chinameirong.com/about/aboutZxzj_bjj.html";
        imgLink2[2] = "http://www.chinameirong.com/about/aboutZxzj_hyc.html";
        imgLink2[3] = "http://www.chinameirong.com/about/aboutZxzj_ql.html";
        imgLink2[4] = "http://www.chinameirong.com/about/aboutZxzj_ggf.html";
        var my_text_a2=new Array();
        my_text_a2[0]="<a href='http://www.chinameirong.com/about/aboutZxzj_hy.html' style='color:#666;'><strong>杭 榆</strong> 医学美容博士、首席整形专家<br/> 面部轮廓整形、个性化隆胸专家，逾万例下颌角和乳房整形手术…… </a>";
        my_text_a2[1]="<a href='http://www.chinameirong.com/about/aboutZxzj_bjj.html' style='color:#666;'><strong>白俊杰</strong> 溶脂减肥专家、毛发移植专家<br/> 业界内称”上海人体雕塑第一人“，擅长各部位的减肥塑身和各部位毛发移植…… </a>";
        my_text_a2[2]="<a href='http://www.chinameirong.com/about/aboutZxzj_hyc.html' style='color:#666;'><strong>何玉成</strong> 中华医学会整形外科分会会员<br/>擅长：微创美容；眼部、综合鼻整形；面部除皱；提眉术、注射除皱、瘦脸术等面部整形美容术；面部轮廓改型、个性化微创隆胸、微创乳房下垂悬吊、巨乳缩小、乳头、乳晕改小等胸部整形；吸脂减肥瘦身术 </a>";
        my_text_a2[3]="<a href='http://www.chinameirong.com/about/aboutZxzj_ql.html' style='color:#666;'><strong>钱 麟</strong> 重睑、隆鼻、眼袋、除皱、隆胸专家 <br/>整形外科主治医师 毕业于同济大学医学院，拥有丰富的整形美容经验…… </a>";
        my_text_a2[4]="<a href='http://www.chinameirong.com/about/aboutZxzj_ggf.html' style='color:#666;'><strong>顾根发</strong> 麻醉科资深专家<br/> 40多年的临床麻醉经验、地区医学会临床麻醉专业学组领头人，麻醉专业领域知名专家…… </a>";
          function setImage2()
        {
            setImageList2();
            setInterval("setImageList2()",4000);
        }
        
        var cindex2 = 1;
        function setImageList2()
        {

            var img = document.getElementById("img_ys");

            document.getElementById("divList_ys").href = imgLink2[cindex2-1];
            document.getElementById("a1_ys").style.backgroundColor = "#5e5e5e";
            document.getElementById("a2_ys").style.backgroundColor = "#5e5e5e";
            document.getElementById("a3_ys").style.backgroundColor = "#5e5e5e";
            document.getElementById("a4_ys").style.backgroundColor = "#5e5e5e";
            document.getElementById("a5_ys").style.backgroundColor = "#5e5e5e";
            document.getElementById("a" + cindex2+"_ys").style.backgroundColor = "#C30000";
            var diva=document.getElementById("diva_ys");
            diva.innerHTML=my_text_a2[cindex2-1];
            img.filters.revealTrans.Transition=50;
            img.filters.revealTrans.apply();
            img.filters.revealTrans.play();
            img.src=imgUrl2[cindex2-1];
            cindex2++;
            if (cindex2 >= 6)
            {
                cindex2=1;
            }
        }
        
        function clickImg2(index)
        {
            cindex2=index;
            setImageList2();
        }