





 function openMP(theURL,winName,features)
 
{

win=window.open("MP3/"+theURL,winName,features);

win=setInterval('MP_check()',30);
}

function MP_check(){

if (win.closed){

clearInterval(win);

} 

}



















