// Global Var for all needed Parameters
	var par = {

		// Seiten Title
			SiteTitle: 'ALEX - Genuss und Urlaub vom Alltag',

		// define content id's
			contentId:    'content',
			rootlineId:   'rootlinecontent',
			furnishingId: 'furnishing',

		// define menu id's
			menuId:             'menu_main',
			subMenuId:          'menu_sub',
			ctaMenuId:          'menu_cta',
			iconMenuId:         'menu_icon',
			hoverFxSelector:    '#header a.hover-fx',
			selectorNoMenu:     '#menu_cta ul',
			selectorSubMenuBox: 'div.level2-block',
			searchMenuId:		'uid_16',
			searchDivId:		'sub_16',

		// Floor Parameter and Gobal Storage Objects
			furnishing: {
				// Countent Dummy Holder for Emotion Preloader
				currentContent: '',
				timendEmoClass: 'timend-emotion',
				altText:        'Emotionales Bild, ',
				titleText:      ' geniesen im Alex'
			},

		// Google Analytics Settings
			utm: {
				gaID:   'UA-401634-11',
				jsURL:  '/fileadmin/templates/alexgastro/js/lib/utm/urchin.js',
				gifURL: '/fileadmin/templates/alexgastro/js/lib/utm/__utm.gif'
			},

		// Sounds
			snd: {
				swfURL:    '/fileadmin/templates/alexgastro/js/lib/sndman.swf', // Pfad zur SoundManager2 SWF Datei
				nullURL:   '/fileadmin/fm-alex/musik/null.mp3', // Pfad zum "fake" unload sounds
				xmlURL:    '/fileadmin/fm-alex/musik/', // Pfad zum XML file (will be added timeZoneName.xml)
				btnID:     'uid_soundBTN', // ID des DIV mit dem BTN Text drin
				bgSNDid:   'bgSND', // Background Sound ID im XML
				initDelay: 1500 // MS to wait for the fisrt sound to be ready
			},

		// Ajax content call types (page types in typo3)
			ajaxTypes: {
				content:    'content',
				rootline:   'rootline',
				furnishing: 'furnishing'
			},

		// Difine Parameter for the Reflection
			reflection: {
				cssClass: 'reflect',
				opacity:  0.25
			},

		// Preloader
			preloader: {
				siteID:    'sitePreLoader',
				contentID: 'ajaxpreloader'
			},

		// Client Timezones
			timeZones: {
				zone1: {
					name: 'Morgens',
					emotionTitle: 'den Morgen genießen im ALEX',
					from: '6',  // hours (24h)
					to:   '12'  // hours (24h)
				},
				zone2: {
					name: 'Mittags',
					emotionTitle: 'den Mittag genießen im ALEX',
					from: '12', // hours (24h)
					to:   '15'  // hours (24h)
				},
				zone3: {
					name: 'Nachmittags',
					emotionTitle: 'den Nachmittag genießen im ALEX',
					from: '15', // hours (24h)
					to:   '18'  // hours (24h)
				},
				zone4: {
					name: 'Nachts',
					emotionTitle: 'den Abend genießen im ALEX',
					from: '18', // hours (24h)
					to:   '24'  // hours (24h)
				},
				zone5: {
					name: 'Nachts',
					emotionTitle: 'den Abend genießen im ALEX',
					from: '0',  // hours (24h)
					to:   '6'   // hours (24h)
				}

			},

		// sIFR Version.3 Configuration:
		// sIFR Documentation: http://wiki.novemberborn.net/sifr3/
			sifrFonts: {
				compactaSR: { src: '/fileadmin/templates/alexgastro/swf/sifr3r370/compacta-stamp-regular.swf' },
				eraserdust: { src: '/fileadmin/templates/alexgastro/swf/sifr3r370/eraserdust-regular.swf'     },
				horten:     { src: '/fileadmin/templates/alexgastro/swf/sifr3r370/horten-mager-medium.swf'	  },
				carbonbl:   { src: '/fileadmin/templates/alexgastro/swf/sifr3r370/Carbon-Block-3-370.swf'	  }
			},
			sifrObj : {
				mainTopic: {
					font:     'compactaSR',
					selector: 'h1',
					css: {
						'.sIFR-root': {
							'color': '#EEE8C5',
							'font-size':'20pt'
						}
					},
					wmode:    'transparent'
				},
				dayText: {
					font:     'compactaSR',
					selector: 'div.time',
					css: {
						'.sIFR-root': {
							'color': '#AF292E'
						}
					},
					wmode:    'transparent'
				},
				priceText: {
					font:     'compactaSR',
					selector: 'div.price',
					css: {
						'.sIFR-root': {
							'color': '#B47015',
							'text-align': 'right'
						}
					},
					wmode:    'transparent'
				},
				bbTopic: {
					font:     'horten',
					selector: 'h5.blackboard',
					css: {
						'.sIFR-root': {
							'color': '#FFffFF'
						}
					},
					wmode:    'transparent'
				},
				bbText: {
					font:     'horten',
					selector: 'p.blackboard',
					css: {
						'.sIFR-root': {
							'color': '#FFffFF'
						}
					},
					wmode:    'transparent'
				},
				indexsearch: {
					font:     'compactaSR',
					selector: 'div.tx-indexedsearch-whatis',
					css: {
						'.sIFR-root': {
							'color': '#EEE8C5',
							'font-size':'20pt'
						}
					},
					wmode:    'transparent'
				},
				barcologneh6text: {
					font:     'carbonbl',
					selector: 'h1,h2 span.org',
					css: {
						'.sIFR-root': {
							'color': '#FFFFFF',
							'font-size':'30px'
						}
					},
					wmode:    'transparent'
				}
			},

			searchurl: 'index.php?id=16&type=86',

			// Id of the Brand div
			brand: 'brand',

			// Logo
			logo: {
				id: 'logo',
				alt: 'Logo',
				path: 'fileadmin/templates/alexgastro/images/logos/',
				file: {
					alex: 'Logo-Alex.png',
					alexbrasserie: 'Logo-Brasserie.png',
					alexeventlounge: 'Logo-Event-Lounge.png',
					allbarone: 'Logo-ABO.png'
				}
			},

		// End of file
			eof: 'void'

	};
