function objSP_Article() {this.ImgUrl=""; this.LinkUrl=""; this.Title="";}
function SlidePic_Article(_id) {this.ID=_id; this.Width=0;this.Height=0; this.TimeOut=5000; this.Effect=23; this.TitleLen=0; this.PicNum=-1; this.Img=null; this.Url=null; this.Title=null; this.AllPic=new Array(); this.Add=SlidePic_Article_Add; this.Show=SlidePic_Article_Show; this.LoopShow=SlidePic_Article_LoopShow;}
function SlidePic_Article_Add(_SP) {this.AllPic[this.AllPic.length] = _SP;}
function SlidePic_Article_Show() {
  if(this.AllPic[0] == null) return false;
  document.write("<div align='center'><a id='Url_" + this.ID + "' href=''><img id='Img_" + this.ID + "' style='width:" + this.Width + "; height:" + this.Height + "; filter: revealTrans(duration=2,transition=23);' src='javascript:null' border='0'></a>");
  if(this.TitleLen != 0) document.write("<br><span id='Title_" + this.ID + "'></span></div>");
  this.Img = document.getElementById("Img_" + this.ID);
  this.Url = document.getElementById("Url_" + this.ID);
  this.Title = document.getElementById("Title_" + this.ID);
  this.LoopShow();
}
function SlidePic_Article_LoopShow() {
  if(this.PicNum<this.AllPic.length-1) this.PicNum++ ; 
  else this.PicNum=0; 
  this.Img.filters.revealTrans.Transition=this.Effect; 
  this.Img.filters.revealTrans.apply(); 
  this.Img.src=this.AllPic[this.PicNum].ImgUrl;
  this.Img.filters.revealTrans.play();
  this.Url.href=this.AllPic[this.PicNum].LinkUrl;
  if(this.Title) this.Title.innerHTML="<a href="+this.AllPic[this.PicNum].LinkUrl+" target=_blank>"+this.AllPic[this.PicNum].Title+"</a>";
  this.Img.timer=setTimeout(this.ID+".LoopShow()",this.TimeOut);
}
var SlidePic_650 = new SlidePic_Article("SlidePic_650");
SlidePic_650.Width= 150;
SlidePic_650.Height   = 170;
SlidePic_650.TimeOut  = 5000;
SlidePic_650.Effect   = 23;
SlidePic_650.TitleLen = 30;
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.zhongguolvshi.com/lawyer/photo/100101.jpg";
oSP.LinkUrl= "http://www.zhongguolvshi.com/lawyer/1001.htm";
oSP.Title = "<br>股权转让 刘军厂律师";
SlidePic_650.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.zhongguolvshi.com/lawyer/photo/100102.jpg";
oSP.LinkUrl= "http://www.zhongguolvshi.com/lawyer/1001.htm";
oSP.Title = "<br>法律顾问 刘军厂律师";
SlidePic_650.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.zhongguolvshi.com/lawyer/photo/100103.jpg";
oSP.LinkUrl= "http://www.zhongguolvshi.com/lawyer/1001.htm";
oSP.Title = "<br>股权纠纷 刘军厂律师";
SlidePic_650.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.zhongguolvshi.com/lawyer/photo/100101.jpg";
oSP.LinkUrl= "http://www.zhongguolvshi.com/lawyer/1001.htm";
oSP.Title = "<br>知识产权 刘军厂律师";
SlidePic_650.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.zhongguolvshi.com/lawyer/photo/100104.jpg";
oSP.LinkUrl= "http://www.zhongguolvshi.com/lawyer/1001.htm";
oSP.Title = "<br>尽职调查 刘军厂律师";
SlidePic_650.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.zhongguolvshi.com/lawyer/photo/100105.jpg";
oSP.LinkUrl= "http://www.zhongguolvshi.com/lawyer/1001.htm";
oSP.Title = "<br>外商投资 刘军厂律师";
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.goodlawyer.cn/lawyer/photo/100101.jpg";
oSP.LinkUrl= "http://www.gongsifa.com/liujunchang.htm";
oSP.Title = "<br>股权诉讼 刘军厂律师";
SlidePic_650.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.goodlawyer.cn/lawyer/photo/100102.jpg";
oSP.LinkUrl= "http://www.gongsifa.com/liujunchang.htm";
oSP.Title = "<br>投资顾问 刘军厂律师";
SlidePic_650.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.goodlawyer.cn/lawyer/photo/100103.jpg";
oSP.LinkUrl= "http://www.gongsifa.com/liujunchang.htm";
oSP.Title = "<br>专利律师 刘军厂";
SlidePic_650.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.goodlawyer.cn/lawyer/photo/100104.jpg";
oSP.LinkUrl= "http://www.gongsifa.com/liujunchang.htm";
oSP.Title = "<br>外资并购 刘军厂律师";
SlidePic_650.Add(oSP);
var oSP = new objSP_Article();
oSP.ImgUrl = "http://www.goodlawyer.cn/lawyer/photo/100105.jpg";
oSP.LinkUrl= "http://www.gongsifa.com/liujunchang.htm";
oSP.Title = "<br>台商律师 刘军厂";
SlidePic_650.Add(oSP);
SlidePic_650.Show();