// 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><a href="../mp/" class="leftmenu">OPN Member Partner</a></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="155" class="bodycopy" valign="top"><a href="bv.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="benefit.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="voice.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="faq.html" class="leftmenu">FAQ</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('</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><A href="../" class="leftmenu">OPN Home</a></B><br><br></TD>');

document.write('</TR>');

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">Member Partnerに関するお問合せ先：</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>OPN Member Partner事務局</b><br>');

document.write('<a href="mailto:mpinfo_jp@oracle.com" class="bodylink">mpinfo_jp@oracle.com</a><br>');

document.write('電話：0570-017-023(ナビダイアル)または03-6834-6032<br>');

document.write('（受付：平日9:00〜12:00、13:00〜18:00）<br>');

document.write('※お電話がつながりにくい場合には、Eメールをご利用ください。</TD>');

document.write('</TR>');



document.write('</TABLE>');

document.write('<BR>');
