function ToggleLayer(LayerName) {
	Effect.toggle(LayerName, 'appear');
}

