function hidemail(containerelement,elementid) {
	if (document.getElementById(containerelement)) {
	var erp = new Array;
	erp[0] = 1835100524; erp[1] = 1080320621; erp[2] = 1701079393; erp[3] = 778201466; erp[4] = 1044266556; erp[5] = 1010593121; erp[6] = 1768702052; erp[7] = 1651336548; erp[8] = 1767976546; erp[9] = 27002; 
	var em = '';
	var tmp;
	for(i=0;i<erp.length;i++){
		tmp = erp[i];
		if(Math.floor((tmp/Math.pow(256,3)))>0){
			em += String.fromCharCode(Math.floor((tmp/Math.pow(256,3))));
		};
		tmp = tmp - (Math.floor((tmp/Math.pow(256,3))) * Math.pow(256,3));
		if(Math.floor((tmp/Math.pow(256,2)))>0){
			em += String.fromCharCode(Math.floor((tmp/Math.pow(256,2))));
		};
		tmp = tmp - (Math.floor((tmp/Math.pow(256,2))) * Math.pow(256,2));
		if(Math.floor((tmp/Math.pow(256,1)))>0){
			em += String.fromCharCode(Math.floor((tmp/Math.pow(256,1))));
		};
		tmp = tmp - (Math.floor((tmp/Math.pow(256,1))) * Math.pow(256,1));
		if(Math.floor((tmp/Math.pow(256,0)))>0){
			em += String.fromCharCode(Math.floor((tmp/Math.pow(256,0))));
		};
	};	
	var tmp = new Array;
	tmp = em.split('>>><<<');
	em = tmp[0];
	var an = tmp[1];
	var nl = document.createElement('a');
	nl.setAttribute('id', elementid);
	nl.setAttribute('href', 'mailto:' + em);
	document.getElementById(containerelement).appendChild(nl);
	document.getElementById(elementid).innerHTML = an;
	}
}

