// JScript source code
function onLoad(DivID, CLSID, ObjectID,
                       WIDTH, HEIGHT, URL, AUTOSTART)
{
  
 // var d = document.getElementById(DivID);
 /* d.innerHTML = '<object classid=' + CLSID + ' id=' + ObjectID + 
    ' width=' + WIDTH + ' height=' + HEIGHT + '><param name="URL"  value=' + URL + 
    '><param name="LOOP" value="true"><param name="autoStart" value=' + AUTOSTART + '></object>';
 */ 

 //var myList = document.getElementById(DivID)
 try{
 
 var win= window.open("","_blank",
 "toolbar=no,location=yes, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, copyhistory=yes, width=440, height=250")
 win.document.open("text/html","replace");
 win.document.writeln('<embed src=' + URL + ' width=' + WIDTH + ' height=' + HEIGHT + ' autostart="true"  type="audio/mp3"  loop="true" >')
  win.document.writeln("<br/><a href='steelpan/Island Music - Steel Drums and percussion from Cool Runnings.mp3' >") 
win.document.writeln("Island Music - Steel Drums and percussion from Cool Runnings</a> <br /> ") 
win.document.writeln("<a href='steelpan/Steel Pan Hindi instrumental - Kuch Kuch Hota Hai.mp3' >Steel Pan Hindi instrumental - Kuch Kuch Hota Hai</a> <br /> ") 
win.document.writeln("<a href='steelpan/Steel Pan - Steel Drums Of Trinidad - Wedding March - Tchaikovsky.mp3'>Tchaikovsky - Wedding March</a> <br /> ")
win.document.writeln("<a href='steelpan/Calypso - Steel Drums of The Caribbean - Brazilian Love Song.mp3 '>Calypso - Steel Drums of The Caribbean - Brazilian Love Song</a>  <br /> ")
win.document.writeln("<a href='steelpan/Island Music - Caribbean Steel Drums - Steel Drum Jam.mp3' >Island Music - Caribbean Steel Drums - Steel Drum Jam</a>  <br /> ")
win.document.writeln("<a href='steelpan/Steel Drum Bands of Trinidad & Tobago - Pan in A Minor.mp3' >Steel Drum Bands of Trinidad & Tobago - Pan in A Minor</a>  <br /> ")
 win.document.close()
 }
 catch (e) {
 alert ("To listen to the music ensure that Pop-up blocker is off for this site.")
 }
  
  }
  
  function playMusic(DivID, CLSID, ObjectID,
                       WIDTH, HEIGHT, URL, AUTOSTART) {
  
  var myList = document.getElementById('myList')
   myList.innerHTML = ('<embed src=' + URL + ' width=' + WIDTH + ' height=' + HEIGHT + ' autostart="true"  type="audio/mp3"  loop="true" >')
 // win.document.writeln("<br/><a href='steelpan/Island Music - Steel Drums and percussion from Cool Runnings.mp3' >") 

  
  
  }
  