function topWav() 
{
if (document.all)
 {
  document.all.auIEEmb.src = "../dhtml/sounds/top.wav";
 }
}
function openWav() 
{
if (document.all)
 {
  document.all.auIEEmb.src = "../dhtml/sounds/open.wav";
 }
}