dayName = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
monName = new Array ("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December")
now = new Date

var wsize;
var hsize;

function select_link(linkurl, wsize, hsize, scbar, mnbar)	{
        muchPop = window.open(linkurl,"muchpop","width= "+wsize+",scrollbars="+scbar+",height= "+hsize+",menubar="+mnbar+",toolbar=no,status=yes,location=no");
		window.muchPop.focus();
        }

function popWindow(linkurl, wsize, hsize, scbar, mnbar, sizeable, tb, st, loc)	{
        muchPop = window.open(linkurl,"muchpop","width= "+wsize+",scrollbars="+scbar+",resizable="+sizeable+",height="+hsize+",menubar="+mnbar+",toolbar="+tb+",status="+st+",location="+loc);
		window.muchPop.focus();
        }

function launchMailer(d)
{
	theAddr = d.email.value;
	if (theAddr.indexOf(".")>1 && theAddr.indexOf("@")>1)
	{
		window.open('/connect/newsletter/addnow.asp?email=' + theAddr,'newsletterWindow','height=300,width=300;menubar=no,toolbar=no');
		d.email.value = '';
	}else{
		alert("You must enter a valid email address");
	}
	return false;
}

function MM_jumpMenu(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

