function ButtonsBenefits()
	{
		// Die Ueberpruefung auf lokal oder nicht wird ueber Test auf myGarantieseitenordner durchgefuehrt, damit bei lokal
		// gespeicherten Seiten von Kunden die Schaltflaechen online geholt werden
		if (self.location.pathname.indexOf(myFolderWin) != (- 1)
			|| self.location.pathname.indexOf(myFolderLin) != (- 1))
			{
			var Base = LocalPicturesInfos;
			}

		else
			{
			var Base = OnlinePicturesInfos;
			}

		y001 = new Image(101, (122));
		y001.src = Base + 'Safe-Shopping-Thumbnail.gif';
		y002 = new Image(101, (122));
		y002.src = Base + 'Safe-Shopping-Thumbnail-MouseOver.gif';
		y003 = new Image(100, (117));
		y003.src = Base + 'Right-of-Revocation-Thumbnail.gif';
		y004 = new Image(100, (117));
		y004.src = Base + 'Right-of-Revocation-Thumbnail-MouseOver.gif';
		y005 = new Image(100, (104));
		y005.src = Base + 'Quality-and-Expertise-Thumbnail.gif';
		y006 = new Image(100, (104));
		y006.src = Base + 'Quality-and-Expertise-Thumbnail-MouseOver.gif';
		y007 = new Image(127, (130));
		y007.src = Base + 'Data-Privacy-Thumbnail.gif';
		y008 = new Image(127, (130));
		y008.src = Base + 'Data-Privacy-Thumbnail-MouseOver.gif';
	}

