function slide1sl()
{
	fademi=1;
	imgarr=new Array();
	imgstr=new Array();
	linkstr=new Array();
	clslinkstr=new Array();
	
		imgarr[0]=new Image();
		imgarr[0].src='/images/index-rotational-images/home-a1n.jpg.jpg';
		imgstr[0]='/images/index-rotational-images/home-a1.jpg';
		linkstr[0]='';
		clslinkstr[0]='';
		imgarr[1]=new Image();
		imgarr[1].src='/images/index-rotational-images/home-a2.jpg';
		imgstr[1]='/images/index-rotational-images/home-a2n.jpg';
		linkstr[1]='';
		clslinkstr[1]='';
		imgarr[2]=new Image();
		imgarr[2].src='/images/index-rotational-images/home-a3n.jpg';
		imgstr[2]='/images/index-rotational-images/home-a3n.jpg';
		linkstr[2]='';
		clslinkstr[2]='';
		imgarr[3]=new Image();
		imgarr[3].src='/images/index-rotational-images/home-c1.jpg';
		imgstr[3]='/images/index-rotational-images/home-c1n.jpg';
		linkstr[3]='';
		clslinkstr[3]='';
		imgarr[4]=new Image();
		imgarr[4].src='/images/index-rotational-images/home-c2.jpg';
		imgstr[4]='/images/index-rotational-images/home-c2n.jpg';
		linkstr[4]='';
		clslinkstr[4]='';
		imgarr[5]=new Image();
		imgarr[5].src='/images/index-rotational-images/home-c3.jpg';
		imgstr[5]='/images/index-rotational-images/home-c3n.jpg';
		linkstr[5]='';
		clslinkstr[5]='';
		imgarr[6]=new Image();
		imgarr[6].src='/images/index-rotational-images/home-n1.jpg';
		imgstr[6]='/images/index-rotational-images/home-n1n.jpg';
		linkstr[6]='';
		clslinkstr[6]='';
		imgarr[7]=new Image();
		imgarr[7].src='/images/index-rotational-images/home-n2.jpg';
		imgstr[7]='/images/index-rotational-images/home-n2n.jpg';
		linkstr[7]='';
		clslinkstr[7]='';
	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:'+"center"+';width:'+594+'px;height:'+220+'px;visibility:hidden;left:0px;top:0px;padding:0px;margin:0px;overflow:hidden;">';
	dstr3='<img id="slide1img';
	dstr4='" src="';
	dstr5='" style="position:relative;left:0px;top:0px;padding:0px;margin:0px;border:0px;" alt="" border="0"></img>';
	dstr6='</div>';
	this.slide1dotrans=slide1dotrans;
	this.slide1initte=slide1initte;
	this.slide1initte2=slide1initte2;
	this.slide1beftrans=slide1beftrans;
	this.slide1dotransff=slide1dotransff;}
	
	function slide1dotrans()
	{	
		if(IEB==true)
		{vssdiv.filters[0].apply();}	
		
		objc=document.getElementById('slide1d'+vcurr);	
		objn=document.getElementById('slide1d'+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('slide1dotrans()',(3000+2000));
	}
	
	function slide1dotransff()
	{	
		op=op-dif;	
		objc=document.getElementById('slide1d'+vcurr);	
		objn=document.getElementById('slide1d'+vnext);		
		if(op<(0.00))
		{op=0.00;}	
		
		objc.style.opacity = op;	
		objn.style.opacity = 1.00;	
		
		if(op>(0.00))	
		{		
			setTimeout('slide1dotransff()',50);	
		}	
		else	
		{	objc.style.visibility="visible";	
		objn.style.visibility="visible";		
		objc.style.zIndex=7;	
		objn.style.zIndex=6;
		objn.style.zIndex=5;
		objn.style.zIndex=4;
		objn.style.zIndex=3;
		objn.style.zIndex=2;
		objc.style.opacity = 1.00;		
		objn.style.opacity = 1.00;		
			setTimeout('slide1beftrans()',2000);			
		}
	}
	
	
	function slide1beftrans()
	{	
		vcurr=vnext;	
		vnext=vnext+1;	
		
		if(vnext>=7)	
		{	vnext=0;	}
		
		op=1.00;	
		objc=document.getElementById('slide1d'+vcurr);	
		objn=document.getElementById('slide1d'+vnext);	
		objc.style.visibility="visible";	
		objn.style.visibility="visible";		
		objc.style.zIndex=7;	
		objn.style.zIndex=6;
		objn.style.zIndex=5;
		objn.style.zIndex=4;
		objn.style.zIndex=3;
		objn.style.zIndex=2;
		objc.style.opacity = 1.00;		
		objn.style.opacity = 1.00;			
		slide1dotransff();	
	}
	
	function slide1initte2()
	{	
		vssdiv=document.getElementById("slide1dv");	
		
		if(7>0)	
		{	
			objc=document.getElementById('slide1d'+0);			
			objc.style.visibility="visible";		
		}	
		
		if(7>1)	
		{	
			if((IEB==true)||(fademi==0))		
			{	
				vcurr=0;			
				vnext=1;			
				setTimeout('slide1dotrans()',2000);		
			}
			else		
			{			
				vcurr=0;			
				vnext=0;					
				setTimeout('slide1beftrans()',2000);			
			}	
		}
	}
	
	
	function slide1initte()
	{	
		i=0;	
		innertxt="";	
		for(i=0;i<7;i++)	
		{	innertxt=innertxt+dstr1+"slide1d"+i+dstr2+linkstr[i]+dstr3+i+dstr4+imgstr[i]+dstr5+clslinkstr[i]+dstr6;	}	
		
		spage=document.getElementById('slide1dv');	
		spage.innerHTML=""+innertxt;	
		setTimeout('slide1initte2()',200);
	}
	
	s=new slide1sl();
	s.slide1initte();
		