<!-- Hide from old browsers
	if(document.images)
	{
		toc1off = new Image(); toc1off.src = "images/shared/b_services_off.gif";
		toc2off = new Image(); toc2off.src = "images/shared/b_furniture_off.gif";
		toc3off = new Image(); toc3off.src = "images/shared/b_gallery_off.gif";
		toc4off = new Image(); toc4off.src = "images/shared/b_press_off.gif";

		toc1on = new Image(); toc1on.src = "images/shared/b_services_on.gif";
		toc2on = new Image(); toc2on.src = "images/shared/b_furniture_on.gif";
		toc3on = new Image(); toc3on.src = "images/shared/b_gallery_on.gif";
		toc4on = new Image(); toc4on.src = "images/shared/b_press_on.gif";
	}

	function changeImage(oldName, newName)
	{
		if (document.images)
		{
			newSource = eval(newName + ".src");
			document[oldName].src = newSource;
		}
	 }

	function openWin(popupURL)
	{
		popup = window.open(popupURL, "window",'toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1');
	}

function getELink(uname,linkText,linkClass)
{
	var domain = 'kellygaleamen.com';
	var Addr1 = uname + '@';
	var Addr2 = Addr1 + domain;
	var directive = 'mailto:';
	if (linkText == '')
	{
		linkText = Addr2;
	}
	document.write('<a href="' + directive + Addr2 + '" class="' + linkClass +'">' + linkText + '</a>');
}

// Stop hiding from old browsers -->
