I want to change the style (second line below) to remove the display: none; part when the user clicks on the \"Show All Tags\" link. If the user clicks the \"Sh
display: none;
you can do this easily by using jquery using .css property... try this one: http://api.jquery.com/css/