//上島店拡大地図function newwindow1(url) {	win = window.open(url,"index","width=600,height=480,scrollbars=0,resizable=0,location=0");	win.focus();}//西伊場店拡大地図function newwindow2(url) {	win = window.open(url,"index","width=600,height=480,scrollbars=0,resizable=0,location=0");	win.focus();}//磐田店拡大地図function newwindow3(url) {	win = window.open(url,"index","width=600,height=480,scrollbars=0,resizable=0,location=0");	win.focus();}