function Show01(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 0 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) - 472 //Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 0 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) -472 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 

function Show02(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 92 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) - 380 //Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 92 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) -380 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 

function Show03(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 193 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) - 279 //Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 193 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) -279 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 

function Show04(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 275; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) - 197 //Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 275 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) -197 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 

function Show05(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 357 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) - 115 //Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 357 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) - 115 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 

function Show06(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 466 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) - 6 //Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 466 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) - 6 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 

function Show07(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 558 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) + 86//Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 558; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) + 86 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 

function Show08(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 640 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) + 168 //Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 640 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) + 168 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 

function Show09(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 758 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) + 286 //Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 758 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) + 286 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 

function Show10(helpid){
var width=945; //最外殻レイヤの幅
var left=0;
if (document.layers){
    //ネスケ
    if(width > innerWidth)
      left = 759 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(innerWidth / 2) + 287 //Windowの方が大きいとき
    //alert('1');
    document.layers[helpid].pixelLeft = left;
    document.layers[helpid].visibility = "visible";
  } else {
    //IE
    if(width > document.body.clientWidth)
      left = 759 ; //Windowサイズがレイヤより小さいときの座標
    else
      left = parseInt(document.body.clientWidth / 2) + 287 //Windowの方が大きいとき
    //alert(document.getElementById(helpid).style.pixelLeft);
    document.getElementById(helpid).style.left = left + 'px';
    document.getElementById(helpid).style.visibility = "visible";
  }
} 






function Hide(helpid){
if (document.layers)document.layers[helpid].visibility = "hidden";
else document.getElementById(helpid).style.visibility = "hidden";}


function setBGColor(tagName,textBGcolor)
{
	if (document.layers) document.layers[tagName].bgColor  = textBGcolor;
	if (document.all)    document.all(tagName).style.backgroundColor = textBGcolor;
}

if(navigator.appName.indexOf("Netscape") >= 0){
  document.write("<STYLE TYPE=text/css><!--.g_navi {cursor:pointer;}  .g_navi_on {cursor:pointer;}--></STYLE>")
}
if(navigator.appName.indexOf("Microsoft") >= 0){
  document.write("<STYLE TYPE=text/css><!--.g_navi {cursor:hand;} .g_navi_on {cursor:hand;}--></STYLE>")
}
else  document.write("<STYLE TYPE=text/css><!--.g_navi {cursor:hand;} .g_navi_on {cursor:hand;}--></STYLE>")



document.write(
"<!-- navi01/ -->"
+"<DIV id=Menu01 style=z-index:5;position:absolute;top:101px;visibility:hidden;width:170 onmouseOver=Show01(\'Menu01\');MM_swapImage(\'navi01\',\'\',\'/ja/common/imgs/header_b_lineup_on.gif\',1) onMouseOut=Hide(\'Menu01\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 width=180 CLASS=pull_table  style=filter:alpha(opacity=90)>"
+"<TR>"
+"<TD CLASS=pulldown_out_bg>"
+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/lineup/' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;部門紹介</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/lineup/title.php?lcat=1' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;主要部門</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/lineup/title.php?lcat=10' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;自主企画</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/lineup/title.php?lcat=20' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;協賛・提携企画</FONT></TD>"
+"	</TR>"

+"	</TABLE>"
+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi01 -->"

+"<!-- navi02/ -->"
+"<DIV id=Menu02 style=z-index:5;position:absolute;top:101px;visibility:hidden;width:170 onmouseOver=Show02(\'Menu02\');MM_swapImage(\'navi02\',\'\',\'/ja/common/imgs/header_b_lineup_on.gif\',1) onMouseOut=Hide(\'Menu02\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS=pull_table style=filter:alpha(opacity=90);>"
+"<TR>"
+"<TD>"
+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/schedule/index.php?day=18' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/18(土)</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/schedule/index.php?day=19' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/19(日)</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/schedule/index.php?day=20' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/20(月)</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/schedule/index.php?day=21' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/21(火)</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/schedule/index.php?day=22' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/22(水)</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/schedule/index.php?day=23' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/23(木)</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/schedule/index.php?day=24' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/24(金)</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/schedule/index.php?day=25' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/25(土)</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/schedule/index.php?day=26' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/26(日)</FONT></TD>"
+"	</TR>"


+"	</TABLE>"
+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi02 -->"


+"<!-- navi03/ -->"
+"<DIV id=Menu03 style=z-index:5;position:absolute;top:101px;visibility:hidden;width:170 onmouseOver=Show03(\'Menu03\');MM_swapImage(\'navi03\',\'\',\'/ja/common/imgs/header_b_lineup_on.gif\',1) onMouseOut=Hide(\'Menu03\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 width=180 CLASS=pull_table  style=filter:alpha(opacity=90)>"
+"<TR>"
+"<TD CLASS=pulldown_out_bg>"
+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/events/first_guide.html' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;映画祭の楽しみ方</FONT></TD>"
+"	</TR>"

+"	</TABLE>"
+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi03 -->"




+"<!-- navi04/ -->"
+"<DIV id=Menu04 style=z-index:5;position:absolute;top:101px;visibility:hidden;width:170 onmouseOver=Show04(\'Menu04\');MM_swapImage(\'navi04\',\'\',\'/ja/common/imgs/header_b_schedule_on.gif\',1) onMouseOut=Hide(\'Menu04\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 width=180 CLASS=pull_table style=filter:alpha(opacity=90)>"
+"<TR>"
+"<TD CLASS=pulldown_out_bg>"
+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/report/' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;ニュース一覧</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/report/daily.php?catid=1' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;更新情報／お知らせ</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/report/daily.php?catid=3' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;ムービーレポート</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/report/daily.php?catid=5 onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;特別番組</FONT></TD>"
+"	</TR>"

+"	</TABLE>"
+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi04 -->"




+"<!-- navi05/ -->"
+"<DIV id=Menu05 style=z-index:5;position:absolute;top:101px;visibility:hidden;width:170 onmouseOver=Show05(\'Menu05\');MM_swapImage(\'navi05\',\'\',\'/ja/common/imgs/header_b_awards_on.gif\',1) onMouseOut=Hide(\'Menu05\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS=pull_table style=filter:alpha(opacity=90)>"
+"<TR>"
+"<TD CLASS=pulldown_out_bg>"
+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/awards/\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;賞について</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/awards/jury.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;国際審査委員</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/awards/earth_grandprix.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;TOYOTA Earth Grand Prix</FONT></TD>"
+"	</TR>"

+"	</TABLE>"

+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi05 -->"




+"<!-- navi06/ -->"
+"<DIV id=Menu06 style=z-index:5;position:absolute;top:101px;visibility:hidden;width:170 onmouseOver=Show06(\'Menu06\');MM_swapImage(\'navi06\',\'\',\'/ja/common/imgs/header_b_access_on.gif\',1) onMouseOut=Hide(\'Menu06\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS=pull_table style=filter:alpha(opacity=90) width=180>"
+"<TR>"
+"<TD CLASS=pulldown_out_bg>"
+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/guide/\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;六本木会場</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/guide/bunkamura.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;渋谷会場</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/guide/access.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;交通アクセス</FONT></TD>"
+"	</TR>"

+"	</TABLE>"

+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi06 -->"
+"<!-- navi07/ -->"
+"<DIV id=Menu07 style=z-index:5;position:absolute;top:101px;visibility:hidden; onmouseOver=Show07(\'Menu07\');MM_swapImage(\'navi07\',\'\',\'/ja/common/imgs/header_b_tickets_on.gif\',1) onMouseOut=Hide(\'Menu07\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS=pull_table style=filter:alpha(opacity=90) width=180>"
+"<TR>"
+"<TD CLASS=pulldown_out_bg>"

+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/ticket/\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;チケットについて</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/ticket/advance.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;前売券購入方法</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/ticket/purchase.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;当日券購入方法</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/ticket/specialpass.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;スペシャルパス</FONT></TD>"
+"	</TR>"

+"	</TABLE>"

+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi07 -->"




+"<!-- navi08/ -->"
+"<DIV id=Menu08 style=z-index:5;position:absolute;top:101px;visibility:hidden;width:170 onmouseOver=Show08(\'Menu08\');MM_swapImage(\'navi08\',\'\',\'/ja/common/imgs/header_b_tiff_on.gif\',1) onMouseOut=Hide(\'Menu08\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS=pull_table style=filter:alpha(opacity=90) width=180>"
+"<TR>"
+"<TD CLASS=pulldown_out_bg>"

+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"


+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/tiff/outline.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;開催概要</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/about_tiff.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;TIFF について</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/chairman.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;TIFF チェアマン</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/ecology.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;第21回からの取り組み</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/cofesta.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;コ・フェスタについて</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/seminor.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;セミナー＆シンポジウム</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/market.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;マーケット</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/project.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;批評家プロジェクトについて</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/history.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;ヒストリー</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/goods.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;オフィシャルグッズ</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/tiffcrew_outline.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Volunteer Crew</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/links_festival.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;リンク</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-2 onClick=location.href=\'/ja/tiff/faq.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;FAQ</FONT></TD>"
+"	</TR>"


+"	</TABLE>"
+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi08 -->"




+"<!-- navi09/ -->"
+"<DIV id=Menu09 style=z-index:5;position:absolute;top:101px;visibility:hidden;width:170 onmouseOver=Show09(\'Menu09\');MM_swapImage(\'navi09\',\'\',\'/ja/common/imgs/header_b_tiff_on.gif\',1) onMouseOut=Hide(\'Menu09\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS=pull_table style=filter:alpha(opacity=90) width=180>"
+"<TR>"
+"<TD CLASS=pulldown_out_bg>"

+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/sponsor/\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;スポンサーとの取り組み</FONT></TD>"
+"	</TR>"

+"	</TABLE>"
+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi09 -->"
+"<!-- navi10/ -->"
+"<DIV id=Menu10 style=z-index:5;position:absolute;top:101px;visibility:hidden;width:170 onmouseOver=Show10(\'Menu10\');MM_swapImage(\'navi10\',\'\',\'/ja/common/imgs/header_b_tiff_on.gif\',1) onMouseOut=Hide(\'Menu10\');MM_swapImgRestore()>"
+"<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 CLASS=pull_table style=filter:alpha(opacity=90) width=180>"
+"<TR>"
+"<TD CLASS=pulldown_out_bg>"

+"	<TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=176 STYLE=margin:2px;>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/press/\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;プレス登録</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/press/login.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;ログイン／ID上映予約</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/press/imagenet.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;imagenetのご案内</FONT></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD height=5 valign=center><img src=/common/imgs/line_pulldown.png></TD>"
+"	</TR>"

+"	<TR class=pulldown_in_bg>"
+"		<TD CLASS=g_navi ID=text02-1 onClick=location.href=\'/ja/press/newsrelease.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;ニュースレター</FONT></TD>"
+"	</TR>"

+"	</TABLE>"
+"</TD>"
+"</TR>"
+"</TABLE>"
+"</DIV>"
+"<!-- /navi10 -->"

);





var g_aryPulldown = new Array(false, false, false, false, false, false);


function openMenu(intPulldown) {
  var rectRegion;
  var intIndex = 0;
  for(intIndex=0; intIndex<6; intIndex++) {
    rectRegion = get_object('pull' + (intIndex+1));
    if(intIndex == intPulldown-1) {
      rectRegion.style.display = 'block';
      g_aryPulldown[intIndex] = true;
    } else {
      rectRegion.style.display = 'none';
      g_aryPulldown[intIndex] = false;
    }
  }
}

function closeAllMenu() {
  var rectRegion;
  var intIndex = 0;
  for(intIndex=0; intIndex<6; intIndex++) {
    rectRegion = get_object('pull' + (intIndex+1));
    rectRegion.style.display = 'none';
    g_aryPulldown[intIndex] = false;
  }
}

function selectMenu(intPulldown) {
  var rectRegion;
  var intIndex = 0;
  for(intIndex=0; intIndex<6; intIndex++) {
    rectRegion = get_object('pull' + (intIndex+1));
    if(intIndex == intPulldown-1) {
      if(g_aryPulldown[intPulldown-1]) {
        rectRegion.style.display = 'none';
        g_aryPulldown[intIndex] = false;
      } else {
        rectRegion.style.display = 'block';
        g_aryPulldown[intIndex] = true;
      }
    } else {
      rectRegion.style.display = 'none';
      g_aryPulldown[intIndex] = false;
    }
  }
}

