function EmbedFlash(swf,w,h)
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"\n');
    document.write('  codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"\n');
    document.write('  id="tempe-flash-top" width="'+w+'" height="'+h+'">\n');
    document.write('  <param name="movie" value="'+swf+'">\n');
    document.write('  <param name="quality" value="high">\n');
    document.write('  <param name="bgcolor" value="#000000">\n');
    document.write('  <embed name="tempe-flash-top" src="'+swf+'" quality="high" bgcolor="#000000"\n');
    document.write('    width="'+w+'" height="'+h+'"\n');
    document.write('    type="application/x-shockwave-flash"\n');
    document.write('    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');
    document.write('  </embed>\n');
    document.write('</object>\n');
}


function EmbedMusic(music)
{
    document.write('<EMBED src="http://www.boon-dah.com/'+music+'" autostart=true loop=false volume=90 \n');
    document.write('hidden=true><NOEMBED><BGSOUND src="http://www.boon-dah.com/'+music+'"></NOEMBED>\n');
}
