function anim_sound()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100" height="26">\n');
   document.write('<param name="movie" value="sound.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="wmode" value="transparent" />\n');
   document.write('<embed src="sound.swf" width="100" height="26" wmode="transparent"></embed>');
   document.write('</object>');
}