$(document).ready(function(){
	$('.show-explination').click(function(){$('p.explination').toggle();return false;});
	$('#textile_help_reveal').click(function(){$('#textile_help').toggle();return false;});
	$('#submit').click(function(){$('#loader').show();});
}); 