$(document).ready(function() 
{
	$('#submenu_content').hide().html($('#menucontent').html()).fadeIn(50);
});