function musicbg(){
v=window.open('music/index.htm','musicbgw',
'left=20,top=20,width=150,height=80,toolbar=0,resizable=0');

} 

function closemusic(){
if(window.v){window.v.close();}
}