// JavaScript Document
function send_mail(user,domain) { 
location='mailto:'+user+'@'+domain; 
} 

<!-- popup script -->
<!--

function EmmausGallery() {
window.open( "http://www.muchhope.org/much/photoalbumEmmaus/gallery.swf", "myWindow",
"status = 1, height = 605, width = 700, resizable = 1" )
}
function MarganetsGallery() {
window.open( "http://www.muchhope.org/much/photoalbumMarganets/gallery.swf", "myWindow",
"status = 1, height = 605, width = 700, resizable = 1" )
}

function ClinicGallery() {
window.open( "http://www.muchhope.org/much/photoalbumClinic/gallery.swf", "myWindow",
"status = 1, height = 650, width = 700, resizable = 1" )
}
//-->


