<script language="javascript" type="text/javascript"> <!-- function playSound(v) { if(v == 1) { parent.symbols[2] = '<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" filename="имя звука" src="адрес звука" width="0" height="0" autostart="true"></embed>'+"<p style='margin-top:2px; border:2px dashed #0000CC;background-color>"; parent.symbols[4] = '<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" filename="имя звука" src="адрес звука" width="0" height="0" autostart="true"></embed>'+"<p style='margin-top:5px; border:2px dashed #0000CC;background-white>"; } if(v == 0) { parent.symbols[2] = "<p style='margin-top:5px; border:2px dashed #0000CC;background-color>"; parent.symbols[4] = "<p style='margin-top:5px; border:2px dashed #0000CC;background-color>"; }} //--> </script> <input type="checkbox" id="sound" onclick="playSound(1); if(!this.checked) playSound(0);" title="Звук на сообщения" /><label for="sound">Звук</label>