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

		else
			{
			var Base1 = OnlinePicturesInfos;
			var Base2 = OnlinePicturesProductAndCollectionPages;
			}

		a011 = new Image(115, (113));
		a011.src = Base1 + 'Products-Shipping-and-Handling-Info.gif';
		a012 = new Image(115, (113));
		a012.src = Base1 + 'Products-Shipping-and-Handling-Info-MouseOver.gif';
		t001 = new Image(110, (18));
		t001.src = Base2 + 'Previous-Page.gif';
		t002 = new Image(110, (18));
		t002.src = Base2 + 'Previous-Page-MouseOver.gif';
		t003 = new Image(110, (18));
		t003.src = Base2 + 'Next-Page-Normal.gif';
		t004 = new Image(110, (18));
		t004.src = Base2 + 'Next-Page-MouseOver.gif';
		y007 = new Image(130, (140));
		y007.src = Base1 + 'Data-Privacy-Thumbnail.gif';
		y008 = new Image(130, (140));
		y008.src = Base1 + 'Data-Privacy-Thumbnail-MouseOver.gif';
	}
