$(document).ready( function () {
	$("#hideControls").click( function () {
		$("#editLayer").hide();
		alert("Refresh your browser to display the controls again.");
	});
});


