// JavaScript Document

function go(num,id_mp3) 
{

  var movie = window["player"] || document["player"];
  movie.SetVariable("id_mp3",id_mp3);
  movie.goHome();
 // document.getElementById('player_div').style.top=((num)*25+10)+'px';
  
}

//--------------------------------------------------------------------------



