$(document).ready(function() {
	$('#menu').lavaLamp({
	fx: 'easeOutQuint',
	speed: 850,
	homeWidth: 0,
	homeHeight: 0
	});												 
});