//レイヤー表示切替のループ回数layLoop = "";function openBandits_cus(objID){	bkX=(window.ActiveXObject) ? document.body.scrollLeft : window.pageXOffset;	bkY=(window.ActiveXObject) ? document.body.scrollTop : window.pageYOffset;	bkWidth=(window.ActiveXObject) ? document.body.clientWidth : window.innerWidth;	bkHeight=(window.ActiveXObject) ? document.body.clientHeight : window.innerHeight;	//インラインフレーム部分を表示	document.getElementById(objID).style.display = "block";	setOverlay(objID,"transparent",getPageCenterNew(770,'x'),getPageCenterNew(580,'y'),680,580,50,"");	//バックグラウンド	getWinOff();	setOverlay_cus("Shadow","#000000",bkX,bkY,bkWidth,bkHeight*3,49,"");	moveOpacity("Shadow",0,80,10);}function getPageCenterNew(val,key){	//=================================	//　getPageMiddle()	//　Ver1.0 / 2006.11.09	//　val=ページレイアウト高さ、幅	//　key=高さ指定、幅指定	//=================================	bkWidth=(window.ActiveXObject) ? document.body.clientWidth : window.innerWidth;	bkY=(window.ActiveXObject) ? document.body.scrollTop : window.pageYOffset;	bkHeight=(window.ActiveXObject) ? document.body.clientHeight : window.innerHeight;	if(key=="x"){		var c=Math.ceil((bkWidth-val)/2);	}else if(key=="y"){		var c=Math.ceil(Math.ceil((bkHeight-val)/2+bkY));	}	return c;}function setOverlay_cus( ovlyID , ovlyColor , x , y , wdt , hgt , zidx , tag ){	//=================================	//　setOverlay()	//　Ver 1.0 / 2006.07.14	//　ovlyID=オブジェクトID	//　ovlyColor =背景色(16進数)	//　x=横座標　y=縦座標　wdt=横幅　hgt=縦幅	//　tag=オブジェクトにストリームするHTML	//=================================	var Ovly=document.getElementById(ovlyID);	Ovly.style.visibility="hidden";	Ovly.style.position="absolute";	//以下 Win IE 用 (暫定プログラム)===========	if(ovlyColor=="PNG") {		Ovly.style.backgroundColor="transparent";		//Win IEの場合AlphaImageLoaderを使用		if(window.ActiveXObject){			var AlpLdr='<DIV STYLE="width:'+wdt+'px; height:1200px;';			AlpLdr=AlpLdr+'filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\''+tag+'\',sizingMethod=\'scale\');"></DIV>';			Ovly.innerHTML=AlpLdr;		//それ以外はIMGで処理		}else{Ovly.innerHTML='<IMG SRC="'+tag+'" WIDTH="'+wdt+'" HEIGHT="'+hgt+'" VSPACE="0" HSPACE="0" BORDER="0">';}	//PNGではない場合	}else{		Ovly.style.backgroundColor=ovlyColor;		if(tag != "")Ovly.innerHTML=tag;	}	//=================================	Ovly.style.left=0;	Ovly.style.top=0;	Ovly.style.width=wdt;	Ovly.style.height=hgt;	Ovly.style.zIndex=zidx;	Ovly.style.visibility="visible";	Ovly.style.display="block";}function getWinOff(){	//ウインドウサイズ、オフセット取得	bkX=(window.ActiveXObject) ? document.body.scrollLeft : window.pageXOffset;	bkY=(window.ActiveXObject) ? document.body.scrollTop : window.pageYOffset;	bkWidth=(window.ActiveXObject) ? document.body.clientWidth : window.innerWidth;	bkHeight=(window.ActiveXObject) ? document.body.clientHeight : window.innerHeight;	return bkX,bkY,bkWidth,bkHeight}function xmlLoader( ldxml , cell , cell2 , yearVal , nt , layn){	//==============================	//　 xmlLoader() Ver1.0 / 2006.06.26	//==============================	var writeHtml_1="";	var writeHtml_2="";	//ソートデータ、ソートフィールド	var sortData_1=new Array();	var sortField=new Array();	var httpXML=generateXmlHttp();	httpXML.open("GET", ldxml , true);	httpXML.onreadystatechange=function(){		// readyState == 4で受信完了		if (httpXML.readyState == 4) {			sauceXML=httpXML.responseXML;			loadBlock=sauceXML.getElementsByTagName("news");			if(nt == "top"){				if(loadBlock.length <= 5){					loopNum = loadBlock.length;				}else{					loopNum = 5;				}			}else{				loopNum = loadBlock.length;			}			for(var i=0;i<loopNum;i++){				Keisai_y = loadBlock[i].getElementsByTagName("Keisai_y")[0].childNodes[0].nodeValue;				if(nt != "top"){					if(Keisai_y == yearVal){						//XMLから1ブロック取得						writeHtml_1=writeHtml_1+buildHtml_1(loadBlock[i],i,layn);						writeHtml_2=writeHtml_2+buildHtml_2(loadBlock[i],i,layn);					}				}else{						writeHtml_1=writeHtml_1+buildHtml_1(loadBlock[i],i,layn);						writeHtml_2=writeHtml_2+buildHtml_2(loadBlock[i],i,layn);				}			}						writeHtml_Header = '<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="535" BGCOLOR="#EEEEEE">';			writeHtml_Footer = '</TABLE>';			document.getElementById(cell).innerHTML=writeHtml_Header+writeHtml_1+writeHtml_Footer;			document.getElementById(cell2).innerHTML=writeHtml_2;		}	}	httpXML.send("");}function buildHtml_1(loadBlock,nm,layn){nm = nm+1;	//==============================	//　buildHtml() Ver1.0 / 2006.06.22	//==============================	Headline=loadBlock.getElementsByTagName("Headline")[0].childNodes[0].nodeValue;	Headline = Headline.replace(/%0D%0A/g,"<BR>");	Headline = Headline.replace(/%0A/g,"<BR>");	Headline = Headline.replace(/%0D/g,"<BR>");	Headline = Headline.replace(/\r/g,"<BR>");	Headline = Headline.replace(/\n/g,"<BR>");	SelectAnchor=loadBlock.getElementsByTagName("SelectAnchor")[0].childNodes[0].nodeValue;	LinkAddress=loadBlock.getElementsByTagName("LinkAddress")[0].childNodes[0].nodeValue;	Keisai_y=loadBlock.getElementsByTagName("Keisai_y")[0].childNodes[0].nodeValue;	Keisai_m=loadBlock.getElementsByTagName("Keisai_m")[0].childNodes[0].nodeValue;	Keisai_d=loadBlock.getElementsByTagName("Keisai_d")[0].childNodes[0].nodeValue;	SelectAnchor=loadBlock.getElementsByTagName("SelectAnchor")[0].childNodes[0].nodeValue;	reHtml_1='';		reHtml_1=reHtml_1+'<TR><TD WIDTH="65" VALIGN="TOP"><DIV CLASS="Sml" STYLE="padding-left:2px;">'+Keisai_y+"/"+Keisai_m+"/"+Keisai_d+'</DIV></TD>';	reHtml_1=reHtml_1+'<TD WIDTH="475" VALIGN="TOP"><DIV CLASS="Sml" STYLE="padding-right:2px;">';	if(SelectAnchor == "詳細情報"){		reHtml_1=reHtml_1+'<A CLASS="newsLink" HREF="javascript:openBandits_cus('+layn*nm+');">'+Headline+'</A>';	}else if(SelectAnchor == "見出しのみ"){		reHtml_1=reHtml_1+Headline;	}else{		reHtml_1=reHtml_1+'<A CLASS="newsLink" HREF="'+LinkAddress+'" TARGET="BLANK">'+Headline+'</A>';	}	reHtml_1=reHtml_1+'</DIV></TD></TR>';	reHtml_1=reHtml_1+'<TR><TD COLSPAN="2" HEIGHT="10"><IMG SRC="s.gif" WIDTH="1" HEIGHT="1" VSPACE="0" HSPACE="0" BORDER="0"></TD></TR>';	return reHtml_1;}function buildHtml_2(loadBlock,nm,layn){nm = nm+1;	//==============================	//　buildHtml() Ver1.0 / 2006.06.22	//==============================	ID=loadBlock.getElementsByTagName("ID")[0].childNodes[0].nodeValue;	NewsType=loadBlock.getElementsByTagName("NewsType")[0].childNodes[0].nodeValue;	Imgcheck=loadBlock.getElementsByTagName("Imgcheck")[0].childNodes[0].nodeValue;		Comment=loadBlock.getElementsByTagName("Comment")[0].childNodes[0].nodeValue;	Comment = Comment.replace(/%0D%0A/g,"<BR>");	Comment = Comment.replace(/%0A/g,"<BR>");	Comment = Comment.replace(/%0D/g,"<BR>");	Comment = Comment.replace(/\r/g,"<BR>");	Comment = Comment.replace(/\n/g,"<BR>");	Comment2=loadBlock.getElementsByTagName("Comment2")[0].childNodes[0].nodeValue;	Comment2 = Comment2.replace(/%0D%0A/g,"<BR>");	Comment2 = Comment2.replace(/%0A/g,"<BR>");	Comment2 = Comment2.replace(/%0D/g,"<BR>");	Comment2 = Comment2.replace(/\r/g,"<BR>");	Comment2 = Comment2.replace(/\n/g,"<BR>");	Headline=loadBlock.getElementsByTagName("Headline")[0].childNodes[0].nodeValue;	Headline = Headline.replace(/%0D%0A/g,"<BR>");	Headline = Headline.replace(/%0A/g,"<BR>");	Headline = Headline.replace(/%0D/g,"<BR>");	Headline = Headline.replace(/\r/g,"<BR>");	Headline = Headline.replace(/\n/g,"<BR>");	Keisai_y=loadBlock.getElementsByTagName("Keisai_y")[0].childNodes[0].nodeValue;	Keisai_m=loadBlock.getElementsByTagName("Keisai_m")[0].childNodes[0].nodeValue;	Keisai_d=loadBlock.getElementsByTagName("Keisai_d")[0].childNodes[0].nodeValue;	EventName=loadBlock.getElementsByTagName("EventName")[0].childNodes[0].nodeValue;	Kikan=loadBlock.getElementsByTagName("Kikan")[0].childNodes[0].nodeValue;	Place=loadBlock.getElementsByTagName("Place")[0].childNodes[0].nodeValue;	Address=loadBlock.getElementsByTagName("Address")[0].childNodes[0].nodeValue;	Tel=loadBlock.getElementsByTagName("Tel")[0].childNodes[0].nodeValue;	Web=loadBlock.getElementsByTagName("Web")[0].childNodes[0].nodeValue;	Mail=loadBlock.getElementsByTagName("Mail")[0].childNodes[0].nodeValue;	Tanto=loadBlock.getElementsByTagName("Tanto")[0].childNodes[0].nodeValue;	Time=loadBlock.getElementsByTagName("Time")[0].childNodes[0].nodeValue;	Ticket=loadBlock.getElementsByTagName("Ticket")[0].childNodes[0].nodeValue;	Syusai=loadBlock.getElementsByTagName("Syusai")[0].childNodes[0].nodeValue;	Kyoryoku=loadBlock.getElementsByTagName("Kyoryoku")[0].childNodes[0].nodeValue;	Kaisai=loadBlock.getElementsByTagName("Kaisai")[0].childNodes[0].nodeValue;	reHtml_2='';	reHtml_2=reHtml_2+'<DIV ID="'+layn*nm+'" STYLE="position:absolute; z-index:-1; display:none;">';	reHtml_2=reHtml_2+'<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="770" BGCOLOR="#FFFFFF">';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="4">';		if(Headline != "-"){		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="10" ALT=""><BR>';		reHtml_2=reHtml_2+'<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="760" BGCOLOR="#FFFFFF">';		reHtml_2=reHtml_2+'<TR><TD WIDTH="10" ROWSPAN="3"><IMG SRC="s.gif" WIDTH="10" HEIGHT="1" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD COLSPAN="2" HEIGHT="3" STYLE="background: url(../adm_news/title_bg1.gif) no-repeat;">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD WIDTH="10" ROWSPAN="3"><IMG SRC="s.gif" WIDTH="10" HEIGHT="1" ALT=""></TD></TR>';				reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="15" STYLE="background: url(../adm_news/title_bg2.gif);">';		reHtml_2=reHtml_2+'<DIV CLASS="fairName">'+Headline+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="7" STYLE="background: url(../adm_news/title_bg3.gif) no-repeat;">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="7" ALT=""></TD></TR>';		reHtml_2=reHtml_2+'</TABLE>';	}	reHtml_2=reHtml_2+'</TD></TR>';	reHtml_2=reHtml_2+'<TR><TD WIDTH="10" VALIGN="TOP"><IMG SRC="s.gif" WIDTH="10" HEIGHT="1" ALT=""></TD>';	if(Imgcheck != "-"){		if(Imgcheck!="-" || Imgcheck!="" || Imgcheck!="undefined" || Imgcheck!="0"){				reHtml_2=reHtml_2+'<TD WIDTH="330" VALIGN="TOP">';			for(var i=1; i<=Imgcheck; i++){				reHtml_2=reHtml_2+'<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="230" HEIGHT="230" BGCOLOR="#FFFFFF">';				reHtml_2=reHtml_2+'<TR><TD BACKGROUND="http:\/\/www.pearlgakki.com\/info_diary\/staffdiary\/news\/news_'+ID+'_'+i+'.jpg" HEIGHT="240"><IMG SRC="../adm_news\/mask_news.gif" WIDTH="320" HEIGHT="240" VSPACE="0" HSPACE="0" BORDER="0"><\/TD><\/TR>';				reHtml_2=reHtml_2+'<TR><TD HEIGHT="10"><IMG SRC="s.gif" WIDTH="1" HEIGHT="10" ALT=""></TD></TR>';				reHtml_2=reHtml_2+'<\/TABLE>';			}		}				reHtml_2=reHtml_2+'</TD><TD WIDTH="420" VALIGN="TOP">';	}else{		reHtml_2=reHtml_2+'<TD VALIGN="TOP" ></TD><TD>';	}	if(Imgcheck != "-"){		reHtml_2=reHtml_2+'<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="420">';	}else{		reHtml_2=reHtml_2+'<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="750">';		}	if(Comment != "-"){		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2"  VALIGN="TOP">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="5" ALT=""><BR>';		reHtml_2=reHtml_2+'<DIV CLASS="Cyp" STYLE="color:0000CC; padding:5px 10px 10px 0px;">'+Comment+'</DIV>';		reHtml_2=reHtml_2+'</TD></TR>';			reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="1" VALIGN="TOP" BGCOLOR="#666666">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="1" ALT=""><BR>';		reHtml_2=reHtml_2+'</TD></TR>';			reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="5" VALIGN="TOP">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="5" ALT=""><BR>';		reHtml_2=reHtml_2+'</TD></TR>';		}	if(Comment2 != "-"){		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2"  VALIGN="TOP">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="5" ALT=""><BR>';		reHtml_2=reHtml_2+'<DIV CLASS="Cyp" STYLE="color:333333; padding:5px 10px 10px 0px;">'+Comment2+'</DIV>';		reHtml_2=reHtml_2+'</TD></TR>';			reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="1" VALIGN="TOP" BGCOLOR="#666666">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="1" ALT=""><BR>';		reHtml_2=reHtml_2+'</TD></TR>';			reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="5" VALIGN="TOP">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="5" ALT=""><BR>';		reHtml_2=reHtml_2+'</TD></TR>';		}		if(EventName != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_event.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+EventName+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Place != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_kikan.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+Place+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Address != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_adrs.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+Address+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}			if(Kaisai != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_date.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+Kaisai+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Time != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_time.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+Time+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Tel != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_tel.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+Tel+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Web != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_web.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;"><A HREF="'+Web+'" TARGET="_BLANK">'+Web+'</A></DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Mail != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_mail.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;"><A HREF="mailto:'+Mail+'">'+Mail+'</A></DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Tanto != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_tanto.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+Tanto+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Ticket != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_tiket.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+Ticket+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Syusai != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_syusai.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+Syusai+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}		if(Kyoryoku != "-"){		reHtml_2=reHtml_2+'<TR><TD WIDTH="75" VALIGN="TOP"><IMG SRC="../adm_news/nlabel_kyoryoku.gif" WIDTH="75" HEIGHT="15" ALT=""></TD>';		reHtml_2=reHtml_2+'<TD HEIGHT="15" VALIGN="TOP"><DIV CLASS="Cyp" STYLE="padding-left:3px;">'+Kyoryoku+'</DIV></TD></TR>';		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="3"><IMG SRC="s.gif" WIDTH="1" HEIGHT="3" ALT=""></TD></TR>';	}	if((EventName != "-")&&(Place != "-")&&(Kaisai != "-")&&(Address != "-")&&(Tel != "-")&&(Web != "-")&&(Mail != "-")&&(Time != "-")&&(Tanto != "-")&&(Ticket != "-")){		reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="1" VALIGN="TOP" BGCOLOR="#666666">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="1" ALT=""><BR>';		reHtml_2=reHtml_2+'</TD></TR>';			reHtml_2=reHtml_2+'<TR><TD COLSPAN="2" HEIGHT="5" VALIGN="TOP">';		reHtml_2=reHtml_2+'<IMG SRC="s.gif" WIDTH="1" HEIGHT="5" ALT=""><BR>';		reHtml_2=reHtml_2+'</TD></TR>';		}		reHtml_2=reHtml_2+'<TR><TD WIDTH="430" HEIGHT="20" COLSPAN="2"><IMG SRC="s.gif" WIDTH="1" HEIGHT="20" ALT=""></TD></TR>';	reHtml_2=reHtml_2+'</TABLE>';	reHtml_2=reHtml_2+'</TD>';	reHtml_2=reHtml_2+'<TD WIDTH="10" VALIGN="TOP"><IMG SRC="s.gif" WIDTH="10" HEIGHT="1" ALT=""></TD></TR>';	reHtml_2=reHtml_2+'<TR><TD WIDTH="760" HEIGHT="*" COLSPAN="3"><DIV ID="Cnt"><A HREF="javascript:clearBandits_only('+layn*nm+');"><IMG SRC="../adm_news/btn_close.jpg" WIDTH="122" HEIGHT="26" ALT=""></A></DIV></TD></TR>';	reHtml_2=reHtml_2+'<TR><TD WIDTH="430" HEIGHT="*" COLSPAN="3" ALIGN="CENTER"><IMG SRC="s.gif" WIDTH="1" HEIGHT="10" ALT=""></TD></TR>';	reHtml_2=reHtml_2+'</TABLE>';	reHtml_2=reHtml_2+'</DIV>';	return reHtml_2;}function clearBandits_only(objID){	//=================================	//　clearBandits()	//　Ver1.0 / 2006.08.19	//=================================	document.getElementById(objID).style.visibility="hidden";	document.getElementById("Shadow").style.visibility="hidden";}//レイヤー表示の切替function changeLay(sl){	for(var i=0; i<=layLoop; i++){		hideLay('sub'+i);	}	showLay('sub'+sl);}function showLay(layName){	if(document.all)document.all(layName).style.visibility ="visible";	else if(document.layers)document.layers[layName].visibility ="show";	else if(document.getElementById)document.getElementById(layName).style.visibility ="visible";}function hideLay(layName){	if(document.all)document.all(layName).style.visibility ="hidden";	else if(document.layers)document.layers[layName].visibility ="hide";	else if(document.getElementById)document.getElementById(layName).style.visibility ="hidden";}