// jquery.goin.js 005

if(jQuery) (function($){
	// public variables and methods
	$.extend({
		goin: {
			defaults: {
				// typo3 settings
				local: false,
				// keyword suche
				ajaxKeywordServiceUrl: 'http://dev.goin.de/index.php?eID=keyword&plain=1',
				
				ajaxLoadingImage: "/fileadmin/templates/goin/assets/images/loading.gif",
				ajaxQuicklookServiceUrl: "/index.php?eID=quickmatrix&quicksave=1",
				ajaxBrowserServiceUrl: "/index.php?eID=vorauswahl&auswahl=",
				//ajaxConfigServiceUrl: "/index.php?eID=fill_layer&",
				ajaxSubmitToCartUrl: "/index.php?eID=card_send&amount=",
				quicklookContentUrl: "/index.php?eID=quicklook",
				swfFlashShow: "fileadmin/templates/goin/assets/flash/module/Flashmodul.swf",
				swfHomePrivateData: encodeURIComponent(""), // NEU!
	
				swfCollectionFlash: "fileadmin/templates/goin/assets/flash/collection/collection.swf",
				swfCollectionData: encodeURIComponent("/index.php?eID=imglist&typ=collection"),
				swfExpressInstall: "fileadmin/templates/goin/assets/flash/expressInstall.swf"
			},
			// helfer funktion zum debugging
			debug: function(message) {
				if (window.console && window.console.log)
					window.console.log('GoIn Debug: ' + message);
			}
		}
	});
/*
	$.extend({
		goin: {
			defaults: {
				// local settings
				local: true,
				// keyword suche
				ajaxKeywordServiceUrl: "include/search.php.html?eID=keyword&plain=1",
				
				// Nachticht beim wechsel des Kundentyps
				ajaxClientSwitch: 'include/clientswitch.html?height=130&width=400',
				
				ajaxLoadingImage: "../assets/images/loading.gif",
				ajaxQuicklookServiceUrl: "include/include.produkte-art-result.html?eID=quickmatrix&quicksave=1",
				ajaxBrowserServiceUrl: "include/include.produkte-art-result.html?typ=",
				//ajaxConfigServiceUrl: "include/include.produkt-",
				ajaxConfigResultUrl: "include/produkt-konfiguriert.html",
				ajaxSubmitToCartUrl: "include/basket.php?eID=card_send&amount=",
				quicklookContentUrl: "include/quicklook.html", // NEU!
				swfFlashShow: "../assets/flash/module/Flashmodul.swf",
				swfSlideshowFlash: "../assets/flash/module/Flashmodul.swf",
				swfSlideshowData: "xml/home.xml",
				swfHomePrivateData: "xml/home_privat.xml", // NEU!
				swfServiceworldFlash: "../assets/flash/module/Flashmodul.swf",
				swfServiceworldData: "xml/servicewelt.xml",
				swfRoomplanerFlash: "../assets/flash/module/Flashmodul.swf",
				swfRoomplanerData: "xml/raumplanung.xml",
				swfTimelineFlash: "../assets/flash/module/Flashmodul.swf",
				swfTimelineData: "xml/history.xml",
				swfCollectionFlash: "../assets/flash/module/CollectionModul.swf",
				swfCollectionData: "xml/collection.xml",
				swfExpressInstall: "../assets/flash/expressInstall.swf"
			},
			// helfer funktion zum debugging
			debug: function(message) {
				if (window.console && window.console.log)
					window.console.log('GoIn Debug: ' + message);
			}
		}
	});
//*/
})(jQuery);




