<!--
//used to make cells on the navigation clickable
var link = "true";
function Replace(url) {
	  // if url empty, do nothing
	  if (link == "") return;
	  // otherwise, set to url
	  else window.location.href = url;
	}


function popupgallery(PopURL, PopName) { 
var newwingal = window.open( PopURL, PopName, "toolbar=0,location=0,scrollbars=1,resizable=1,width=550,height=450"); 
if(navigator.appName=="Netscape") newwin.focus(); 

}

//-->
