$(document).ready(function(){					
  mainmenu();
  mainmenu2();

	/* Changing thedefault easing effect - will affect the slideUp/slideDown methods: */
	$.easing.def = "easeOutBounce";

});

