<!--

// link goes nowhere
 		
	function nowhere()
	{
	}		


if (document.images){	
	
	
// nav
		
		home_on = new Image();
		home_on.src = "/imgs/nav/home_on.gif";
		home_off = new Image();
		home_off.src = "/imgs/nav/home_off.gif";
		
		projects_on = new Image();
		projects_on.src = "/imgs/nav/projects_on.gif";
		projects_off = new Image();
		projects_off.src = "/imgs/nav/projects_off.gif";
		
		about_on = new Image();
		about_on.src = "/imgs/nav/about_on.gif";
		about_off = new Image();
		about_off.src = "/imgs/nav/about_off.gif";
		
		contact_on = new Image();
		contact_on.src = "/imgs/nav/contact_on.gif";
		contact_off = new Image();
		contact_off.src = "/imgs/nav/contact_off.gif";
		
		associates_on = new Image();
		associates_on.src = "/imgs/nav/associates_on.gif";
		associates_off = new Image();
		associates_off.src = "/imgs/nav/associates_off.gif";
		
		}
		
// hide email function
		var user;
		var domain;
		var suffix;

		function hideEmail(user, domain, suffix){
			document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + user + '@' + domain + '.' + suffix + '</a>');
		}


// pop up window
		
function popUpStore(url)
	{
		sealWin=window.open(url,"win",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=306,height=450');
		self.title = "new view";
	}
		
// -->