// 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">Fusion Middlewareホーム</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="../../appserver/index.html" class="leftmenu">Application Server</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="../../solutions/integration/index.html" class="leftmenu">Business Integration</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="../../appserver/bpel/index.html" class="leftmenu">BPEL Process Manager</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="../../appserver/business-activity-monitoring.html" class="leftmenu">BAM</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="../../appserver/BI/index.html" class="leftmenu">Business Intelligence（BI）</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="identity-management/identity-management.html" class="leftmenu">ID情報/アクセス管理</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="../../appserver/portal/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="../../data_hub/index.html" class="leftmenu">Data Hubs</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="../../cs/index.html" class="leftmenu">Collaboration Suite</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="../../technologies/soa/index.html" class="leftmenu">SOA Suite</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="../../tools/index.html" class="leftmenu">Developer Tools</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="../../tools/jdeveloper/index.html" class="leftmenu">Java EE統合開発環境(JDeveloper)</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="http://otn.oracle.co.jp/products/ias/toplink/index.html" class="leftmenu" target="_blank">O-Rマッピング(TopLink)</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="../../tools/forms/index.html" 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"6>');
document.write('</TD>');
document.write('</TR>');
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('<TD 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="http://otn.oracle.co.jp/tech/install/index.html" class="leftmenu" target="_blank">インストール</A></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD 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="http://otn.oracle.co.jp/document/index.html" class="leftmenu" target="_blank">ドキュメント</A></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD 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="http://otn.oracle.co.jp/software/index.html" class="leftmenu" target="_blank">トライアル版</A></TD>');
document.write('</TR>');
// document.write('<TR>');
// document.write('<TD 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.html" 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" width="160">');
document.write('</TD>');
document.write('</TR>');
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('<TD 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="../../education/index.html" class="leftmenu">研修/認定制度</A></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD 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="../../support/index.html" class="leftmenu">サポートサービス</A></TD>');
document.write('</TR>');
document.write('<TR>');
document.write('<TD 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="http://otn.oracle.co.jp/forum/index.html" class="leftmenu" target="_blank">掲示板</A></TD>');
document.write('</TR>');

document.write('</TABLE>');
document.write('<BR>');

