// JavaScript Document
function audioWindow(html, wname) {
    window.open(html+".html",wname,"status,height=500,width=500")    
}