	

 function print_mailto_link (nme, dom, spc) {
 			 document.write('<a href="mailto:' + nme + "@" + dom + '">' +  spc+ '</a>');
	}
	
 function print_mailto_link_img (nme2, dom2) {
 			 document.write('<a href="mailto:' + nme2 + "@" + dom2 + '">');
	}
	
	function send_request() {
  document.ContactForm.submit();
}
