<!--



function ChgImg(ImNm, Vsbl){
	if (document.images) {
    document.images[ImNm].src = "images/"+ImNm + (Vsbl ? "_" : "") + ".gif";}
	}

function eventWin(whichEvent,width,height) {
	var options = "scrollbars=yes,resizable=yes,menubar=no,titlebar=no,height=" + (height+100) + ",width=" + (width+20);
	newWin = window.open(whichEvent,"eventPopup", options);
}

//-->