			var ie55=window.createPopup;
			bannerMaxLimit = 6;
			bannerCounter = 0; 
			var bannerImage = new Array(), bannerTimer = new Array();
			
			bannerImage[1] = new Image ();
			bannerImage[1].src = "fotovitrina/a.jpg";
			bannerTimer[1] = 5;

			bannerImage[2] = new Image ();
			bannerImage[2].src = "fotovitrina/b.jpg";
			bannerTimer[2] = 5;
			
			bannerImage[3] = new Image ();
			bannerImage[3].src = "fotovitrina/c.jpg";
			bannerTimer[3] = 5;
			
			bannerImage[4] = new Image ();
			bannerImage[4].src = "fotovitrina/d.jpg";
			bannerTimer[4] = 5;

			bannerImage[5] = new Image ();
			bannerImage[5].src = "fotovitrina/e.jpg";
			bannerTimer[5] = 5;
			
			bannerImage[6] = new Image ();
			bannerImage[6].src = "fotovitrina/f.jpg";
			bannerTimer[6] = 5;
			
			 
			function bannerClick ()
			{
				if (bannerCounter == 1) { document.location.href = "index.php?site=autos_acc"; }
				if (bannerCounter == 2) { document.location.href = "index.php?site=autos_acc"; }
				if (bannerCounter == 3) { document.location.href = "index.php?site=autos_acc"; }
				if (bannerCounter == 4) { document.location.href = "index.php?site=autos_acc"; }
				if (bannerCounter == 5) { document.location.href = "index.php?site=autos_acc"; }
				if (bannerCounter == 6) { document.location.href = "index.php?site=autos_acc"; }
			}
			function timedbannerSwitch(imgTag)
			{	
				bannerCounter ++;
				if  ((bannerCounter > bannerMaxLimit) || (bannerCounter <=0))bannerCounter = 1;
				if (ie55) document.images.mainbanner.filters[0].apply();
				if (document.images) document.images[imgTag].src = bannerImage[bannerCounter].src;
				if (ie55) document.images.mainbanner.filters[0].play(duration=2);
				
				setTimeout('timedbannerSwitch("mainbanner")', bannerTimer[bannerCounter]*1000)
			}
			timedbannerSwitch ("mainbanner");