jQuery(document).ready(function() {
	// find the elements to be eased and hook the hover event
	jQuery('.jimgMenu ul').kwicks({max: 300, duration: 300, easing: 'easeOutQuad', complete: 'callback'});
});
