jQuery(document)
	.ready(function(){
		//menu 
		if(window.location.pathname.indexOf("Home")!=-1){
			$('#mask')
				.css({
					'height':$('#panel-0').height()+38
				});
	
			$("#panel-0")
				.fadeIn();
			
			$("#menu")
				.addClass('showSubItems');
			
			$('div.navigation.main li[title=panel-0]')
				.addClass("active")
				.addClass("subItems")
				.addClass("opened");
		}

		$('div.navigation.main li')
			.bind('click', 
					function() {

						var 
							$this = $(this),
							$current2 = 
								$('#mask')
									.height()-39,
							$panelheight = 
								$("#"+$this
										.attr("title"))
											.height();
						
						if(!$this.hasClass('opened')){

							$("#menu div.navigation.main li.active")
								.removeClass("active");
							
							$("div.navigation.main li.subItems")
								.removeClass("subItems");
	
							if($panelheight != 0){
								$this
									.addClass("subItems");
								$("#menu")
									.addClass('showSubItems');
							}
							
							$this
								.addClass("active");
							
							

							if($panelheight != $current2){
								$('#mask')
									.animate({
												'height': ($panelheight==0) ? $panelheight+39 : $panelheight+39
											}, {
												duration: 500,
												queue:false,
												complete: function() {
													$("#menu #mask div.content")
														.hide()
													$("#"+$this.attr("title"))
														.fadeIn();
													window.location.href = 
														$('a', $this)
															.attr('href')
													$this
														.addClass('opened')
												}
											}
										);
							}else{
								window.location.href = 
									$('a', $this)
										.attr('href')
							}
						}
						return false;
			})

		//banner slider
		$('div.action')
			.toggle(
				function() {

					$(this)
						.removeClass('close')
						.addClass('open');

					$('div#scene')
						.animate({
							"height": "160px"
						}, 700, 'linear', function() {
							$('div#scene div.imageSlider')
								.css({
									height:"160px"
								});
						});
			}, function() {
				$(this)
					.removeClass('open')
					.addClass('close');

				$('div#scene div.imageSlider')
					.css({
						height:"420px"
					});

				$('div#scene')
					.animate({
						"height": "420px"
					}, 500, 'linear');
			});

		//google maps
		if($('div#map').length == 1){
			var locations = [
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/location1.png" alt="KWS Zentrale" title="KWS Zentrale" /></div><h4>KWS Zentrale</h4>Hamburger Chaussee 6<br />24114 Kiel<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Hamburger+Chaussee+6,+24114+Kiel %28KWS+Zentrale%29" target="_blank">Zum Routenplaner</a></div>', 54.307750805138326, 10.123729705810547, 1, 'location1','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Edisonstraße 15<br />24145 Kiel<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Edisonstraße+15,+24145+Kiel %28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 54.27654143643431, 10.155744552612305, 2, 'location2','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Ziethenstraße 14a<br />22041 Hamburg<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Ziethenstra%C3%9Fe+14a,+22041+Hamburg%20%28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 53.57636821114249, 10.0999116897583, 3, 'location3','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Bayernstraße 151<br />28219 Bremen<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Bayernstraße+151,+28219+Bremen %28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 53.105042246818286, 8.799276351928711, 4, 'location4','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Hannoversche Straße 54d<br />30916 Isernhagen<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Hannoversche+Straße+54d,+30916+Isernhagen, %28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 52.43324138366152, 9.857954978942871, 5, 'location5','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt=KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Frankfurter Weg 27<br />33106 Paderborn<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Frankfurter+Weg+27,+33106+Paderborn %28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 51.698565678999714, 8.731555938720703, 6, 'location6','marker_haus.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Am Windpark 38<br />41515 Grevenbroich<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Am+Windpark+38,+41515+Grevenbroich %28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 51.06032158320455, 6.626729965209961, 7, 'location7','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/location8.png" alt="KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Myhler Straße 83<br />41836 Hückelhoven<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Myhler+Straße+83,+41836+Hückelhoven %28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 51.08105869237623, 6.188178062438965, 8, 'location8','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Tecklenborn 34<br />44143 Dortmund<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Tecklenborn+34,+44143+Dortmund %28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 51.5272382605545, 7.515721321105957, 9, 'location9','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/location10.png" alt="KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Katernberger Straße 107<br />45327 Essen<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Katernberger+Straße+107,+45327+Essen %28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 51.503816812505185, 7.052750587463379, 10, 'location10','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/location11.png" alt="KWS Niederlassung" title="KWS Niederlassung" /></div><h4>KWS Niederlassung</h4>Daimlerstraße 36<br />50170 Kerpen<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Daimlerstraße+36,+50170+Kerpen %28KWS+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 50.89758184145242, 6.666426658630371, 11, 'location11','marker_kws.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="Sicherheit-Nord Niederlassung" title="Sicherheit-Nord Niederlassung" /></div><h4>Sicherheit-Nord Niederlassung</h4>Weinböhlaer Straße 7<br />01689 Niederau<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Weinböhlaer+Straße+7,+01689+Niederau, %28Sicherheit-Nord+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 51.17392440193088, 13.553824424743652, 12, 'location12','marker_nord.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="Sicherheit-Nord Niederlassung" title="Sicherheit-Nord Niederlassung" /></div><h4>Sicherheit-Nord Niederlassung</h4>Hallesche Straße 190<br />04159 Leipzig-Lützschena<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Hallesche+Straße+190,+04159+Leipzig-Lützschena, %28Sicherheit-Nord+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 51.385216530564506, 12.271556854248047, 13, 'location13','marker_nord.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="Sicherheit-Nord Niederlassung" title="Sicherheit-Nord Niederlassung" /></div><h4>Sicherheit-Nord Niederlassung</h4>Ringstraße 44/45<br />12105 Berlin<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Ringstraße+44,+12105+Berlin, %28Sicherheit-Nord+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 52.44281668153387, 13.375554084777832, 14, 'location14','marker_nord.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="Sicherheit-Nord Niederlassung" title="Sicherheit-Nord Niederlassung" /></div><h4>Sicherheit-Nord Niederlassung</h4>Schnackenburgallee 149<br />22525 Hamburg<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Schnackenburgallee+149,+22525+Hamburg, %28Sicherheit-Nord+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 53.590507812536046, 9.904303550720215, 15, 'location15','marker_nord.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="Sicherheit-Nord Niederlassung" title="Sicherheit-Nord Niederlassung" /></div><h4>Sicherheit-Nord Niederlassung</h4>Altonaer Straße 154<br />24539 Neumünster<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Altonaer+Straße+154,+24539+Neumünster, %28Sicherheit-Nord+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 54.05877327048603, 9.980521202087402, 16, 'location16','marker_nord.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="Sicherheit-Nord Niederlassung" title="Sicherheit-Nord Niederlassung" /></div><h4>Sicherheit-Nord Niederlassung</h4>Schloßplatz 8<br />24768 Rendsburg<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Schloßplatz+8,+24768+Rendsburg, %28Sicherheit-Nord+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 54.30664911147703, 9.662089347839355, 17, 'location17','marker_nord.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="Sicherheit-Nord Niederlassung" title="Sicherheit-Nord Niederlassung" /></div><h4>Sicherheit-Nord Niederlassung</h4>Norderstraße 130-132<br />24939 Flensburg<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Norderstraße+130-132,+24939+Flensburg, %28Sicherheit-Nord+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 54.79525712361671, 9.430561065673828, 18, 'location18','marker_nord.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/location19.png" alt="WSD Niederlassung" title="WSD Niederlassung" /></div><h4>WSD Niederlassung</h4>Grubenstraße 33<br />18055 Rostock<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Grubenstraße+33,+18055+Rostock, %28WSD+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 54.091380708906456, 12.143239974975586, 19, 'location19','marker_wsd.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="WSD Niederlassung" title="WSD Niederlassung" /></div><h4>WSD Niederlassung</h4>Am Waldrand 1<br />18209 Bad Doberan<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Am+Waldrand+1,+18209+Bad+Doberan, %28WSD+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 54.105221679982286, 11.928620338439941, 20, 'location20','marker_wsd.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="WSD Niederlassung" title="WSD Niederlassung" /></div><h4>WSD Niederlassung</h4>Rövertannen 21b<br />18273 Güstrow<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Rövertannen+21b,+18273+Güstrow, %28WSD+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 53.79866368027377, 12.20980167388916, 21, 'location21','marker_wsd.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="WSD Niederlassung" title="WSD Niederlassung" /></div><h4>WSD Niederlassung</h4>Greifswalder Chaussee 43<br />18439 Stralsund<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Greifswalder+Chaussee+43,+18439+Stralsund, %28WSD+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 54.292249267637615, 13.092784881591797, 22, 'location22','marker_wsd.png'],
				['<div class="gmaps"><div class="image"><img src="../shared/nps/locations/placeholder.png" alt="WSD Niederlassung" title="WSD Niederlassung" /></div><h4>WSD Niederlassung</h4>Geschwister-Scholl-Str. 4-6<br />19053 Schwerin<br /><a href="http://maps.google.de/maps?li=d&hl=de&f=d&iwstate1=dir:to&daddr=Geschwister-Scholl-Str.+4-6,+19053+Schwerin, %28WSD+Niederlassung%29" target="_blank">Zum Routenplaner</a></div>', 53.62699413877591, 11.411018371582031, 23, 'location23','marker_wsd.png']
			];

			var map = new google.maps.Map(document.getElementById("map"),{
				zoom: 6,
				center: new google.maps.LatLng(53.207750805138326, 8.523686790466309),
				mapTypeId: google.maps.MapTypeId.ROADMAP
			});

			var infowindow = new google.maps.InfoWindow();
			var marker, i;
			var markerArray = new Array();

			for (i = 0; i < locations.length; i++) {  
				marker = new google.maps.Marker({
					position: new google.maps.LatLng(locations[i][1], locations[i][2]),
					map: map,
					icon: '../shared/nps/'+locations[i][5]
				}
				
				);
				
				markerArray[i] = marker;
				google.maps.event.addListener(marker, 'click', (function(marker, i) {
					return function() {
						infowindow.setContent(locations[i][0]);
						infowindow.open(map, marker);
					}
				})(marker, i));

				$('#'+locations[i][4])
					.bind('click', {index:i}, function(e){
						infowindow.setContent(locations[e.data.index][0]);
						infowindow.open(map, markerArray[e.data.index]);
					})
			}	
		}
		
		//image slider
		jQuery('#bannerImageSlider')
			.ulslide({
				width: 980,
				height: 'auto',
				bnext: '#bannerNext',
				bprev: '#bannerPrev',
				affect: 'fade',
				axis: 'x',
				autoslide: 5000
			});

		jQuery('#contentImageSlider')
			.ulslide({
				width: 500,
				height: 'auto',
				bnext: '#conentNext',
				bprev: '#conentPrev',
				affect: 'fade',
				axis: 'x',
				autoslide: 5000
			});

			$('.tabmenu')
				.tabmenu(
					{
						activeClass: 'first tabmenu opened active',
						menuSelector: '.tabs ul:first li a',
						tabSelector: 'div.content'
					}
				);
	}
);

