<!--
function fwLoadMenus() {
  if (window.fw_menu_0) return;
  window.fw_menu_0 = new Menu("root",103,17,"Osaka, MS UI Gothic",10,"#333333","#ffffff","#ffffcc","#66cc33");
  fw_menu_0.addMenuItem("佐倉レモン薬局","location='../shop/sakura.html'");
  fw_menu_0.addMenuItem("新高根レモン薬局","location='../shop/shintakane.html'");
  fw_menu_0.addMenuItem("市原レモン薬局","location='../shop/ichikawa.html'");
  fw_menu_0.addMenuItem("美浜レモン薬局","location='../shop/mihama.html'");
  fw_menu_0.addMenuItem("若潮薬局","location='../shop/wakashio.html'");
  fw_menu_0.bgImageUp="../images/up.gif";
  fw_menu_0.bgImageOver="../images/over.gif";
  fw_menu_0.hideOnMouseOut=true;

  fw_menu_0.writeMenus();
} // fwLoadMenus()

//-->


<!--
function fwLoadMenus() {
  if (window.fw_menu_1) return;
  window.fw_menu_1 = new Menu("root",103,17,"Osaka, MS UI Gothic",10,"#333333","#ffffff","#ffffcc","#66cc33");
  fw_menu_1.addMenuItem("佐倉レモン薬局","location='../shop/sakura.html'");
  fw_menu_1.addMenuItem("新高根レモン薬局","location='../shop/shintakane.html'");
  fw_menu_1.addMenuItem("市原レモン薬局","location='../shop/ichikawa.html'");
  fw_menu_1.addMenuItem("美浜レモン薬局","location='../shop/mihama.html'");
  fw_menu_1.addMenuItem("若潮薬局","location='../shop/wakashio.html'");
  fw_menu_1.bgImageUp="../images/up.gif";
  fw_menu_1.bgImageOver="../images/over.gif";
  fw_menu_1.hideOnMouseOut=true;

  fw_menu_1.writeMenus();
} // fwLoadMenus()

//-->