//ロールオーバー
function swImg(ani,str)
	{
	document.images[ani].src = str;
	}

//メールフォーム
function disp()
	{
	window.open("m_form.html","mail","width=600,height=350")
	}