bib2html_dl_pdf = {myfile.pdf}, bib2html_dl_ps = {myfile.ps}
I modified bib2html.pl to increase flexibility. In my version you can achieve the same effect with:
bib2html_dl_link1 = {PDF: myfile.pdf}, bib2html_dl_link2 = {PS: myfile.ps}
And also add your own arbitrary types of links, like:
bib2html_dl_link3 = {Slides PDF: myfile_slides.pdf},
Look at the BibTeX file 'treypubs.bib' for an example.
You are welcome to use my modified version, but I have no plans to keep this up to date with future bib2html versions or document it further.
Hope somebody finds it useful.
-Trey Smith, June 2007