Event.observe(window, 'load', function(e) {
	$$('div.menu').each(function(s){
		Element.insert($$('body').first(), s);
	});
});