// 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(\'wendyTree\'),arrowchange(1)" class="leftmenu"><IMG src="../../image/menu1.jpg" id="myIMG1" border="0" hspace="1">ウェンディ素材</a><BR>');
document.write('<div id="wendyTree" style="display:block; margin-left : 16px; line-height : 15px;"><a href="press.html" class="leftmenu">プレス向け写真画像</a><br>');
document.write('<a href="portable.html" class="leftmenu">携帯電話待受け画面</a><br>');
document.write('<a href="bg.html" class="leftmenu">PCバックグラウンド</a><br>');
document.write('<a href="screen_savor.html" 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="diary.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="events.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="heidy.html" class="leftmenu">2代目ハイディについて</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="mailto:pr-room_jp@oracle.com?subject=社員犬に関する問い合わせ" 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(\'infoTree\'),arrowchange(2)" class="leftmenu"><IMG src="../../image/menu1.jpg" id="myIMG2" border="0" hspace="1">関連情報</a><BR>');
document.write('<div id="infoTree" style="display:block; margin-left : 16px; line-height : 15px;"><a href="../../corp/OEI/" class="leftmenu">Oracle Education Initiatives</a><br>');
document.write('</div>');
document.write('</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('</TABLE>');
document.write('<BR>');
