function distingButton()	{
	button2a.style.display = "none"
	button2b.style.display = "none"
	button2c.style.display = "none"
	button2d.style.display = "none"
	button2e.style.display = "none"
	button2f.style.display = "none"


}

<!--
//menu ロールオーバー
function onMenu(elem,backimage,menumargin)	{
	elem.style.backgroundImage = backimage
	elem.style.position= menumargin
}
function offMenu(elem,backimage)	{
	elem.style.backgroundImage = backimage
	elem.style.margin=""
}

<!--
//menu2を動かす関数
function buttonMove2()	{
	button2a.style.display = "inline"
	button2b.style.display = "inline"
	button2c.style.display = "inline"
	button2d.style.display = "inline"
	button2e.style.display = "inline"
	button2f.style.display = "inline"

	t2a.from = "1000,1000" ; t2a.to = "460,0"
	t2b.from = "-2000,-1000" ; t2b.to = "460,0"
	t2c.from = "2000,1500" ; t2c.to = "460,0"
	t2d.from = "-2000,-850" ; t2d.to = "460,0"
	t2e.from = "-1500,-500" ; t2e.to = "460,0"
	t2f.from = "1500,1000" ; t2f.to = "460,0"

	t2a.beginElement();t2b.beginElement();t2c.beginElement();
	t2d.beginElement();t2e.beginElement();t2f.beginElement();
}
// -->

<!--
// スライドタイトル ASO
var timerID1
var timerID2
var flag = true
var targetObj
function closeMenu()	{
	if(targetObj.style.pixelLeft > 412)	{
		if(targetObj.style.pixelLeft < 412)	{
			targetObj.style.pixelLeft = targetObj.style.pixelLeft - 2
		} else	{
			targetObj.style.pixelLeft = targetObj.style.pixelLeft - 10
		}
		timerID1 = setTimeout("closeMenu()",10)
	} else	{
		targetObj.style.pixelLeft = 412
		flag = true
	}
}
function openMenu()	{
	if(targetObj.style.pixelLeft < 412)	{
		if(targetObj.style.pixelLeft > 412)	{
			targetObj.style.pixelLeft = targetObj.style.pixelLeft + 2
		} else	{
			targetObj.style.pixelLeft = targetObj.style.pixelLeft + 10
		}
		timerID2 = setTimeout("openMenu()",10)
	} else	{
		targetObj.style.pixelLeft = 412
		flag = false
	}
}
function goMenu()	{
	if(flag == false)	{
		clearTimeout("timerID2")
		closeMenu()
	} else	{
		clearTimeout("timerID1")
		openMenu()
	}
}
// -->
<!--
// スライドタイトル　社労士
var projID1
var projID2
var flag2 = true
var targetObj2
function closeMenu2()	{
	if(targetObj2.style.pixelLeft > 350)	{
		if(targetObj2.style.pixelLeft < 350)	{
			targetObj2.style.pixelLeft = targetObj2.style.pixelLeft - 2
		} else	{
			targetObj2.style.pixelLeft = targetObj2.style.pixelLeft - 10
		}
		projID1 = setTimeout("closeMenu2()",10)
	} else	{
		targetObj2.style.pixelLeft = 350
		flag2 = true
	}
}
function openMenu2()	{
	if(targetObj2.style.pixelLeft < 350)	{
		if(targetObj2.style.pixelLeft > 350)	{
			targetObj2.style.pixelLeft = targetObj2.style.pixelLeft + 2
		} else	{
			targetObj2.style.pixelLeft = targetObj2.style.pixelLeft + 10
		}
		projID2 = setTimeout("openMenu2()",10)
	} else	{
		targetObj2.style.pixelLeft = 350
		flag2 = false
	}
}
function goMenu2()	{
	if(flag2 == false)	{
		clearTimeout("projID2")
		closeMenu2()
	} else	{
		clearTimeout("projID1")
		openMenu2()
	}
}
// -->



//画像1用
var opValue1 = 99
var timerID1
function onImg1()	{
	if(opValue1 < 100)	{
		flower1.filters.alpha.opacity = opValue1
		opValue1 -= 1
		timerID1 = setTimeout("onImg1()",1)
	}
}

// -->

//画像2用
var opValue2 = 0
var timerID3
function onImg2()	{
	if(opValue2 <100)	{
		msgArea.filters.alpha.opacity = opValue2
		opValue2 += 0.5
		timerID3 = setTimeout("onImg2()",1)
	}
}
function offImg2()	{
	clearTimeout(timerID2)
	opValue2 = 20
	msgArea.filters.alpha.opacity = opValue2
}

<!--
//メッセージ
var msg1 = "<div style='color:#ff9933;font:bold 18px times new roman ;background:#eeeeee;'><div class='rtop'><p style='position:relative;top:10px;left:30px;'>Introduction　<span style='font-size:12px;'>−ご挨拶−</span></p></div>"
msg1 += "<span style='position:relative;top:10px;left:20px;color:#666666;font-size:14px;width:440px;height:305px;'>"
msg1 += "<img src='aisatu04.gif'>"
msg1 += "<br><span onclick='onMsg(msg4);' style='cursor:hand;'><img src='next04.gif'><img src='naiyou.gif'></span><a href='index.html' style='text-decoration:none;color:#666666;'>　　Top</a>"
msg1 += "<br>"
msg1 += "</span><div class='rbottom'></div>"

var msg4 = "<div style='color:#ff9933;font:bold 18px times new roman ;background:#eeeeee;'><div class='rtop'><p style='position:relative;top:10px;left:30px;'>Business contents　<span style='font-size:12px;'>−業務内容−</span></p></div>"
msg4 += "<span style='position:relative;top:10px;left:20px;color:#666666;font-size:14px;width:440px;height:305px;'>"
msg4 += "<img src='gyoumu03.gif'>"
msg4 += "<br><span onclick='onMsg(msg5);' style='position:relative;top:5px;left:0px;cursor:hand;'><img src='next04.gif'><img src='oshigoto01.gif'></span><a href='index.html' style='text-decoration:none;color:#666666;'>　　Top</a>"
msg4 += "<br>"
msg4 += "</span><div class='rbottom'></div>"

var msg5 = "<div style='color:#ff9933;font:bold 18px times new roman ;background:#eeeeee;'><div class='rtop'><p style='position:relative;top:10px;left:30px;'>Business contents　<span style='font-size:12px;'>−業務内容−</span></p></div>"
msg5 += "<span style='position:relative;top:10px;left:20px;color:#666666;font-size:14px;width:440px;height:305px;'>"
msg5 += "<img src='gyoumu04.gif'>"
msg5 += "<br><span onclick='onMsg(msg6);' style='position:relative;top:5px;left:0px;cursor:hand;'><img src='next04.gif'><img src='gyoumu.gif'></span><a href='index.html' style='text-decoration:none;color:#666666;'>　　Top</a>"
msg5 += "<br>"
msg5 += "</span><div class='rbottom'></div>"

var msg6 = "<div style='color:#ff9933;font:bold 18px times new roman ;background:#eeeeee;'><div class='rtop'><p style='position:relative;top:10px;left:30px;'>About us　<span style='font-size:12px;'>−事務所概要−</span></p></div>"
msg6 += "<span style='position:relative;top:10px;left:20px;color:#666666;font-size:14px;width:440px;height:305px;'>"
msg6 += "<img src='jimusho03.gif'>"
msg6 += "<br><span onclick='onMsg(msg7);' style='position:relative;top:5px;left:0px;cursor:hand;'><img src='next04.gif'><img src='shozaichi.gif'></span><a href='index.html' style='text-decoration:none;color:#666666;'>　　Top</a>"
msg6 += "<br>"
msg6 += "</span><div class='rbottom'></div>"

var msg7 = "<div style='color:#ff9933;font:bold 18px times new roman ;background:#eeeeee;'><div class='rtop'><p style='position:relative;top:10px;left:30px;'>About us　<span style='font-size:12px;'>−事務所概要−</span></p></div>"
msg7 += "<span style='position:relative;top:10px;left:20px;color:#666666;font-size:14px;width:440px;height:320px;background:url(jimusho04.gif) no-repeat;'>"
msg7 += "<a href='http://maps.google.co.jp/maps?f=q&hl=ja&q=%E4%BB%99%E5%8F%B0%E5%B8%82%E9%9D%92%E8%91%89%E5%8C%BA%E4%BA%94%E6%A9%8B2-11-1&ie=UTF8&z=17&ll=38.249952,140.880368&spn=0.005906,0.011158&om=1&iwloc=A' style='position:relative;top:110px;left:20px;' target=' balnk'><img src='map.gif' border='0'></a>"
msg7 += "<br><span onclick='onMsg(msg8);' style='position:relative;top:297px;left:0px;cursor:hand;'><img src='next04.gif'><img src='column.gif'></span><a href='index.html' style='text-decoration:none;color:#666666;'>　　Top</a>"
msg7 += "<br>"
msg7 += "</span><div class='rbottom'></div>"

var msg8 = "<div style='color:#ff9933;font:bold 18px times new roman ;background:#eeeeee;'><div class='rtop'><p style='position:relative;top:10px;left:30px;'>Column　<span style='font-size:12px;'>−コラム−</span></p></div>"
msg8 += "<span style='position:relative;top:10px;left:20px;color:#666666;font-size:14px;width:440px;height:320px;background:url(column-back01.gif) no-repeat;'>"
msg8 += ""
msg8 += "<br><span onclick='onMsg(msg9);' style='position:relative;top:297px;left:0px;cursor:hand;'><img src='next04.gif'><img src='link.gif'></span><a href='index.html' style='text-decoration:none;color:#666666;'>　　Top</a>"
msg8 += "<br>"
msg8 += "</span><div class='rbottom'></div>"

var msg9 = "<div style='color:#ff9933;font:bold 18px times new roman ;background:#eeeeee;'><div class='rtop'><p style='position:relative;top:10px;left:30px;'>Link　<span style='font-size:12px;'>−リンク−</span></p></div>"
msg9 += "<span style='position:relative;top:10px;left:20px;color:#666666;font-size:14px;width:440px;height:320px;background:url(link-back01.gif) no-repeat;'>"
msg9 += "<a href='http://tingin.jp/' style='position:relative;top:10px;left:20px;' target=' balnk'><img src='link-a01.gif' border='0'></a>"
msg9 += "<br><br><a href='http://tingin.jp/link.html' style='position:relative;top:10px;left:20px;' target=' balnk'><img src='link-a02.gif' border='0'></a>"
msg9 += "<br><span onclick='onMsg(msg1);' style='position:relative;top:271px;left:0px;cursor:hand;'><img src='next04.gif'><img src='aisatu.gif'><a href='index.html' style='text-decoration:none;color:#666666;'>　　Top</a></span>"
msg9 += "<br>"
msg9 += "</span><div class='rbottom'></div>"

var msg2 = "<div style='color:#ff9933;font:bold 18px times new roman ;background:#eeeeee;'><div class='rtop'><p style='position:relative;top:10px;left:30px;'>Contact us　<span style='font-size:12px;'>−お問合せ−</span></p></div>"
msg2 += "<span style='position:relative;top:10px;left:20px;color:#666666;font-size:14px;width:440px;height:320px;background:url(contact-back01.gif) no-repeat;'>"
msg2 += "<form method='POST' action='http://www.aya-office.com/formmail/form.cgi'>"
msg2 += "<div style='width:440px;border-bottom:solid 1px;padding:1px;'><span style='width:100px;background:url(f-kaisha.gif) no-repeat;'></span><input type='text' name='name' value='' size='40' style='position:relative;left:20px;'></div>"
msg2 += "<div style='width:440px;border-bottom:solid 1px;padding:1px;'><span style='width:96px;float:left;height:40px;background:url(f-add02.gif) no-repeat;'></span><textarea name='address' style='position:relative;left:20px;height:40px;width:300px;' name='textarea'></textarea></div>"
msg2 += "<div style='width:440px;border-bottom:solid 1px;padding:1px;'><span style='width:100px;background:url(f-tell.gif) no-repeat;'></span><input type='text' name='tell' name='telephone' value='' size='40' style='position:relative;left:20px;'></div>"
msg2 += "<div style='width:440px;border-bottom:solid 1px;padding:1px;'><span style='width:100px;background:url(f-tantou.gif) no-repeat;'></span><input type='text' name='tantousha' value='' size='40' style='position:relative;left:20px;'></div>"
msg2 += "<div style='width:440px;border-bottom:solid 1px;padding:1px;'><span style='width:100px;background:url(e-mail.gif) no-repeat;'></span><input type='text' name='MailFrom' value='' size='40' style='position:relative;left:20px;'></div>"
msg2 += "<div style='width:440px;border-bottom:solid 1px;padding:1px;'><span style='width:100px;background:url(f-gyoushu.gif) no-repeat;'></span><input type='text' name='gyoushu' value='' size='20' style='position:relative;left:20px;'><span style='width:100px;position:relative;left:30px;background:url(f-jyuu.gif) no-repeat;'></span><input type='text' name='hito' value='' size='10' style='position:relative;left:20px;'></div>"
msg2 += "<div style='width:440px;border-bottom:solid 1px;padding:1px;height:80px;'><span style='width:100px;float:left;height:80px;background:url(f-toiawase.gif) no-repeat;'></span><textarea style='position:relative;left:20px;height:80px;width:300px;' name='textarea'></textarea></div>"
msg2 += "<input type='submit' value=' send  '><input type='reset' value=' clear '></form>"
msg2 += "<span onclick='onMsg(msg1);' style='position:relative;top:20px;left:0px;cursor:hand;'><img src='next04.gif'><img src='aisatu.gif'></span>"
msg2 += "<br>"
msg2 += "</span><div class='rbottom'></div>"

var msg3 = "<div style='color:#ff9933;font:bold 18px times new roman ;background:#eeeeee;'><div class='rtop'><p style='position:relative;top:10px;left:30px;'>Contact us　<span style='font-size:12px;'>−お問合せ−</span></p></div>"
msg3 += "<span style='position:relative;top:10px;left:20px;color:#666666;font-size:14px;width:440px;height:320px;background:url(contact-back01.gif) no-repeat;'>"
msg3 += "<img src='wait01.gif' style='position:relative;top:120px;left:125px;'>"
msg3 += "<br><span onclick='onMsg(msg9);' style='position:relative;top:297px;left:0px;cursor:hand;'><img src='next04.gif'><img src='aisatu.gif'></span><a href='index.html' style='text-decoration:none;color:#666666;'>　　Top</a>"
msg3 += "<br>"
msg3 += "</span><div class='rbottom'></div>"

function onMsg(myStr)	{
	msgArea.innerHTML = myStr
}
// -->