// JavaScript Document
$(function() {
	$("#menuup").lavaLamp({
		fx: "backout",
		speed: 700,
		click: function() {}
	});
}); 
