// JavaScript Document

// mailto:
var mto = "&#109;&#97;&#105;&#108;&#116;&#111;&#58;";

// 代表アドレス
// t-asgGROUP@gtjapan.com
var add_asggroup = "&#116;&#45;&#97;&#115;&#103;&#71;&#82;&#79;&#85;&#80;&#64;&#103;&#116;&#106;&#97;&#112;&#97;&#110;&#46;&#99;&#111;&#109;";

function disp_asg() {
	document.write('<a href="' + mto + add_asggroup + '">' + add_asggroup + '</a>');
}


// 採用情報メールアドレス
// asgRECRUIT-MTtokyo@gtjapan.com
var add_recruit = "&#97;&#115;&#103;&#82;&#69;&#67;&#82;&#85;&#73;&#84;&#45;&#77;&#84;&#116;&#111;&#107;&#121;&#111;&#64;&#103;&#116;&#106;&#97;&#112;&#97;&#110;&#46;&#99;&#111;&#109;";
	
function disp_hotline() {
	document.write('<a href="' + mto + add_recruit + '">メールはこちらから</a>');
}

function disp_here() {
	document.write('<a href="' + mto + add_recruit + '">こちら</a>');
}

function disp_hotline2() {
	document.write('<a href="' + mto + add_recruit + '" class="link_trigona">お問合せホットラインはこちら</a>');
}


// 中国税務速報メールアドレス
// china@gtjapan.com
var add_china = "&#99;&#104;&#105;&#110;&#97;&#64;&#103;&#116;&#106;&#97;&#112;&#97;&#110;&#46;&#99;&#111;&#109;";

function disp_china() {
	document.write('<a href="' + mto + add_china + '">' + add_china + '</a>');
}

function disp_chinaapply() {
	document.write('<a href="' + mto + add_china + '"><strong>＞お申込はこちらから</strong></a>');
}


// メールマガジン問い合わせメールアドレス
// t-asgGROUP@gtjapan.com
var add_mailmagaz = "&#116;&#45;&#97;&#115;&#103;&#71;&#82;&#79;&#85;&#80;&#64;&#103;&#116;&#106;&#97;&#112;&#97;&#110;&#46;&#99;&#111;&#109;";

function disp_mailmagaz() {
	document.write('<a href="' + mto + add_mailmagaz + '">' + add_mailmagaz + '</a>');
}

function disp_mailmagazapply() {
	document.write('<a href="' + mto + add_mailmagaz + '"><strong>＞お申込はこちらから</strong></a>');
}

