function Contact(pIndex, pPath) {

	document.write('<a href="About.htm" onmouseover="this.href=ContactLink(' + pIndex + ')">');
	
	var x = '';
			 if (pIndex ==  1) {x = 'EMoffice'}
	else if (pIndex ==  2) {x = 'EMcoordinator'}
	else if (pIndex ==  3) {x = 'EMoffice2'}
	else if (pIndex ==  4) {x = 'EMmary'}
	else if (pIndex ==  5) {x = 'EMsuitcase'}
	else if (pIndex ==  6) {x = 'EMkbchristian'}
	else if (pIndex ==  7) {x = 'EMrcwmsnc'}
	else if (pIndex ==  8) {x = 'EMorders'}
	else if (pIndex ==  9) {x = 'EMallianceofbaptists'};
	
  document.write('<img border=0 align="top" src="' + pPath + 'images/' + x + '.gif" align="top" ');
	document.write('onMouseOver="this.src=\'' + pPath + 'images/' + x + 'H.gif\'" ');
	document.write('onmouseout="this.src=\'' + pPath + 'images/' + x + '.gif\'">');
	document.write('</a>');


};

function ContactLink(pIndex) {

	var x = '';
	     if (pIndex ==  1) {x = 'mai#coffice#aeewc#dcom'}
	else if (pIndex ==  2) {x = 'mai#ccoordinator#aeewc#dcom'}
	else if (pIndex ==  3) {x = 'mai#coffice#aeewc#dcom'}
	else if (pIndex ==  4) {x = 'mai#cmary#amarycartledgehayes#dcom'}
	else if (pIndex ==  5) {x = 'mai#csuitcase#amich#dcom'}
	else if (pIndex ==  6) {x = 'mai#ckbchristian#aearthlink#dnet'}
	else if (pIndex ==  7) {x = 'mai#crcwmsnc#aaol#dcom'}
	else if (pIndex ==  8) {x = 'mai#corders#a3rdmargaret#dcom'}
	else if (pIndex ==  9) {x = 'mai#cAllianceofBaptists#acompuserve#dcom'};
	
	x = x.replace('#c', 'lto:');
	x = x.replace('#a', '@');
	x = x.replace('#d', '.');
	
	return(x);

}

