$(function(){
	$('.ad-tab').tabSlideOut({
    	tabHandle: '.ad-handle',                             
    	pathToTabImage: '/assets/images/ad-red.jpg',          
    	imageHeight: '169px',                               
    	imageWidth: '28px', 
        topPos: '189px',
    	tabLocation: 'left'});
	$('.wo-tab').tabSlideOut({
	   	tabHandle: '.wo-handle',                             
	   	pathToTabImage: '/assets/images/wo-blue.jpg',          
	   	imageHeight: '169px', 
		topPos: '358px',
	   	imageWidth: '28px',                               
	   	tabLocation: 'left'});
	$('.em-tab').tabSlideOut({
	   	tabHandle: '.em-handle',                              
	   	pathToTabImage: '/assets/images/em-orange.jpg',          
	   	imageHeight: '169px',                               
	   	imageWidth: '28px',                              
	   	tabLocation: 'left',                               
		topPos: '527px'});});
$(function(){
			// Option set as a global variable
			$.fn.loopedSlider.defaults.addPagination = false;
			//$.fn.loopedSlider.defaults.autoHeight = 1;
			$('#loopedSlider').loopedSlider();});


ddsmoothmenu.init({
	mainmenuid: "smoothmenu1", //menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu'});
