function music_link(link,id,t)
{
        var link;

        document.getElementById(id).style.color='red';
        for(i=1;i<=t;i++)
        {
          if(i!=id)
          document.getElementById(i).style.color='black';
        }
        var a='<object type=\"application/x-shockwave-flash\" data=\"http://worldclubmusic.ru/files/dewplayer.swf?mp3=http://'+link+'&amp;bgcolor=FFFFFF\" width=\"200\" height=\"20\"><param name=\"movie\" value=\"http://worldclubmusic.ru/files/dewplayer.swf?mp3=http://'+link+'&amp;bgcolor=FFFFFF\"></object>';
        document.getElementById('musicbox').innerHTML=a;
}

function p_over(what,pic,u) {
    var f;
    var x = what.offsetLeft;
    var y = what.offsetTop;
    var site= 'http://worldclubmusic.ru';
    var url= site+'/releases/'+u+'.html';
    var Htext='<img id=\"pop_pic\" border=0>';
    f=Htext.link(url);
    document.getElementById('hint').innerHTML=f;
    document.getElementById('pop_pic').src='../../media/'+pic;

    document.getElementById('hint').style.left = x+what.offsetWidth-180;
    document.getElementById('hint').style.top = y-150;
    document.getElementById('hint').style.display = "";

}

function p_out(what) {
    document.getElementById('hint').style.display = "none";
}

function p_over_rel(what,pic,u) {
    var f;
    var x = what.offsetLeft;
    var y = what.offsetTop;
    var site= 'http://worldclubmusic.ru';
    var url= site+'/releases/'+u+'.html';
    var Htext='<img id=\"pop_pic\" border=0>';
    f=Htext.link(url);
    document.getElementById('hint').innerHTML=f;
    document.getElementById('pop_pic').src='../../media/'+pic;

    document.getElementById('hint').style.left = x+what.offsetWidth-110;
    document.getElementById('hint').style.top = y-10;
    document.getElementById('hint').style.display = "";

}

function p_out_rel(what) {
    document.getElementById('hint').style.display = "none";
}

function stop() {
         return true;
}