// tree表示
function LeftMenu(tName)
{
	tMenu = document.getElementById(tName).style;
	if (tMenu.display == 'none') tMenu.display = "block"; else tMenu.display = "none";
}


// arrow.gifの切り替え
function arrowchange(param)
{
	num = 0;
	if (document.getElementById('myIMG'+param).src.indexOf("0") > 0) {
		num = 1;
	}
	document.getElementById('myIMG'+param).src = "../../../image/menu"+num+".jpg";
}


// top menu
document.write('<TABLE cellpadding="0" width="170">');
document.write('<TR>');
document.write('<TD class="bodycopy" width="5"><IMG src="http://www.oracle.co.jp/image/spacer.gif" width="5" height="1" border="0"></TD>');
document.write('<TD colspan="2" class="bodycopy"><B>会社概要</B></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD HEIGHT="1" BGCOLOR="#999999" class="bodycopy" colspan="3"><IMG SRC="http://www.oracle.co.jp/image/spacer.gif" BORDER=0 ALT="" HEIGHT="1" width="160">');
document.write('</TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD class="bodycopy" width="5"></TD>');
document.write('<TD width="10"><IMG src="http://www.oracle.co.jp/image/spacer.gif" width="10" height="1" border="0"></TD>');
document.write('<TD width="145" class="bodycopy" valign="top"><A href="../index.html" class="leftmenu">日本オラクル 沖縄支店</A></TD>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD width="5"></TD>');
document.write('<TD colspan="2" valign="top" class="left_menu_content2">');
document.write('<a href="javaScript:LeftMenu(\'clubTree\'),arrowchange(1)" class="leftmenu"><IMG src="../../../image/menu1.jpg" id="myIMG1" border="0" hspace="1">おらくる人倶楽部</a><BR>');
document.write('<div id="clubTree" style="display:block; margin-left : 16px; line-height : 15px;"><a href="index.html" class="leftmenu">おらくる人倶楽部とは</a><br>');
document.write('<a href="ichariba/" class="leftmenu">いちゃりばオラクル</a><br>');
document.write('<a href="yuntaku/" class="leftmenu">ゆんたくオラクル</a><br>');
document.write('<a href="specially/" class="leftmenu">会員専用ページ</a><br>');
document.write('</div>');
document.write('</TD>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD width="5" class="bodycopy"></TD>');
document.write('<TD width="10"><IMG src="http://www.oracle.co.jp/image/spacer.gif" width="10" height="1" border="0"></TD>');
document.write('<TD class="bodycopy" valign="top"><A href="../events/index.html" class="leftmenu">イベント・セミナー情報</A></TD>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD width="5" class="bodycopy"></TD>');
document.write('<TD width="10"><IMG src="http://www.oracle.co.jp/image/spacer.gif" width="10" height="1" border="0"></TD>');
document.write('<TD class="bodycopy" valign="top"><A href="../oracledirect/" class="leftmenu">OracleDirect</A></TD>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD width="5" class="bodycopy"></TD>');
document.write('<TD width="10"><IMG src="http://www.oracle.co.jp/image/spacer.gif" width="10" height="1" border="0"></TD>');
document.write('<TD class="bodycopy" valign="top"><A href="../partner/" class="leftmenu">パートナー情報</A></TD>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD width="5" class="bodycopy"></TD>');
document.write('<TD width="10"><IMG src="http://www.oracle.co.jp/image/spacer.gif" width="10" height="1" border="0"></TD>');
document.write('<TD class="bodycopy" valign="top"><A href="../introduce/" class="leftmenu">支店紹介</A></TD>');
document.write('</TR>');

document.write('<TR>');
document.write('<TD HEIGHT="3" class="bodycopy" colspan="3"><IMG SRC="http://www.oracle.co.jp/image/spacer.gif" BORDER=0 ALT="" HEIGHT="1">');
document.write('</TD>');
document.write('</TR>');
document.write('</TABLE>');
document.write('<BR>');
