///// for StaticPage ///////ウインドウオープンfunction openWin(url,name,property) {//	newwin =window.open('https://www.hikkoshihikaku.com/include/detail_prm_01.html','cnt','toolbar=no,location=no,resizable=yes,status=no,scrollbars=yes,width=500,height=440,left=0,top=0');	newwin =window.open(url,name,property);	newwin.focus();}