<!--
SetTag('2');
SetPath('/images/');
Load('contact.gif',55,6,'Contact','contact');

function h (thing,menu,onoff)
	{

	  if (!document.all && !document.getElementById){return;}

	  if (onoff == 1)
		{
		 lastbgcolor = thing.style.backgroundColor;
		 thing.style.borderLeft      = '1px #E9D3A7 solid';
		 thing.style.borderTop       = '1px #E9D3A7 solid';
		 thing.style.borderRight     = '1px #AD8637 solid';
		 thing.style.borderBottom    = '1px #AD8637 solid';
		 thing.style.backgroundColor = '#FFFFFF';
		 thing.style.cursor          = 'hand';
		}
	  else
	    {
	     if (menu == 1){color = "#F9F4E9";} else {color="#E5E1D7";}
		 thing.style.backgroundColor = color;
		 thing.style.borderLeft      = '1px ' + color + ' solid';
		 thing.style.borderTop       = '1px ' + color + ' solid';
		 thing.style.borderRight     = '1px ' + color + ' solid';
		 thing.style.borderBottom    = '1px ' + color + ' solid';
	    }
	}

function go (where)
	{
	 document.location = where;
	}


//-->