$(function() {

	$("#hidTxt").click(function(){
		$("#secret").slideToggle();
	});

});
