function printEmailAddresses() 
   {
			  var usr;
			  var dom;
			  var tld;
			  var ady;
			  usr = "DrHenson";
			  dom = "Trauma-Relief";
			  tld = "com";
			  ady = usr + "@" + dom + "." + tld;
			  document.write("<a href=\"" + "mai" + "lto:" + ady + "\">" + "<SPAN style=\"FONT-SIZE: 14pt; COLOR: green; FONT-FAMILY: Arial\"><B>" +ady +"</B></SPAN></a>")
	 }
			
buttonup11 = new Image; buttondown11 = new Image;
buttonup11.src="http://www.trauma-relief.com/images/menu/button_diti_up.gif";
buttondown11.src="http://www.trauma-relief.com/images/menu/button_diti_down.gif";

function swapem(iname, gname) 
   {
			iname.src = gname.src;
   }    			
