document.domain = "byu.edu";

function ehClear() {
  top.document.getElementById('ehighlightsFrame').src="http://humanities.byu.edu/sharedweb/blankec.php";
}

function reloadEvents(prog,fid) {
	suffix="";
	if(fid) {
		suffix="&fid="+fid;
	}
	leftURL = "http://humanities.byu.edu/sharedweb/featurePic?prog="+prog+suffix;
	rightURL = "http://humanities.byu.edu/sharedweb/featureCombo?prog="+prog+suffix;
	frames['ehFrame'].location.href=leftURL;
	frames['ecFrame'].location.href=rightURL;
}

function changeForms(value) {
	if (value=="http://humanities.byu.edu/humcoll/db/docs/docs.php") {
		frames['ecFrame'].location.href=value;
	}
	else {
		window.location.href=value;
	}
}
