function callmail2(em,typeclass) {
	if (em=="ma")
	{
		add="cbd.nat" + "ural@gm" + "ail.c";
	} else if (em=="sa") 
	{
		add="cbd.nat" + "ural@gm" + "ail.c";
	}
	else if (em=="in") 
	{
		add="cbd.nat" + "ural@gm" + "ail.c";
	}
	add=add + "om";
	output="<a class=" + typeclass + " href=\"mai" + "lto:" + add;
	output=output +"\">" + add + "</a>";
	return output;
}

function hideall(thisid) {
	if (thisid!='Massage') {
		$('Massage').fade(); 
	}
	if (thisid!='Facial') {
		$('Facial').fade();
	}
	if (thisid!='Acupuncture') {
		$('Acupuncture').fade(); 
	}
	if (thisid!='Energy') {
		$('Energy').fade(); 
	}
	if (thisid!='Thermal') {
		$('Thermal').fade();
	}
}
