// JavaScript Document

function newWindowAUDIO(htmlfile) {
htmlWindow = window.open(htmlfile, 'newWin', 'width=450px,height=20,toolbar=no,status=yes,resize=yes,screenX=100,screenY=100,left=100,top=100,scrollbars=no')
htmlWindow.focus()
}

