jQuery().ready(function(){
	jQuery('#list1a').accordion({
		autoheight: false
	});
});
/*
$(function() {
    $('#nav').droppy({speed: 200});
});
*/
$(function(){
	$.fn.supersized.options = {  
		startwidth: 1920,  
		startheight: 1080,
		vertical_center: 1,
		slideshow: 0,
		navigation: 0,
		transition: 0, //0-None, 1-Fade, 2-slide top, 3-slide right, 4-slide bottom, 5-slide left
		pause_hover: 0,
		slide_counter: 0,
		slide_captions: 0,
		slide_interval: 3000  
	};
    $('#supersize').supersized(); 
});

function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
	}
