$(document).ready(function() {
	//Start The Fadebox
	$('.fadebox div').dumbCrossFade({'index': 1, 'slideType':'fade','doHoverPause': false, 'showTime': 3500, 'transitionTime': 1000 });

	//Enable the menus
	$('#jsddm > li').bind('mouseover', jsddm_open);
	$('#jsddm > li').bind('mouseout',  jsddm_timer);
	document.onclick = jsddm_close;			
});



