// JavaScript Document

function ax_mail(){
	b = "info";
	c = "axisnetworks.biz";
	text='<a href=mailto:'+b+'&#64;'+c+'>お問い合わせ</a>';
	document.open();
	document.write(text);
	document.close();
}