function homesl(){fademi=1;imgarr=new Array();imgstr=new Array();linkstr=new Array();clslinkstr=new Array();imgarr[0]=new Image();imgarr[0].src='slide01.jpg';imgstr[0]='slide01.jpg';linkstr[0]='';clslinkstr[0]='';imgarr[1]=new Image();imgarr[1].src='slide02.jpg';imgstr[1]='slide02.jpg';linkstr[1]='';clslinkstr[1]='';imgarr[2]=new Image();imgarr[2].src='slide03.jpg';imgstr[2]='slide03.jpg';linkstr[2]='';clslinkstr[2]='';imgarr[3]=new Image();imgarr[3].src='slide04.jpg';imgstr[3]='slide04.jpg';linkstr[3]='';clslinkstr[3]='';imgarr[4]=new Image();imgarr[4].src='slide05.jpg';imgstr[4]='slide05.jpg';linkstr[4]='';clslinkstr[4]='';imgarr[5]=new Image();imgarr[5].src='slide06.jpg';imgstr[5]='slide06.jpg';linkstr[5]='';clslinkstr[5]='';imgarr[6]=new Image();imgarr[6].src='slide07.jpg';imgstr[6]='slide07.jpg';linkstr[6]='';clslinkstr[6]='';vcurr=0;vnext=0;vssdiv=null;stepc=20*(3000/1000);dif=0.00;op=1.00;dif=(1.00/stepc);uagent = window.navigator.userAgent.toLowerCase();IEB=(uagent.indexOf('msie') != -1)?true:false;var scompat = document.compatMode;if(scompat != "BackCompat"){}dstr1='<div id="';dstr2='" style="position:absolute;text-align:'+"right"+';width:'+688+'px;height:'+200+'px;visibility:hidden;left:0px;top:0px;padding:0px;margin:0px;overflow:hidden;">';dstr3='<img id="homeimg';dstr4='" src="';dstr5='" style="position:relative;left:0px;top:0px;padding:0px;margin:0px;border:0px;" alt="" border="0"></img>';dstr6='</div>';this.homedotrans=homedotrans;this.homeinitte=homeinitte;this.homeinitte2=homeinitte2;this.homebeftrans=homebeftrans;this.homedotransff=homedotransff;}function homedotrans(){	if(IEB==true){vssdiv.filters[0].apply();}	objc=document.getElementById('homed'+vcurr);	objn=document.getElementById('homed'+vnext);			objc.style.visibility="hidden";	objn.style.visibility="visible";	if(IEB==true){vssdiv.filters[0].play();}		vcurr=vnext;	vnext=vnext+1;		if(vnext>=7)	{		vnext=0;	}			setTimeout('homedotrans()',(3000+2000));}function homedotransff(){	op=op-dif;	objc=document.getElementById('homed'+vcurr);	objn=document.getElementById('homed'+vnext);		if(op<(0.00)){op=0.00;}	objc.style.opacity = op;	objn.style.opacity = 1.00;	if(op>(0.00))	{		setTimeout('homedotransff()',50);	}	else	{		objc.style.zIndex=2;		objn.style.zIndex=3;		setTimeout('homebeftrans()',2000);			}}function homebeftrans(){	vcurr=vnext;	vnext=vnext+1;	if(vnext>=7)	{		vnext=0;	}	op=1.00;	objc=document.getElementById('homed'+vcurr);	objn=document.getElementById('homed'+vnext);	objc.style.visibility="visible";	objn.style.visibility="visible";		objc.style.zIndex=3;	objn.style.zIndex=2;		objc.style.opacity = 1.00;		objn.style.opacity = 1.00;			homedotransff();	}function homeinitte2(){	vssdiv=document.getElementById("homedv");	if(7>0)	{		objc=document.getElementById('homed'+0);			objc.style.visibility="visible";		}	if(7>1)	{		if((IEB==true)||(fademi==0))		{			vcurr=0;			vnext=1;			setTimeout('homedotrans()',2000);		}		else		{			vcurr=0;			vnext=0;					setTimeout('homebeftrans()',2000);			}	}}function homeinitte(){	i=0;	innertxt="";	for(i=0;i<7;i++)	{		innertxt=innertxt+dstr1+"homed"+i+dstr2+linkstr[i]+dstr3+i+dstr4+imgstr[i]+dstr5+clslinkstr[i]+dstr6;	}	spage=document.getElementById('homedv');	spage.innerHTML=""+innertxt;	setTimeout('homeinitte2()',200);}s=new homesl();s.homeinitte();