var tagData={gourmet:{tagImg:'img/parts/eat0-title.gif',col:'ffcc99',ttlImg:'img/parts/gourmet-title.gif',tagId:'idEattag',tblId:'idEattbl',ttlId:'idEatttl',lstId:'idEatlst',facId:'idEatfac'},sweets:{tagImg:'img/parts/eat1-title.gif',col:'f6e76d',ttlImg:'img/parts/sweets-title.gif',tagId:'idEattag',tblId:'idEattbl',ttlId:'idEatttl',lstId:'idEatlst',facId:'idEatfac'},alcohol:{tagImg:'img/parts/eat2-title.gif',col:'f6e76d',ttlImg:'img/parts/alcohol-title.gif',tagId:'idEattag',tblId:'idEattbl',ttlId:'idEatttl',lstId:'idEatlst',facId:'idEatfac'},beauty:{tagImg:'img/parts/play0-title.gif',col:'ff9999',ttlImg:'img/parts/beauty-title.gif',tagId:'idPlaytag',tblId:'idPlaytbl',ttlId:'idPlayttl',lstId:'idPlaylst',facId:'idPlayfac'},shopping:{tagImg:'img/parts/play1-title.gif',col:'ffcccc',ttlImg:'img/parts/shopping-title.gif',tagId:'idPlaytag',tblId:'idPlaytbl',ttlId:'idPlayttl',lstId:'idPlaylst',facId:'idPlayfac'},school:{tagImg:'img/parts/live0-title.gif',col:'58d8d9',ttlImg:'img/parts/school-title.gif',tagId:'idLivetag',tblId:'idLivetbl',ttlId:'idLivettl',lstId:'idLivelst',facId:'idLivefac'},life:{tagImg:'img/parts/live1-title.gif',col:'b8f5ed',ttlImg:'img/parts/life-title.gif',tagId:'idLivetag',tblId:'idLivetbl',ttlId:'idLivettl',lstId:'idLivelst',facId:'idLivefac'},business:{tagImg:'img/parts/live2-title.gif',col:'b8f5ed',ttlImg:'img/parts/business-title.gif',tagId:'idLivetag',tblId:'idLivetbl',ttlId:'idLivettl',lstId:'idLivelst',facId:'idLivefac'}};function shopsInit(){preloadImage('img/parts/eat0-title.gif');preloadImage('img/parts/eat1-title.gif');preloadImage('img/parts/eat2-title.gif');preloadImage('img/parts/play0-title.gif');preloadImage('img/parts/play1-title.gif');preloadImage('img/parts/live0-title.gif');preloadImage('img/parts/live1-title.gif');preloadImage('img/parts/live2-title.gif');}function switchTag(cgry){var dat=tagData[cgry];var tag=document.getElementById(dat.tagId);var tbl=document.getElementById(dat.tblId);var ttl=document.getElementById(dat.ttlId);var lst=document.getElementById(dat.lstId);var fac=document.getElementById(dat.facId);if(tag)tag.src=dat.tagImg;if(tbl)tbl.bgColor=dat.col;if(ttl)ttl.src=dat.ttlImg;if(lst)lst.innerHTML=shoplistData[cgry];if(fac)fac.innerHTML=shopfaceData[cgry];}var menuData={gourmet:{mnuId:'idGroumetMenu'},sweets:{mnuId:'idSweetsMenu'},alcohol:{mnuId:'idAlcoholMenu'},beauty:{mnuId:'idBeautyMenu'},shopping:{mnuId:'idShoppingMenu'},school:{mnuId:'idSchoolMenu'},life:{mnuId:'idLifeMenu'},business:{mnuId:'idBusinessMenu'}};function switchMenu(cgry,sts){var id=menuData[cgry].mnuId;var tbl=document.getElementById(id);if(tbl){if(sts==true)tbl.style.visibility='visible';else tbl.style.visibility='hidden';}}