// Enables sound on mouseover (IE only)
try 
{
function PlaySound(url) {
document.all.sound.src = url;
}
}
catch(error){}