function Show01(helpid){var width=945; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 0;     else      left = parseInt(innerWidth / 2) - 472     //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 0;     else      left = parseInt(document.body.clientWidth / 2) -472     //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; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 108;     else      left = parseInt(innerWidth / 2) - 364     //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 108;     else      left = parseInt(document.body.clientWidth / 2) -364     //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; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 195;     else      left = parseInt(innerWidth / 2) - 277     //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 195;     else      left = parseInt(document.body.clientWidth / 2) - 277     //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; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 292;     else      left = parseInt(innerWidth / 2) - 180     //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 292 ;     else      left = parseInt(document.body.clientWidth / 2) - 180     //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; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 382 ;     else      left = parseInt(innerWidth / 2) - 90     //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 382 ;     else      left = parseInt(document.body.clientWidth / 2) - 90     //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; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 484 ;     else      left = parseInt(innerWidth / 2) + 12     //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 484 ;     else      left = parseInt(document.body.clientWidth / 2) + 12     //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; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 568 ;     else      left = parseInt(innerWidth / 2) + 96    //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 568;     else      left = parseInt(document.body.clientWidth / 2) + 96     //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; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 666;     else      left = parseInt(innerWidth / 2) + 194     //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 666 ;     else      left = parseInt(document.body.clientWidth / 2) + 194     //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; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 758;     else      left = parseInt(innerWidth / 2) + 286     //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 758 ;     else      left = parseInt(document.body.clientWidth / 2) + 286     //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; //outline layervar left=0;if (document.layers){    //NN    if(width > innerWidth)      left = 763;     else      left = parseInt(innerWidth / 2) + 291     //alert('1');    document.layers[helpid].pixelLeft = left;    document.layers[helpid].visibility = "visible";  } else {    //IE    if(width > document.body.clientWidth)      left = 763 ;     else      left = parseInt(document.body.clientWidth / 2) + 291     //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 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=\'/en/tiff/outline.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Outline</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=\'/en/tiff/chairman.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;TIFF Chairman</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=\'/en/tiff/prizes.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Prizes</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=\'/en/tiff/juries.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;24th Juries</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=\'/en/tiff/arigato.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;TIFF ARIGATO Project</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=\'/en/tiff/greencarpetclub.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Green Carpet Club</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 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=\'/en/lineup/list.php' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Films</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=\'/en/lineup/index.html' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Sections In Brief</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 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=\'/en/schedule/index.php?day=22' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/22 SAT</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=\'/en/schedule/index.php?day=23' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/23 SUN</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=\'/en/schedule/index.php?day=24' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/24 MON</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=\'/en/schedule/index.php?day=25' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/25 TUE</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=\'/en/schedule/index.php?day=26' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/26 WED</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=\'/en/schedule/index.php?day=27' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/27 THU</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=\'/en/schedule/index.php?day=28' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/28 FRI</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=\'/en/schedule/index.php?day=29' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/29 SAT</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=\'/en/schedule/index.php?day=30' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;10/30 SUN</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 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=\'/en/ticket/' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;How to Purchase Tickets</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=\'/en/ticket/pricelist.html' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Ticket Price List</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=\'/en/ticket/specialpass.html' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Special Pass  &#47;  Select Pass</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=\'/en/guide/first_guide.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;How to enjoy the 24th TIFF</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)>"+"<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/en/' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;News Headline</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=\'/news/en/?cat=7' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Interviews</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=\'/news/en/?cat=6' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Event Reports</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=\'/news/en/?cat=3' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Updates</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=\'/news/en/?cat=4' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Event Information</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=\'/news/en/?cat=8' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Special Contents</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=\'/news/en/?cat=5' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Guests</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=\'/news/en/?cat=9' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;TIFF Activities</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=\'/news/en/?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)>"+"<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=\'/en/access/\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;For Visitor</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)>"+"<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=\'/en/sponsor/\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Sponsors</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/2011/en//\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Markets</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=\'/en/press/presspass.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Press Pass</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=\'/en/press/login.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;Login</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=\'/en/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=\'/en/press/newsletter.html\' onMouseover=this.className=\'g_navi_on\' onMouseout=this.className=\'g_navi\'><FONT CLASS=font2>&nbsp;News Letter</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;    }  }}
