<!--
//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"); 
var newwingal = window.open( PopURL, PopName, "address=0,width=760,height=600,resizable=1,scrollbars=1,screenX=300,screenY=200"); 
if(navigator.appName=="Netscape") newwin.focus(); 

}


//-->

