$(document).ready(function(){
	
	//Move menu from top of page to footer
	//$('#contentWrap .pageWide').prepend($('.bottom')); // move tab menu, which is currently display:none, from head to foot
	//$('.bottom').css('display', 'block'); // display tab menu
	
	$(".readmore").click(function(){
		$(".readmore").hide();
		//$("#seo-footer .remainder").show();
		$('.remainder').show().end().find('p.collapse').css('display','block');
		//$('#main').css('padding-bottom','571px');
	});
	$(".collapse").click(function(){
		$(".collapse").hide();
		//$("#seo-footer .remainder").hide();

		$('.remainder').hide().end().find('p.readmore').css('display','block');
		//$('#main').css('padding-bottom','235px');
	});
	
	$(".demoregistration").mouseover(function(){
		$('.message').show();
	});
	
	$(".demoregistration").mouseout(function(){
		$('.message').hide();
	});
	
	$(".demoregistration1").mouseover(function(){
		$('.message1').show();
	});
	
	$(".demoregistration1").mouseout(function(){
		$('.message1').hide();
	});
	
	$(".demoregistration2").mouseover(function(){
		$('.message2').show();
	});
	
	$(".demoregistration2").mouseout(function(){
		$('.message2').hide();
	});
	
	$(".demoregistration3").mouseover(function(){
		$('.message3').show();
	});
	
	$(".demoregistration3").mouseout(function(){
		$('.message3').hide();
	});
	
	$(".demoregistration4").mouseover(function(){
		$('.message4').show();
	});
	
	$(".demoregistration4").mouseout(function(){
		$('.message4').hide();
	});
	
	$(".demoregistration5").mouseover(function(){
		$('.message5').show();
	});
	
	$(".demoregistration5").mouseout(function(){
		$('.message5').hide();
	});
	
	$(".demoregistration6").mouseover(function(){
		$('.message6').show();
	});
	
	$(".demoregistration6").mouseout(function(){
		$('.message6').hide();
	});
	$(".demoregistration7").mouseover(function(){
		$('.message7').show();
	});
	
	$(".demoregistration7").mouseout(function(){
		$('.message7').hide();
	});
	$(".demoregistration8").mouseover(function(){
		$('.message8').show();
	});
	
	$(".demoregistration8").mouseout(function(){
		$('.message8').hide();
	});
	$(".demoregistration9").mouseover(function(){
		$('.message9').show();
	});
	
	$(".demoregistration9").mouseout(function(){
		$('.message9').hide();
	});
	$(".demoregistration10").mouseover(function(){
		$('.message10').show();
	});
	
	$(".demoregistration10").mouseout(function(){
		$('.message10').hide();
	});
	$(".demoregistration11").mouseover(function(){
		$('.message11').show();
	});
	$(".demoregistration11").mouseout(function(){
		$('.message11').hide();
	});
	
});
