jQuery(document).ready(function() {
	jQuery('.showPropertiesTable').click(function() {
	  jQuery('table.propertiesTable').toggle();
	});
});

