To stop the music, we need to know the code that you used to start it in the first place. I found a page on your site with a media player object/embed tag. If that is the media player you are using, then:
Code:
<a href="http://york1952.tripod.com/hbrucedowneygrandkids.html"
target="_blank" onclick="if(document.all&&!window.opera){document.getElementById('mediaplayer1').stop()} else{document.getElementById('mediaplayer1').style.display='none'};return true;"><img name="im" src="http://filebox.vt.edu/users/hdowney/HarvardJessKris91.jpg" border="0" title=" Go To Grandkids "/></a>
will do the trick. BTW, in an unrelated matter, the target part should be as I have it (target="_blank").
Bookmarks