function set_srcs(){ if(!window.top.frames[0].bgsound_enabled) document.all.bg_music.src = "../../design/images/Music_d.gif"; path=document.URL.substring(0, document.URL.indexOf("content")); re = /file:///; path = path.replace(re, "file:/"); re = /%20/g; path = path.replace(re, " "); document.all.evntsnd.FileName = path +"content/sounds/events/glossary.wav"; if(!window.top.frames[0].eventsound_enabled) document.all.event_music.src = "../../design/images/Sound_d.gif"; try { if(window.top.frames[0].eventsound_enabled) { document.all.evntsnd.Play(); } else { document.all.evntsnd.Stop(); } }catch(e){} }
\n');