function DejMiEML(eml1,eml2) { 
	eml="mailto:"+eml1+String.fromCharCode(64)+eml2;
	window.open(eml,'');
}

