//<![CDATA[var infostatus=0;var textnode="<strong>アンジェリカ多摩</strong><br />東京都多摩市貝取2-2-4-403";function googlemap(){	var map=new GMap2(document.getElementById("gmap"));	map.setCenter(new GLatLng(35.620856,139.441058),14);	map.addControl(new GLargeMapControl());	map.addControl(new GOverviewMapControl(new GSize(125,125)));	var marker=new GMarker(map.getCenter());	map.addOverlay(marker);	marker.openInfoWindowHtml(textnode);	GEvent.addListener(marker,"click",function() {		if (!infostatus) {			infostatus=1;			marker.openInfoWindowHtml(textnode);		} else {			infostatus=0;			map.closeInfoWindow();		}	});}//]]>function News() {	fade=3;	detail=document.getElementById("news-detail");	ticker=document.getElementById("news-ticker");	w=document.compatMode=="CSS1Compat"?(document.documentElement?document.documentElement.clientWidth:document.body.clientWidth):document.body.clientWidth;	//bytefx.$event(detail,"onclick",NewsHide);	bytefx.$event(ticker,"onclick",NewsVisible);	detail.style.position="absolute";	detail.style.zIndex=0;	ticker.style.zIndex=1;	detail.style.left=(Math.floor(w/2)-250)+"px";	detail.style.top=(ticker.offsetTop+20)+"px";	bytefx.fade(detail,100,0,fade);	bytefx.fade(ticker,0,100,fade);}function NewsVisible() {	ticker.onclick="";	bytefx.$event(detail,"onclick",NewsHide);	detail.style.zIndex=1;	ticker.style.zIndex=0;	bytefx.fade(detail,0,100,fade);	bytefx.fade(ticker,100,30,fade);}function NewsHide() {	detail.onclick="";	bytefx.$event(ticker,"onclick",NewsVisible);	detail.style.zIndex=0;	ticker.style.zIndex=1;	bytefx.fade(detail,100,0,fade);	bytefx.fade(ticker,30,100,fade);}