function flower(){window1 = window.open('../popup_guide_flower/11a.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");window1.moveTo(20,20);window2 = window.open('../popup_guide_flower/11b.html', 'window2', "width=300,height=200,scrollbars=no,resizable=no");window2.moveTo(40,40);window3 = window.open('../popup_guide_flower/11c.html', 'window3', "width=300,height=200,scrollbars=no,resizable=no");window3.moveTo(60,60);}/*管理される方へ毎月の「旬の花」を簡単に更新できるよう月別に分けておきますので、以下は消さないようにしてください。使用方法は、該当月のスクリプト部分を上部へコピー＆ペーストして保存するだけです。■1月（以下3行）function flower(){window1 = window.open('../popup_guide_flower/01.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");}■2月（以下3行）function flower(){window1 = window.open('../popup_guide_flower/02.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");}■3月（以下4行）function flower(){window1 = window.open('../popup_guide_flower/03a.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");window1.moveTo(20,20);window2 = window.open('../popup_guide_flower/03b.html', 'window2', "width=300,height=200,scrollbars=no,resizable=no");window2.moveTo(40,40);}■4月（以下5行）function flower(){window1 = window.open('../popup_guide_flower/04a.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");window1.moveTo(20,20);window2 = window.open('../popup_guide_flower/04b.html', 'window2', "width=300,height=200,scrollbars=no,resizable=no");window2.moveTo(40,40);window3 = window.open('../popup_guide_flower/04c.html', 'window3', "width=300,height=200,scrollbars=no,resizable=no");window3.moveTo(60,60);}■5月（以下3行）function flower(){window1 = window.open('../popup_guide_flower/05.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");}■6月（以下3行）function flower(){window1 = window.open('../popup_guide_flower/06.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");}■7月（以下3行）function flower(){window1 = window.open('../popup_guide_flower/07.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");}■8月（以下3行）function flower(){window1 = window.open('../popup_guide_flower/08.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");}■9月（以下3行）function flower(){window1 = window.open('../popup_guide_flower/09.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");}■10月（以下3行）function flower(){window1 = window.open('../popup_guide_flower/10.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");}■11月（以下5行）function flower(){window1 = window.open('../popup_guide_flower/11a.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");window1.moveTo(20,20);window2 = window.open('../popup_guide_flower/11b.html', 'window2', "width=300,height=200,scrollbars=no,resizable=no");window2.moveTo(40,40);window3 = window.open('../popup_guide_flower/11c.html', 'window3', "width=300,height=200,scrollbars=no,resizable=no");window3.moveTo(60,60);}■12月（以下3行）function flower(){window1 = window.open('../popup_guide_flower/12.html', 'window1', "width=300,height=200,scrollbars=no,resizable=no");}*/