// JavaScript Document

function mail_open(){
		window.location.href = "mailto:info@itcjapan.com";
}
