jQuery(document).ready(function(){
	jQuery("#btnClose, #btnShowCounter").click(function(){
		jQuery("#counterList, #counterMask").toggle();
	});
});
