couldnt you just do something like this?
Code:
<a href={if $userinfo.membershipid eq "customer"}"/files/catalog.pdf"{else}"/files/non-profit.pdf"{/if}>
depending on what your membership names are, and where you're files are you'll have to edit it how you want it.