$(document).ready(function()
	{	
	expandMenu(".expandmenu");
if(window.hs!=null)
		{
			hs.graphicsDir = img +"/graphics/";
			hs.align = 'center';
			hs.transitions = ['expand', 'crossfade'];
			hs.outlineType = 'glossy-dark';
			hs.fadeInOut = true;
			hs.dimmingOpacity = 0.75;
			
			
			// Add the controlbar
			if (hs.addSlideshow) hs.addSlideshow({
				//slideshowGroup: 'group1',
				interval: 3000,
				repeat: false,
				useControls: true,
				fixedControls: true,
				overlayOptions: {
					opacity: 0.6,
					position: 'top center',
					hideOnMouseOut: true
				}
			});

		}
})
