function fnMailTo(t){
	var m="",f="",strAdd="";
	
	switch(t){
		case 1: //test
		f=String.fromCharCode(120,96,108,96,99,96,63)+String.fromCharCode(107,116,117,100,119,45,98,110,45,105,111);
		break;
		case 2: //ルーベックス総合(info@luvex.co.jp)
		f=String.fromCharCode(104,109,101,110,63)+String.fromCharCode(107,116,117,100,119,45,98,110,45,105,111);
		break;
		case 3: //採用係(entry_705@luvex.co.jp)
		f=String.fromCharCode(100,109,115,113,120,94,54,47,52,63)+String.fromCharCode(107,116,117,100,119,45,98,110,45,105,111);
		break;
		case 4: //採用係(lventry_0706@luvex.co.jp)
		f=String.fromCharCode(107,117,100,109,115,113,120,94,47,54,47,53,63)+String.fromCharCode(107,116,117,100,119,45,98,110,45,105,111);
		break;
		case 5: //採用係(info@epromotion.co.jp)
		f=String.fromCharCode(104,109,101,110,63)+String.fromCharCode(100,111,113,110,108,110,115,104,110,109,45,98,110,45,105,111);
		break;
		
		}
	
	for(var i=0;i<f.length;i++){
		m=f.charCodeAt(i);
		strAdd +=String.fromCharCode(m+1);
	}
	
	document.write("<a href=\"mai" + "lto:" + strAdd + "\" title=' [" + strAdd + "]'>" + strAdd + "</a>");
}