// JavaScript Document


function popUp(winURL) {
window.open("audiopopup.php", "popup", "width=590, height=290, scrollbars=no, resizable=no");
}