// JavaScript for Setlist.asp
function PopupWindow(theFile,id,stuff) {
    window.open(theFile,id,stuff);
}

