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 = 112 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(innerWidth / 2) - 360 //Windowの方が大きいとき

    //alert('1');

    document.layers[helpid].pixelLeft = left;

    document.layers[helpid].visibility = "visible";

  } else {

    //IE

    if(width > document.body.clientWidth)

      left = 112 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(document.body.clientWidth / 2) -360 //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 = 205 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(innerWidth / 2) - 267 //Windowの方が大きいとき

    //alert('1');

    document.layers[helpid].pixelLeft = left;

    document.layers[helpid].visibility = "visible";

  } else {

    //IE

    if(width > document.body.clientWidth)

      left = 205 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(document.body.clientWidth / 2) -267 //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 = 311; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(innerWidth / 2) - 161 //Windowの方が大きいとき

    //alert('1');

    document.layers[helpid].pixelLeft = left;

    document.layers[helpid].visibility = "visible";

  } else {

    //IE

    if(width > document.body.clientWidth)

      left = 311 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(document.body.clientWidth / 2) -161 //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 = 399 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(innerWidth / 2) - 73 //Windowの方が大きいとき

    //alert('1');

    document.layers[helpid].pixelLeft = left;

    document.layers[helpid].visibility = "visible";

  } else {

    //IE

    if(width > document.body.clientWidth)

      left = 399 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(document.body.clientWidth / 2) - 73 //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 = 496 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(innerWidth / 2) + 24 //Windowの方が大きいとき

    //alert('1');

    document.layers[helpid].pixelLeft = left;

    document.layers[helpid].visibility = "visible";

  } else {

    //IE

    if(width > document.body.clientWidth)

      left = 496 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(document.body.clientWidth / 2) + 24 //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 = 581 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(innerWidth / 2) + 109//Windowの方が大きいとき

    //alert('1');

    document.layers[helpid].pixelLeft = left;

    document.layers[helpid].visibility = "visible";

  } else {

    //IE

    if(width > document.body.clientWidth)

      left = 581; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(document.body.clientWidth / 2) + 109 //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 = 670 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(innerWidth / 2) + 198 //Windowの方が大きいとき

    //alert('1');

    document.layers[helpid].pixelLeft = left;

    document.layers[helpid].visibility = "visible";

  } else {

    //IE

    if(width > document.body.clientWidth)

      left = 670 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(document.body.clientWidth / 2) + 198 //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 = 763 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(innerWidth / 2) + 291 //Windowの方が大きいとき

    //alert('1');

    document.layers[helpid].pixelLeft = left;

    document.layers[helpid].visibility = "visible";

  } else {

    //IE

    if(width > document.body.clientWidth)

      left = 763 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(document.body.clientWidth / 2) + 291 //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 = 763 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(innerWidth / 2) + 291 //Windowの方が大きいとき

    //alert('1');

    document.layers[helpid].pixelLeft = left;

    document.layers[helpid].visibility = "visible";

  } else {

    //IE

    if(width > document.body.clientWidth)

      left = 763 ; //Windowサイズがレイヤより小さいときの座標

    else

      left = parseInt(document.body.clientWidth / 2) + 291 //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:106px;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/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/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/prizes.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/greencarpetclub.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/volunteercrew.html\' 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:106px;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/lineup/list.php' 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/index.html' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;部門紹介</FONT></TD>"

+"	</TR>"




+"	</TABLE>"

+"</TD>"

+"</TR>"

+"</TABLE>"

+"</DIV>"

+"<!-- /navi02 -->"




+"<!-- navi03/ -->"

+"<DIV id=Menu03 style=z-index:5;position:absolute;top:106px;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=\'#\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Coming Soon</FONT></TD>"

+"	</TR>"




+"	</TABLE>"

+"</TD>"

+"</TR>"

+"</TABLE>"

+"</DIV>"

+"<!-- /navi03 -->"









+"<!-- navi04/ -->"

+"<DIV id=Menu04 style=z-index:5;position:absolute;top:106px;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=\'/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/pricelist.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>"

+"<!-- /navi04 -->"




+"<!-- navi05/ -->"

+"<DIV id=Menu05 style=z-index:5;position:absolute;top:106px;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/guide/tiffboys.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;TIFF BOYS</FONT></TD>"

+"	</TR>"



+"	</TABLE>"



+"</TD>"

+"</TR>"

+"</TABLE>"

+"</DIV>"

+"<!-- /navi05 -->"









+"<!-- navi06/ -->"

+"<DIV id=Menu06 style=z-index:5;position:absolute;top:106px;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=\'/news/ja/' 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=\'/news/ja/?cat=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-2 onClick=location.href=\'/news/ja/?cat=4\' 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=\'/news/ja/?cat=5\' 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=\'/news/ja/?cat=6\' 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=\'/news/ja/?cat=7\' 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=\'/news/ja/?cat=8\' 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=\'/news/ja/?cat=9\' 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=\'/news/ja/?cat=10\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;TIFF BOYS</FONT></TD>"

+"	</TR>"



+"	</TABLE>"



+"</TD>"

+"</TR>"

+"</TABLE>"

+"</DIV>"

+"<!-- /navi06 -->"

+"<!-- navi07/ -->"

+"<DIV id=Menu07 style=z-index:5;position:absolute;top:106px;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=\'#\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Coming Soon</FONT></TD>"

+"	</TR>"



+"	</TABLE>"



+"</TD>"

+"</TR>"

+"</TABLE>"

+"</DIV>"

+"<!-- /navi07 -->"









+"<!-- navi08/ -->"

+"<DIV id=Menu08 style=z-index:5;position:absolute;top:106px;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/sponsor/\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;スポンサーとの取組み</FONT></TD>"

+"	</TR>"



+"	</TABLE>"

+"</TD>"

+"</TR>"

+"</TABLE>"

+"</DIV>"

+"<!-- /navi08 -->"









+"<!-- navi09/ -->"

+"<DIV id=Menu09 style=z-index:5;position:absolute;top:106px;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=\'http://www.tiffcom.jp/\' 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:106px;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/presspass.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/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;image.net</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/newsletter.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;

    }

  }

}


