MyMusic.addEventListener("timeupdate",Function (){
if(document.getElementById(cur)){
for (var i=0;i<ap.length;i++) {
ap[i].style.color="#625959";
ap[i].style.fontSize="14px";
}
document.getElementById(cur).style.color="red";
document.getElementById(cur).style.fontSize="18px";
if(ap[n+11].id==cur)
{
con.style.top=-20*n + "px";
n++;
}
}
});
if(document.getElementById(cur)){
for (var i=0;i<ap.length;i++) {
ap[i].style.color="#625959";
ap[i].style.fontSize="14px";
}
document.getElementById(cur).style.color="red";
document.getElementById(cur).style.fontSize="18px";
if(ap[n+11].id==cur)
{
con.style.top=-20*n + "px";
n++;
}
}
});