<!-- トップページ -->
function TopPage() {
  parent.frame_top.location = "frame_top.html"
  parent.frame_left.location = "frame_left.html"
  parent.promo.location = "main/promo.html"
  }

<!-- 割引・特典付 -->
function Waribiki() 
  {
  document.waribikiform.method = "POST"             ;
  document.waribikiform.action  = "/cgi-bin/mes_genre_list.cgi" ;
  document.waribikiform.target  = "promo";
  document.waribikiform.submit();

  parent.frame_left.location = "frame_left.html"
  }

<!-- 新規銘柄 -->
function Shinki() 
  {
  document.shinkiform.method = "POST"             ;
  document.shinkiform.action  = "/cgi-bin/mes_genre_list.cgi" ;
  document.shinkiform.target  = "promo";
  document.shinkiform.submit();

  parent.frame_left.location = "frame_left.html"
  }

<!-- ジャンル -->
function Genru() 
  {
  document.genreform.method = "POST"             ;
  document.genreform.action  = "/cgi-bin/mes_genre_list.cgi" ;
  document.genreform.target  = "promo";
  document.genreform.submit();

  parent.frame_left.location = "frame_left.html"
  }

<!-- 商品コード -->
function ShohinExec() 
  {
  parent.frame_left.location = "frame_left.html"
  document.zasshicodeform.method = "POST"             ;
  document.zasshicodeform.action  = "/cgi-bin/mes_genre_detail.cgi" ;
  document.zasshicodeform.target  = "promo";
  document.zasshicodeform.submit();
  }


