function mainmenu(){}
 
$(document).ready(function(){					
mainmenu();

	$(function() {
		$('#nav').droppy({speed: 100});
	});
	
});