<!--
	localpath=location.href.substr(location.href.indexOf('tmp_dev/')+8);
//	localpath=location.href.substr(location.href.indexOf('release/')+8);
	if (localpath.indexOf('/') != -1) root='../';
	else root='';


	function init() {
		if (currentSection) document.images[currentSection].src=root+'images/nav_'+currentSection+'_on.gif';
	}
	
    function rollOver(which) {
		if (which==currentSection) return;
		if (document.images) document.images[which].src=root+'images/nav_'+which+'_on.gif';
	}
	
	function rollOut(which) {
		if (which==currentSection) return;
		if (document.images) document.images[which].src=root+'images/nav_'+which+'_off.gif';
	}

	function popAtlas() {
	popup=window.open(root+'atlas/index.html','atlaspopup','width=760,height=524,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
	}

	function popAtlasKV(tombID) {
	popup=window.open(root+'atlas/index_kv.asp?tombID='+tombID,'atlasKVpopup','width=760,height=524,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
	}
	
	function popAtlasTN() {
	popup=window.open(root+'atlas/index_tn.asp','atlasTNpopup','width=760,height=524,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
	}

	function popPhoto(id) {
		photopopupHD=window.open(root+'database/image.asp?ID='+id,'photo'+id,'width=550,height=540, 	toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1');
	}

	function popGlossary(id) {
		photopopupHD=window.open(root+'resources/glossary_pop.asp?ID='+id,'glossarypopup','width=550,height=270, 	toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1');
	}
	
	function imgHi(which) {
		if (document.layers) return;
		document.images[which].style.borderColor='#FFFFFF';
	}
	
	function imgLo(which) {
		if (document.layers) return;
		document.images[which].style.borderColor='#882300';
	}

//-->