function mp3_play(loc, tit)
{ 
var OpenWindow=window.open("", "newwin", "height=30, width=350, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0");
OpenWindow.document.write("<html><head><title>"+tit+"</title><LINK rel=stylesheet href='style.css' type='text/css'></head><body></body></html>");
OpenWindow.close();

var OpenWindow=window.open("", "newwin", "height=30, width=350, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0");
OpenWindow.document.write("<html><head><title>"+tit+"</title><LINK rel=stylesheet href='style.css' type='text/css'></head><body><br><b>"+tit+"</b><br><br><embed height=30 width=340 src='"+loc+"'></embed></body></html>");
}

