function SlidePic1(ID) {this.ID=ID; this.Width=0;this.Height=0; this.TimeOut=5000; this.Effect=23; this.T_Len=0; this.PicNum=-1; this.Img=null; this.AllPic=new Array(); this.Add=AddSlidePic1; this.Show=ShowSlidePic1; this.LoopShow=LoopShowSlidePic1;} function NewSlide1() {this.ImgUrl=""; } function AddSlidePic1(SP) {this.AllPic[this.AllPic.length] = SP;} function ShowSlidePic1() { if(this.AllPic[0] == null) return false; document.write('
'); this.Img = document.getElementById("Img" + this.ID); this.LoopShow(); } function LoopShowSlidePic1() { if(this.PicNum