function openListWindow(theURL,winName,features) { //v2.0
  window.open('resources/pages/listsignup.htm','listwindow','scrollbars=no,width=500,height=450');
}

function openTermsWindow(theURL,winName,features) { //v2.0
  window.open('resources/pages/terms.htm','terms','scrollbars=yes,width=550,height=525');
}

function openDLDWindow(theURL,winName,features) { //v2.0
  window.open('resources/pages/dl_disclaimer.htm','downloads','scrollbars=no,width=350,height=370');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openGalWin(theURL,name,features) { //v2.0
 	window.open(theURL,'','scrollbars=no,width=550,height=560');
}