
<!--to hide script contents for old browsers


var mac = navigator.appVersion.indexOf('Mac',0) != -1;
var win = navigator.appVersion.indexOf('Win',0) != -1;
var mnr = ( !mac && !win ) ? true : false;

apleOS =		( navigator.appVersion.indexOf("Mac") != -1 ) ? true : false
OSx =		false
	if( navigator.plugins ){ for(i=0;i<navigator.plugins.length;i++) { if(apleOS && (navigator.plugins[i].filename.indexOf("QuickTime Plugin.plugin") != -1 )) {
		OSx  = true;
	}}}

verchk =		parseInt(navigator.appVersion)
dmplf =		( document.getElementById ) ? true : false
alplf =		( document.all ) ? true : false
lyplf =		( document.layers && !dmplf ) ? true : false

bwsfr =		(( OSx ) && ( navigator.userAgent.indexOf("Safari") > -1 )) ? true : false
bwop =		( navigator.userAgent.indexOf("Opera") > -1 ) ? true : false
bwoph =		( bwop && dmplf ) ? true : false
bwopx =		( bwoph && ( OSx ))? true : false
bwie =		(( navigator.userAgent.indexOf("MSIE") >-1 ) && !bwop ) ? true : false
bwieh =		( bwie && dmplf ) ? true : false
bwiex =		( bwieh && ( OSx )) ? true : false
bwmz =		((parseInt(verchk) >= 5) && !alplf ) ? true : false
bwmzx =		( !bwsfr && ( OSx && bwmz )) ? true : false

//alert('MZX=' +bwmzx )

if ( apleOS ) {
	lpd = ( bwmzx ) ? "3px 0px -3px 0px" : ( bwoph ) ? "4px 0px 0px 0px" : ( bwie ) ? "-1px 0px 1px 0px" : "0px 0px 0px 0px"
	lpdsm = ( bwmzx ) ? "3px 0px -2px 0px" : ( bwoph ) ? "4px 0px 0px 0px" : ( bwie || !OSx ) ? "0px 0px 2px 0px" : "0px 0px 0px 0px"
	lpds = ( bwmzx ) ? "6px 0px -4px 0px" : ( bwoph ) ? "6px 0px 0px 0px" : ( OSx ) ? "2px 0px 0px 0px" : ( bwmz ) ? "5px 0px 0px 0px" : ( bwie ) ? "3px 0px 0px 0px" : "1px 0px 0px 0px"
	fsz = ( alplf ) ? "13px":"12px"
	fsz = ( lyplf ) ? "12px": ( alplf ) ? "75%" : ( bwmz ) ? "12px" : "75%"
	fszSS = "10px"
	fszNM = "10px"
	fszS = ( bwiex ) ? "9.3px" : ( !OSx && bwmz ) ? "10px" : "9px"
	fszLG = ( alplf ) ? "15px":"14px"
	fszMX = ( alplf ) ? "19px":"18px"
	fszH1 = ( alplf ) ? "30px":"30px"
	lhtTH  = ( bwmzx || bwoph ) ? "110%" : ( bwie ) ? "140%" : ( !lyplf ) ? "130%" : "110%"
	lhtSS  = ( alplf ) ? "155%":"180%"
	lhtSS  = ( !OSx && alplf ) ? "120%":"130%"
	lhtSr  = ( alplf ) ? "175%":"180%"
	lhtFT  = ( !OSx && alplf ) ? "120%": ( lyplf ) ? "140%" : "130%"	//org
	lhtFT  = ( !OSx && alplf ) ? "220%": ( lyplf ) ? "180%" : "200%"
	lhtS  = ( alplf ) ? "125%":"120%"
	lhtNR = ( bwmzx ) ? "160%" : ( !OSx && !bwmz ) ? "170%" : "165%"


	lhtRG = ( alplf ) ? "165%":"180%"
	lhtWD = ( alplf ) ? "180%":"195%"
	lts = ( alplf ) ? "0.3px" : (  !OSx && bwmz ) ? "0px" : "0.2px"
	ltsNR = ( !OSx && bwmz ) ? "-0.8px" : "0px"
	ltsSS = ( alplf ) ? "-0.5px" : ( bwsfr ) ? "0.8px" : "0.2px"
	ltsFT = ( bwie ) ? "-0.5px" : ( bwsfr ) ? "0.8px" : ( bwop ) ? "5px" : "0.2px"
	ltsNM = "0px"
//	ltsS = ( !OSx && bwmz ) ? "-0.5px" : ( bwsfr ) ? "-0.3px" : "0px"//Verdana
	ltsS = ( bwsfr ) ? "-0.3px" : ( !OSx && bwmz ) ? "-0.05px" : "0px"
	
} else {
	lpd = ( bwoph ) ? "-1px 0px 0px 0px" : ( lyplf ) ? "1px 0px 0px 0px" : "0px 0px 0px 0px"
	lpdsm = ( bwoph ) ? "-1px 0px 0px 0px" : ( lyplf ) ? "1px 0px 0px 0px" : "0px 0px 0px 0px"
	lpds = ( bwie ) ? "4px 0px 0px 0px" : "2px 0px 0px 0px" 
	fsz = ( lyplf ) ? "14px": ( alplf ) ? "82%" : ( bwmz ) ? "79%" : "85%"
	fszSS = ( dmplf || alplf ) ? "10.9px":"12px"
	fszSS = ( dmplf || alplf ) ? "11px":"12px"//MS UI Gothic
	fszSS = ( dmplf || alplf ) ? "10px":"12px"
	fszNM = ( lyplf ) ? "12px":"10px"
//	fszS = ( bwmz ) ? "9px" : ( !lyplf ) ? "9px" : "12px"
//	fszS = ( !lyplf ) ? "9px" : "11px"
	fszS = ( !lyplf ) ? "11px" : "12px"
	fszLG = ( dmplf || alplf ) ? "15px":"14px"
	fszMX = ( dmplf || alplf ) ? "20px":"19px"
	fszH1 = ( dmplf || alplf ) ? "25px":"19px"
	lhtTH  = ( bwoph ) ? "136%" : ( lyplf ) ? "120%" : "130%"
	lhtSS = ( bwie ) ? "140%" : ( lyplf ) ? "150%" : "250%"
	lhtSr = ( bwie ) ? "167%" : ( lyplf ) ? "175%" : "170%"
	lhtFT = ( bwie ) ? "100%" : ( lyplf ) ? "100%" : "101%"		//org
	lhtFT = ( bwie ) ? "160%" : ( lyplf ) ? "120%" : "180%"
	lhtS = ( dmplf || alplf ) ? "130%":"130%"
	lhtNR = ( dmplf || alplf ) ? "150%":"175%"
	lhtRG = ( dmplf || alplf ) ? "170%":"190%"
	lhtWD = ( dmplf || alplf ) ? "180%":"200%"
	lts = ( alplf ) ? "0.5px":"0px"
	ltsNR = "0px"
	ltsSS = ( alplf ) ? "1px":"0.8px"
	ltsFT = ( alplf ) ? "0.3px":"0"

	ltsNM = "0px"
//	ltsS = ( bwmz ) ? "-0.6px" : ( !lyplf ) ? "0.3px ": "0px"
//	ltsS = ( bwmz ) ? "-0.5px" : "-1px"
	ltsS = "0px"
}
sfmS = 	( !lyplf ) ? 'font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS UI Gothic"' : ''
sfmSS = 	( !lyplf ) ? 'font-family:"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック"' : ''
sfmNM = 	( !lyplf ) ? 'font-family:Verdana,Arial,Helvetica,sans-serif' : ''
//alert (bwmz)
//alert (fszSS)
//alert(ltsSS)

//sptn = ( apleOS && (dmplf || alplf || lyplf) ) ? 1 : 0.75
sptn = ( apleOS && (alplf || lyplf)) ? 1 : 0.75
spxd = ( apleOS && (alplf || lyplf)) ? 1 : 1.15
//spxa = ( apleOS && (alplf)) ? 1 : 1.15
spxa = (alplf) ? 1 : 1.1

spxe = (( apleOS && (alplf || lyplf)) || (!apleOS)) ? 0.9 : 1
//spxe = ( apleOS && (alplf || lyplf)) ? 1 : 1.1
//spxn = ( apleOS && (alplf || lyplf)) ? 1 : 1.3
if(apleOS) {	
	spxn = (alplf || lyplf) ? 1 : 1.1
	nnrg = ( alplf ) ? 1 : 0.85
} else {		
	spxn = ( !lyplf ) ? 1.2 : 1.3
	nnrg = ( alplf || lyplf ) ? 1 : 0.9
}
	
//sptw = ( !mzplf ) ? 1 : 0.9

//mzrg = (( !apleOS ) && ( !dmplf )) ? 1 : 1.05
//spmc = (( !apleOS ) && ( !mzplf )) ? 1 : 1.1
//mzft = ( !mzplf ) ? 1 : 0.8
//ft = (( !apleOS ) && ( !mzplf )) ? 1 : 1.1

csStr = ''		//for netscape 4x
	csStr += '<style type="text/css"><!--'
	csStr += ' h1 		{	font-size: '+ fszH1+';	line-height: '+ lhtNR +';	letter-spacing: '+ lts +';	} '
	csStr += ' .max 		{	font-size: '+ fszMX+';	line-height: '+ lhtNR +';	letter-spacing: '+ lts +';	} '
	csStr += ' .large 		{	font-size: '+ fszLG+';	line-height: '+ lhtNR +';	color: #555555;	letter-spacing: '+ lts +';	} '

		csStr += ' .sline 	{	font-size: '+ fsz +';		line-height: 100%;		letter-spacing: '+ ltsNR +';	} '
		csStr += ' .thin 	{	font-size: '+ fsz +';	line-height: '+ lhtTH +';	color: #555555;	letter-spacing: '+ ltsNR +';	} '
		csStr += ' .narrow 	{	font-size: '+ fsz +';	line-height: '+ lhtNR +';	color: #555555;	letter-spacing: '+ lts +';	} '
		csStr += ' .reguler 	{	font-size: '+ fsz  +';	line-height: '+ lhtRG +';	color: #555555;	letter-spacing: '+ lts +';	} '
		csStr += ' .wide 		{	font-size: '+ fsz+';	line-height: '+ lhtWD +';	color: #555555;	letter-spacing: '+ lts +';	} '
	csStr += ' .semismall	{	font-size: '+ fszSS 
					+';	line-height: '+ lhtSr
					+';	letter-spacing: '+ ltsSS
					+'; '+ sfmSS 
					+';} ' 
	csStr += ' .footer0	{	font-size: '+ fszS 
					//+';	line-height: '+ lhtFT
					//+';	letter-spacing: '+ ltsFT
					+'; '+ sfmSS
					+';} ' 
	csStr += ' .footer1	{	font-size: '+ fszS 
					+';	line-height: '+ lhtFT
					//+';	letter-spacing: '+ ltsFT
					+'; '+ sfmSS
					+';} ' 
	csStr += ' .num	{	font-size: '+ fszNM 
					+';	line-height: 101%'
					+';	letter-spacing: 0px'
					+'; '+ sfmNM 
					+';} ' 
	csStr += ' .small		{	font-size:'+ fszS 
					+';	line-height: '+ lhtS 
					+';	color: #555555;	letter-spacing: '+ ltsS 
					+'; '+ sfmS 
					+';} ' 
	csStr += ' table.p4		{	margin: ' +lpd+ ';	} ' 
	csStr += ' table.psm4		{	margin: 0 0 0 0;	} ' 	//lpdsm
	csStr += ' table.ps4		{	margin: ' +lpds+ ';	} ' 
	csStr += ' .file1 { margin:0px; padding:0px; background: blue ; overflow:hidden; } '
	csStr += ' .file2 { margin:0px; padding:0px; background: blue ; } '
	csStr += ' .flow1 { margin:0px; padding:0px; background: blue; overflow:hidden; } '
	csStr += ' .flow2 { margin:0px; padding:0px; background: blue; } '

//	csStr += ' .max0 		{	font-size: '+ (21*spxe)*sptw +'px;	line-height: 24px;	color: #555555;	font-weight:bold;letter-spacing: 0em;	} '
//	csStr += ' .max1 		{	font-size: '+ (21*spxe)*sptw +'px;	line-height: 34px;	color: #555555;	font-weight:bold;letter-spacing: 0em;	} '
//	csStr += ' .max2 		{	font-size: '+ (21*spxe)*sptw +'px;	line-height: 34px;	color: #555555;	letter-spacing: 0em;	} '
//	csStr += ' .large 		{	font-size: '+ (14*spxe)*sptw +'px;	line-height: 24px;	color: #555555;	letter-spacing: 0em;	} '
//	csStr += ' .largeB 		{	font-size: '+ (14*spxe)*sptw +'px;	line-height: 24px;	color: #555555;	letter-spacing: 0em;	font-weight:bold;	} '
//	csStr += ' .wide 	{	font-size: '+ (12*spxd)*sptw +'px;	line-height: 23px;	color: #555555;	letter-spacing: 0.05em;	} '
//	csStr += ' .wideB 	{	font-size: '+ (12*spxd)*sptw +'px;	line-height: 23px;	color: #555555;	letter-spacing: 0.1em;	font-weight:bold;	} '
//	csStr += ' .reguler 	{	font-size: '+ (12*spxd)*sptw +'px;	line-height: 20px;	color: #555555;	letter-spacing: 0.05em;	} '
//	csStr += ' .regulerB 	{	font-size: '+ (12*spxd)*sptw +'px;	line-height: 20px;	color: #555555;	letter-spacing: 0.05em;	font-weight:bold;	} '
//	csStr += ' .narrow 	{	font-size: '+ (12*spxd)*sptw +'px;	line-height: 18px;	color: #555555;	letter-spacing: 0.05em;	} '
//	csStr += ' .narrowB 	{	font-size: '+ (12*spxd)*sptw +'px;	line-height: 18px;	color: #555555;	letter-spacing: 0.05em;	font-weight:bold;	} '
//	csStr += ' .fullsmall	{	font-size: '+ (11*spxa)*nnrg +'px;	line-height: 18px;	color: #555555;	} '
//	csStr += ' .semismall	{	font-size: '+ (11*spxa)*nnrg +'px;	line-height: 16px;	color: #555555;	} '
//	csStr += ' .semismallB	{	font-size: '+ (11*spxa)*nnrg +'px;	line-height: 16px;	color: #555555;	letter-spacing: 0.05em;	font-weight:bold;	} '
//	csStr += ' .small 		{	font-size: '+ (10*spxa)*sptw +'px;	line-height: 1.2;	color: #666666;	} '

imgmt1 = (( win && !bwieh ) || ( OSx && !bwmzx )) ? "-3px" : ( win && bwieh ) ? "-1px" :"0"
imgmb1 = bwmzx ? "2px" :"0"

	csStr += '.arwright_midb_img  {	margin-top:' +imgmt1+ '; margin-bottom:' +imgmb1+ ';	} '

	if(self.location.href.indexOf("bd2007") > 0) {

	csStr += 'body  {	background: url(03-24.png) center 30% no-repeat;	} '

	}

csStr += '--></sty'+'le>'
document.write(csStr)
/*
msf,wnn,miex,msf
	.arwright_midb_img  {	margin:-3px 0px 0px 6px ;vertical-align:middle;	}
wie
	.arwright_midb_img  {	margin:-1px 0px 0px 6px ;vertical-align:middle;	}
mnnx
	.arwright_midb_img  {	margin:0px 0px 2px 6px ;vertical-align:middle;	}
*/


//alert(csStr)

	callfile = self.location.search;
	callfile = callfile.substring(1,callfile.length);
		sep = callfile.split("&");
		e = sep[sep.length-3];
		ctgnum = sep[sep.length-2];
/////////////////////////////////////////////////////////////////////////////////////////////////
	if (classID.indexOf("submembers")>= 0) {
		if (ctgnum.indexOf("TOUR07")>= 0) {
			rute = 1
			Pn = new Array( 12 )
			Pdir = new Array("tyo_0")
			Menu = new Array(
				"07.12.01 tokyo"
				)
		} else if (ctgnum.indexOf("SL07")>= 0) {
			rute = 1
			Pn = new Array( 10,7,10 )
			Pdir = new Array("tyo_0","arb_0","ngn_0")
			Menu = new Array(
				"07.04.27 tokyo",
				"07.04.28 ARABAKI ROCK FEST.07",
				"07.04.29 nagano"
				)
		} else if (ctgnum.indexOf("KIU")>= 0) {
			rute = 1
			Pn = new Array( 5,5 )
			Pdir = new Array("osk_0","tyo_0")
			Menu = new Array(
				"03.12.27 OSAKA",
				"03.12.28 TOKYO"
				)
		} else if (ctgnum.indexOf("BUGT")>= 0) {
			rute = 1
			Pn = new Array( 12,8,8,12,11 )
			Pdir = new Array("sndi_0","ngya_0","ngya_1","citta_0","liquid_0")
			Menu = new Array(
				"03.03.16 SENDAI",
				"03.03.29 NAGOYA (part1)",
				"03.03.29 NAGOYA (part2)",
				"03.04.09 CITTA",
				"03.04.06 LIQUID"
				)
		} else if (ctgnum.indexOf("EVNT")>= 0) {
			rute = 1
			Pn = new Array( 10,8,9,11,10 )
			Pdir = new Array("twrsbya_0","george_0","RIJF03_0","arbk03_0","tyo_0")
			Menu = new Array(
				"03.03.02 SHIBUYA",
				"03.06.15 KOBE",
				"03.08.02 HITACHINAKA",
				"03.09.07 MIYAGI",
				"07.08.15 SHIBUYA"
				)
		} else {
			rute = 0
			Pn = new Array( 5,5 )
			Pdir = new Array("01","02")
			Menu = new Array("VOL.01","VOL.02")
		}
	} else {
		rute = 0
		Pn = new Array( 5,5 )
		Pdir = new Array("01")
		Menu = new Array("VOL.01")
	//	Pdir = new Array("01","02")
	//	Menu = new Array("VOL.01","more...")
	}

function digSL(nm) {
//	QT_WriteOBJECT_XHTML('getoutnew.mp4','320','256','','controller','TRUE','target','myself','type','video/quicktime');
	vdir = "090529";
	stmp = "0565";
	ER = "";
	RD = nm;
//	ER += ("<div sty" + "le='margin:50px auto; text-align:center;'>" +
	ER += ("<div sty" + "le=''>" +
	"<scri" + "pt language='JavaScript' type='text/javascript'>" +
	"QT_WriteOBJECT_XHTML( '../'+ stmp +'/'+ RD +'_'+ stmp +'.mp4','320','256','','controller','TRUE','target','myself','type','video/quicktime');" +
	"</scri" + "pt>" +
	"</div>" );
document.write(ER);
}
/////////////////////////////////////////////////////////////////////////////////////////////////
function writeImage(m){
	Gn = Math.ceil(Pn[m]/Ln)
	n = 0
	trust = ( rep+raise );
	Str = '<table border="0" cellpadding="0" cellspacing="8" align="center">'
	for(i=0;i<Gn;i++){
		Str += '<tr>'
		for(j=0;j<Ln;j++){
			Str += '<td height="'+(dh-28)+'" align="center">'

			wInit();
			Thumb = '<a href="javascript:chgIMG('+n+')">'
		if (classID.indexOf("further") != 0){
			vars =  trust + '/'
			Pic = Pdir[sn] + "/" + n + ".jpg"
		//	Thumb += '<img src="'+trust+'/'+Pic+'" width="'+(Tw-6)+'" border="0"></a>'
		} else{
			vars = ctgnum + '/'
		//	Pic = ctgnum+ "/" + PID + '_' + sn  + n + ".jpg"
			Pic = Pdir[sn] + n + ".jpg"
		//	Thumb += '<img src="'+Pic+'" width="'+(Tw)+'" border="1"></a>'
		//	Thumb += n+'</a>'
		}
			Thumb += '<img src="'+ vars + Pic +'" width="'+ (Sw-6) +'" vspace="8" border="0"></a>'
		//	Thumb += '<img src="'+trust+'/'+Pic+'" width="'+(Tw-6)+'" border="0"></a>'
			Str += (n<Pn[m]) ? Thumb : "&nbsp;&nbsp;"
			Str += '</td>'
			n++
		}
		Str += '</tr></table><table border="0" cellpadding="0" cellspacing="0" align="center"><tr>'
		Str += '	<td colspan="'+Ln+'" background="" height="1"><img '
		Str += '		src="' +DP+'img/bar_837D3F.gif" width="375" height="1" vspace="0" border="0"></td></tr>'
	}
	Str += '</table> '
	return Str
}

/*
plugins7 = "video/x-ms-asf";
plugins8 = "video/x-ms-asx";
*/

	function atnInit(idName){ 
	if ( document.getElementById ) document.getElementById( idName ).style.color = document.getElementById( idName ).style.color == clh?clv:clh; 
	else if ( document.all ) document.all( idName ).style.color = document.all( idName ).style.color == clh?clv:clh; 
	}
	function mdCtrl( plg,num,add,dir ){
	Knd = ( num );
	Lcn = ( add );
	Plc = ( dir );
			if ( plg == 1 ) {
			pm = "video/x-ms-asf";
			dl= "http://www.microsoft.com/japan/windows/windowsmedia/download/default.asp";
			} else if ( plg == 2 ) {
			pm = "audio/x-pn-realaudio";
			dl= "http://www.jp.real.com/";
			}
	wmflag = 0;
	pmflag = 0;
		Str1 = ( DBaddNm[Lcn] + dirNm[Plc] +'/' );
		Str2 = ( mediaNm[Knd] );
		if(( add == 11 )||( add == 12 )) {
			Str1 = (Str1+siteID)
		}
		if ( apleOS ) {
			if(navigator.mimeTypes[pm]==null){
				pmflag=1;
			}else{
				if(navigator.mimeTypes[pm].enabledPlugin==false){
				pmflag=1;
				}else{
				pmflag=0;
				}
			}
		}
			if (( !apleOS )||( pmflag != 1 )) {
				theURL = ( Str1 + Str2 );
				
				location.href= theURL;
			} else {
				inquire = confirm("最新のプラグインが必要です。配布先を表示しますか？");
					if (inquire) {
						window.open(dl);
					} else { 
						return false;
					}
			}
	}
	OP = "";
	DP = "";
	MP = "";
	Lr = "../";
	CL = "";
	DR = "img_navi/";
	chrID = '';
	basefile = 'index.html'

	if ((classID.indexOf("php")>= 0) || (classID.indexOf("members")>= 0)) {
			if (classID.indexOf("further")>= 0) {
				MP = ( Lr + Lr + MP )
				DP = ( Lr + Lr + Lr + DP )
				DR = ( Lr + Lr + Lr + DR )
//alert(1)
			} else {
				MP = ( Lr + MP )
				DP = ( Lr + Lr + DP )
				DR = ( Lr + Lr + DR )
//alert(2)
			}
	} else if (classID.indexOf("index") == -1) {
			if (classID.indexOf("inn")>= 0) {
//alert(3)
				DP = ( Lr + Lr + DP )
				DR = ( Lr + Lr + DR )
			} else {
//alert(4)
				DP = ( Lr + DP )
				DR = ( Lr + DR )
			}
	}
//alert(5)
		btm = "837D3F";
	if (SLF.indexOf("white")>= 0) {
		CL = "_white";
		OP = "01";
	} else if (SLF.indexOf("black")>= 0) {
		CL = "_black";
		OP = "02";
	} else if (SLF.indexOf("red")>= 0) {
		CL = "_red";
		OP = "03";
	} else if (SLF.indexOf("value")>= 0) {
		CL = "_value";
		OP = "04";
	} else if (SLF.indexOf("btmgold")>= 0) {
		CL = "_nega1";
		OP = "05";
		btm = "837D3F";
	} else if (SLF.indexOf("message")>= 0) {
		CL = "_white";
		OP = "06";
	} else if (SLF.indexOf("members")>= 0) {
		CL = "_black";
		OP = "07";
	}

		naviImg = new Array(
		"navi_go_whats",
		"navi_go_video",
		"navi_go_live",
		"navi_go_message",
		"navi_go_store",		"navi_go_goods",
		"navi_go_links");

	navi_0 = DR + "navi_go_whats"+OP;
	navi_1 = DR + "navi_go_video"+OP;
	navi_2 = DR + "navi_go_live"+OP;
	navi_3 = DR + "navi_go_message"+OP;
	navi_4 = DR + "navi_go_store"+OP;	navi_4 = DR + "navi_go_goods"+OP;
	navi_5 = DR + "navi_go_links"+OP;

	function resetfileW(){
		if ( !window.opener ) {
			if (SLF.indexOf("topic")>= 0) {
				self.location.replace( basefile+'?'+opnfileNm );
			}
		} else {
			if (SLF.indexOf("index")>= 0) {
					opener.location.href = basefile;
			}
		}
		if(SLF.indexOf("topic")>= 0) {
			if(window.opener)index = opener;
		} else if(SLF.indexOf("_topic")>= 0) {
			if(window.opener) index = opener && opener.index || self ;
		}
	}
	if ( !window.opener ) {
		if ( classID.indexOf("index") != 0 ) {
			if ( classID == "localsub") {
				chrID = catID+'/';
			} else {
				chrID = catID+'/';
			}
		}
	}
	if (SLF.indexOf("topic")>= 0) {
		if ((!window.opener) && (catID != "liveschadule")) {
		opnfileNm = self.location.href.split("/");
		opnfileNm = opnfileNm[opnfileNm.length-1];
		opnfileNm = opnfileNm.split(".");
		opnfileNm = opnfileNm[opnfileNm.length-2];

			if ( classID.indexOf("serv") == 0) {
				if (classID.indexOf("php") >= 0){
					basefile = ('/' + basefile)
				} else {
					basefile = (Lr + basefile)
					opnfileNm = (chrID + opnfileNm)
				}
			} else if (classID.indexOf("index") != 0) {
				if (classID.indexOf("local") >= 0){
					if (catID == 'crossroads'){
						basefile = prtID
					}
					basefile = (DP + chrID + basefile)
				} else if (classID.indexOf("further") >= 0){
					basefile = (Lr + baseID + '_top.html')
					opnfileNm = (baseID +'/'+ opnfileNm)
				}
			} else if ( classID.indexOf("subright") != -1 ) {
				if ( catID == "liverecords") {
					opnfileNm = 'live_records_date'
				}
			}
		//alert(7)
		//resetfileW();
		}
	} else {
		basefile = self
		if ( callfile != 'lockout' ) {
			if (( callfile == '' ) || ( callfile == 'inworks' )) {
				if (( window.opener ) && ( classID.indexOf("base")>= 0 )) {
					if ( window.opener ) {
					//	opener.location.href = self.location.href;
					//	self.close();
					}
				}
			} else if ( callfile != 'instore' ) {

					//	remotefileW();
			}
		}
	}
	function remotefileW( diroption,resknd ){

//	if(callfile != 'lockout'){
		resknd = '.html'
		if( classID == 'index' ) {
			if (callfile.indexOf("whatsup") >= 0){
				diroption = 'cgi-bin/';
				resknd = '.php4'
			} else {
				diroption = '';
			}
		} else if( classID == 'localbase' ) {
				diroption = '';
		} else {
				diroption = '';
		}
		if( catID == 'onlineorder' ) {
		//	return fmwCtl();
		} else {
				return opnCtl( diroption+callfile+resknd+'?base');
		}
	}
	if( catID == 'onlineorder_form' ){
		function fmtgl() {
	//	if (( opener.location.href.indexOf('harry-staion') == -1 ) || ( opener.location.href.indexOf('test') == -1 )){
		if ( opener && ( opener.location.href.indexOf('test') == -1 )){
			self.close();
		}
		} setInterval("fmtgl()",1000)
	}
/////////////////////////////////////////////styleInit_hr.js
	function remDOC(Mnb,Plr,Swn){
		atStr = '<a ';
		lnStr = '	<td colspan="2" height="2" background="';
		Rsc = 'f3';
		dtStr = '<font class="CEgray2">2003.02.';
		Atc1 = '<tr><td bgcolor="#F0F0E9" height="36" align="center" class="reguler" nowrap>';
		Atc2 = '';
		Atc3 = '</td></tr>';
			CRc1=''
			CRc2=''
	if ( cnt > 0 ){
		if ( cnt < 11 ){
			if( Mnb == 111 ) {
			Atc1 += '&nbsp;&nbsp;<a href="bottleup_and_go/index.html" class="goldrush3"><b>アルバム収録曲｢&nbsp;<font color="#C71700">';
			Atc2 += '</font>&nbsp;｣試聴スタート！&nbsp;&gt;&gt;</b></a>&nbsp;&nbsp;';
			} else {
			mt=''
			Atc1 += '&nbsp;&nbsp;<a href="crossroads/index.html" class="atnred01"><blink id="atn">HARRY OFFICIAL FANCLUB&nbsp;“Crossroads”';
			Atc2 += '&nbsp;2/15 入会受付開始！&nbsp;&gt;&gt;</blink></a>&nbsp;&nbsp;';
			}
		} else {
			if( Mnb == 111 ) {
			mt=''
			Atc1 += '&nbsp;&nbsp;<a href="tourgoods/index.html" class="goldrush3"><b>｢ Bottle Up and Go TOUR GOODS ｣';
			Atc2 += ' 通販スタート！&nbsp;&gt;&gt;</b></a>&nbsp;&nbsp;';
			} else {
			mt=''
			Atc1 += '&nbsp;&nbsp;<a href="cr/index.html" class="atnred01"><span id="atn">HARRY OFFICIAL FANCLUB&nbsp;“Crossroads”';
			Atc2 += '&nbsp;入会受付中！&nbsp;&gt;&gt;</blink></a>&nbsp;&nbsp;';
			}
		}
		if ( Swn >= cnt ){
			if( Plr == '1' ){
				Plc1 = 'wmp'
				Plc2 = 'real'
				Alc = 'Windows Media Playerで試聴できます'
			} else if ( Plr == '2' ){
				Plc1 = 'real'
				Plc2 = 'wmp'
				Alc = 'RealPlayerで試聴できます'
			}
			if ( Swn == CST ){
			Rsc='mov'
			atStr += '		href="javascript:void(0);" ';
			atStr += '		onClick="mdCtrl('+Plr+','+Mnb+',11,02); return false;" ';
			atStr += '		onMouseOut="hvtxt(\'hv'+Swn+'\',\'\'); SwpImgRstr();"  ';
			atStr += '		onMouseOver="hvtxt(\'hv'+Swn+'\',\'white\'); ';
			atStr += '			SwpImg(\'au_'+Plc1+'_'+Swn+'\',\'\',\'img/au_'+Plc1+'_f2.gif\', ';
			atStr += '				\'au_'+Plc2+'_'+Swn+'\',\'\',\'img/au_'+Plc2+'_f3.gif\', ';
			atStr += '				1);" ';
			} else {
			atStr += '';
			Alc = '発売日カウントダウン試聴スタンバイ中';
			}
		atStr += '		><img name="au_'+Plc1+'_'+Swn+'" ';
		atStr += '		src="img/au_'+Plc1+'_'+Rsc+'.gif" width="36" height="15" border="0" alt="'+Alc+'"';
		lnStr += 'img/dot_40.gif';
		} else {
		atStr += '';
		lnStr += '';
		}
		atStr += '		>';
	}
		if( Mnb == 000 ) {
			dtStr += UPD;
			document.write(dtStr)
		} else if( Mnb == 999 ) {
			lnStr += '"><img src="img/spacer.gif" width="1" height="1" vspace="0" border="0"></td>';
			document.write(lnStr)
		} else if(( Mnb == 111 ) && ( cnt > 0 )) {
			mt = ( tNm[cnt] );
			document.write(Atc1+mt+Atc2+Atc3)
		} else if(( Mnb == 888 ) && ( cnt > 0 )) {
			document.write(Atc1+mt+Atc2+Atc3)
		} else {
			document.write(atStr)
		}

	}

function closeupCHG() {
	if(document.images) {
	CRTnm++;
		if( CRTnm >= imgs.length ) CRTnm = 0;
		document.images["closeup"].src = imgs[CRTnm].src;
		chgID = setTimeout("closeupCHG()",5000);
	}
}

function closeupGO(n) {
	if(document.images) {
		if(n == 0){
		//	clearTimeout(chgID);
			if( url[CRTnm].indexOf('lockout') != -1){
				window.open (
					url[CRTnm],
					'now_loading',
					'scrollbars=yes,resizable=yes,location=yes,menubar=yes,toolbar=yes,directories=yes,status=yes,favorites=yes'
				)
			} else if( url[CRTnm].indexOf('base') != -1){
				opnCtl(url[CRTnm])

			} else {
				location.href = url[CRTnm];
			//	return false;
			}
		} else if(n == 1) {
			clearTimeout(chgID);
		}
	} else {	alert("未対応");	}
}
		Scrollinit = "auto";
	if ( screen.height > 600 ) {
		if ( !apleOS && bwie ) {		////////////////////////////////////////////////////e5plf
			if ( classID.indexOf("sub")>= 0 && SLF.indexOf("fixed")>= 0 ) {
				Scrollinit = "auto";
			}
		flStr = '<style type="text/css"><!--'
		flStr += ' body { overflow:'+Scrollinit+'; } '
		flStr += '//--></style>'
		document.write(flStr);
		}
	}

		function reDraw(){
		if (navigator.userAgent.indexOf('Win') != -1) {
		if (navigator.appName.charAt(0) == "N" && navigator.appVersion.substring(0,3) < "4.5") {
		} else {
		self.location.reload();
		}
	} else {
		self.location.reload();
		}
	}
	window.onResise=reDraw;

	window.focus();

// stop hiding  -->