// JavaScript Document
function openListWindow(theURL,winName,features) { //v2.0
  window.open('/listsignup.htm','listwindow','scrollbars=no,width=500,height=450');
}
function openRevWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openPlayerWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}