// JavaScript Document

jQuery(document).ready(function() {
								
		// simple accordion
		
	
		
		$('.group').accordion({
			autoheight: false,
			navigation: true,
			active: false,
			header: '.accheader',
			alwaysOpen: false
			
			
		});		
					$('#list1b').accordion({
			autoheight: false,
			navigation: false,
			active: false,
			header: '.catheader',
			alwaysOpen: false
			
			
		});		
		
			
								
$('#slideshow').cycle({ 
    fx:     'fade', 
    speed:  'slow', 
    timeout: 6000, 
    pager:  '#nav', 
    pagerAnchorBuilder: function(idx, slide) { 
        // return selector string for existing anchor 
        return '#nav li:eq(' + idx + ') a'; 
    } 
});


	
easing = 'Back';
		
		function loadEasing(e) {
			location.href = 'index.html'+e;
		}
		
		function setEasing(e) {
			loadLamps(e);
		}	
		
		
		
});