function testlink() {
	thelink=document.eventfrm.URL.value;
	if (thelink == "" ) {alert('Please enter a valid URL.\nExample: http://www.yahoo.com'); }
	else
		{
		newWd=open(thelink,"newWindow","scrollbars=yes,toolbar=no,location=yes,directories=no,status=no,menubar=no,resizable=yes,width=640,height=480");
		if (newWd.focus() ) {newWd.focus();}
		}
	}

function testpix(fieldname) {
		showpix(fieldname);		
	var thelink=document.eventfrm[fieldname].value;
		if (thelink == "") {
			alert('Please enter a valid URL for the picture.\nExample: http://www.bkjproductions.com/images/bkjlogo.gif'); 
			thelink="../upcoming/images/";
		}

	newWd=open(thelink,"newWindow","scrollbars=yes,toolbar=no,location=yes,directories=no,status=no,menubar=no,resizable=yes,width=480,height=480");
		if (newWd.focus() ) {newWd.focus();}
	}


function showpix(fieldname) {
	var thelink=document.eventfrm[fieldname].value;
	document.images[fieldname + "graphic"].src=thelink;
}


function showbanner(fieldname) {
	var it = document.eventfrm.bannerchoice.selectedIndex;
	// var answer=document.eventfrm.bannerchoice.options[it].text;
	var aval=document.eventfrm.bannerchoice.options[it].value;
	document.eventfrm[fieldname].value=aval
	document.images[fieldname + "graphic"].src=aval;
}

function popwindow(x) {
	var windowattributes="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=630,height=420,screenX=100,screenY=10,left=100,top=10";
	msgWindow=window.open(x,"displayWindow",windowattributes);
	if (window.msgWindow) {window.msgWindow.focus(); }
	}

function popsquare(x) {
	var windowattributes="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=210,height=210,screenX=100,screenY=10,left=100,top=10";
	msgWindow=window.open(x,"displayWindow",windowattributes);
	if (window.msgWindow) {window.msgWindow.focus(); }
	}

function popbanner(x) {
	var windowattributes="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=600,height=72,screenX=100,screenY=10,left=100,top=10";
	msgWindow=window.open(x,"displayWindow",windowattributes);
	if (window.msgWindow) {window.msgWindow.focus(); }
	}


function gobanner() {
	document.location.href="http://www.alzmass.org/";
	}
function gosquare() {
	document.location.href="http://www.alzmass.org/donate/";
	}

