Simple html & jQuery
Money
Money Interest money interest $(function() { $("[name=toggler]").click(function(){ $('.toHide').hide(); $("#blk-"+$(this).val()).show('slow'); }); });
as in http://www.jsfiddle.net/eKFrW/