//-- Chapu Midi Player

function chaplayer(pTitle,pMidi)

  {
    var vURL="../../chapuplayer.asp?title="+pTitle+"&n="+pMidi;
    window.open(vURL,'newin',config='width=40 height=40')
  }


//-- EO of the Script

  
