// JavaScript Document
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
function cvQRPop() {
	var cvURL = "http://support.madd.org/site/QuickReg?QREG_STYLE=8" + 
	"\u0026QREG_INCLUDE_INTERESTS=TRUE" + 
	"\u0026QREG_EXTERNAL_CONTENT=	FALSE" + 
	"\u0026QREG_BUTTON_TEXT=REGISTER" + 
	"\u0026QREG_COMPLETE=NONE" +
	"\u0026TS=" + new Date().getTime() +
	"\u0026NEXTURL=HTTP://support.madd.org/reg_thanks";
	var cvFoo = window.open(cvURL, 'Select', 'scrollbars=yes,resizable=yes,alwaysRaised=yes,dependent=yes,width=440,height=560');
}
//-->