<!--

// link goes nowhere
 		
	function nowhere()
	{
	}		


if (document.images){	
	
	
// home
		
		about_us_on = new Image();
		about_us_on.src = "imgs/home/nav/about_us_on.gif";
		about_us_off = new Image();
		about_us_off.src = "imgs/home/nav/about_us_off.gif";
		
		services_on = new Image();
		services_on.src = "imgs/home/nav/services_on.gif";
		services_off = new Image();
		services_off.src = "imgs/home/nav/services_off.gif";
		
		contact_us_on = new Image();
		contact_us_on.src = "imgs/home/nav/contact_us_on.gif";
		contact_us_off = new Image();
		contact_us_off.src = "imgs/home/nav/contact_us_off.gif";
		
		}
		
// hide email function
		var user;
		var domain;
		var suffix;

		function hideEmail(user, domain, suffix){
			document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + 'Contact Us' + '</a>');
		}
		
		function hideEmail2(user, domain, suffix){
			document.write('<a href="' + 'mailto:' + user + '@' + domain + '.' + suffix + '">' + user + '@' + domain + '.' + suffix + '</a>');
		}
