<!--
// Common Javascript
if ( self.location.href.indexOf('collection') != -1 || self.location.href.indexOf('experience') != -1 || self.location.href.indexOf('memory') != -1 || self.location.href.indexOf('resources') != -1 || self.location.href.indexOf('non-flash') != -1) {
	root='../';
} else {
	root='';
}


function rollOver(which,how) {
	if (document.images) {
		eval('document.images.'+which).src=root+'images/'+which+'_'+how+'.gif';
	}
}

function popImage(ID) {
	popup=window.open(root+'collection/image.asp?ID='+ID,'imgpopup','width=760,height=500,toolbar=0,location=0,directories=0,status=0,menubar=1,scrollbars=1,resizable=1');
}


function popMemory() {
	popup=window.open(root+'memory/disclaimer.html','disclaimerpopup','width=450,height=470,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
}

function popTranscript(what) {
	popup=window.open(root+'transcript.html#'+what,'transcriptpopup','width=500,height=525,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0');
}







//-->
