

		/*
			java script for Bildungszentrum Niederstetten
		*/			

	
		function loader(action)
		{
			if(action == true)
			{
			 document.getElementById('overlayloading').style.display = 'block';
			}
			else
			{
			 document.getElementById('overlayloading').style.display = 'none';
			}
		}			

		window.addEvent('domready', function() {		
		    
		    /* ReMooz */
		    
		    ReMooz.assign();			

		    /* SmoothScroll */
		    		    
			new SmoothScroll({ duration:700, wait: false, wheelStops: true }, window);		    		

		    /* Suche */		
			
			var myslide = new Fx.Slide($('searchtoggler'), {mode: 'vertical'}).hide();
				
			$('strigger').addEvent('click', function(e){
					e.stop(); myslide.toggle();				
			});						

		    new Autocompleter.Request.JSON('sfield', 'ajax/ajax_inc.php?pluginid=1200', {
			       'postVar': 'string'
		    });						
			
			
		});	
