﻿if (document.images) {

/* GUIDE */
var guide01on = new Image();
guide01on.src = "thisimages/peta-note2.jpg";
var guide01off = new Image();
guide01off.src = "thisimages/peta-note.jpg";

/*
var guide02on = new Image();
guide02on.src = "thisimages/ippin2.jpg";
var guide02off = new Image();
guide02off.src = "thisimages/ippin.jpg";
*/

var guide021on = new Image();
guide021on.src = "thisimages/onlineShop_on.jpg";
var guide021off = new Image();
guide021off.src = "thisimages/onlineShop.jpg";

var guide03on = new Image();
guide03on.src = "postbook/sidebar/rourouNewArrivals2.jpg";
var guide03off = new Image();
guide03off.src = "postbook/sidebar/rourouNewArrivals.jpg";

var guide04on = new Image();
guide04on.src = "postbook/sidebar/yokohamaDreamBanner_on.jpg";
var guide04off = new Image();
guide04off.src = "postbook/sidebar/yokohamaDreamBanner.jpg";


/* PAGE */
var page01on = new Image();
page01on.src = "thisimages/pagenum01on.gif";
var page01off = new Image();
page01off.src = "thisimages/pagenum01.gif";

var page02on = new Image();
page02on.src = "thisimages/pagenum02on.gif";
var page02off = new Image();
page02off.src = "thisimages/pagenum02.gif";

var page03on = new Image();
page03on.src = "thisimages/pagenum03on.gif";
var page03off = new Image();
page03off.src = "thisimages/pagenum03.gif";

var page04on = new Image();
page04on.src = "thisimages/pagenum04on.gif";
var page04off = new Image();
page04off.src = "thisimages/pagenum04.gif";

var page05on = new Image();
page05on.src = "thisimages/pagenum05on.gif";
var page05off = new Image();
page05off.src = "thisimages/pagenum05.gif";

var page06on = new Image();
page06on.src = "thisimages/pagenum06on.gif";
var page06off = new Image();
page06off.src = "thisimages/pagenum06.gif";

var page07on = new Image();
page07on.src = "thisimages/pagenum07on.gif";
var page07off = new Image();
page07off.src = "thisimages/pagenum07.gif";

var page08on = new Image();
page08on.src = "thisimages/pagenum08on.gif";
var page08off = new Image();
page08off.src = "thisimages/pagenum08.gif";


}

function On(name) {
  if (document.images) {
    document.images[name].src = eval(name + 'on.src');
  }
}

function Off(name) {
  if (document.images) {
    document.images[name].src = eval(name + 'off.src');
  }
}



/* PANKUZU */
thisCatName1 = new Array(6);
thisCatName1[0]="ヨコハマこの人";
thisCatName1[1]="ヨコハマ趣味人";
thisCatName1[2]="歌でつづる横浜の歴史";
thisCatName1[3]="モトマチワンヌ";
thisCatName1[4]="横浜スタイル";
thisCatName1[5]="コラム";

thisCatUrl1 = new Array(6);
thisCatUrl1[0]="http://yokohama-now.jp/home/?cat=11";
thisCatUrl1[1]="http://yokohama-now.jp/home/?cat=14";
thisCatUrl1[2]="http://yokohama-now.jp/home/?cat=19";
thisCatUrl1[3]="http://yokohama-now.jp/home/?cat=18";
thisCatUrl1[4]="http://yokohama-now.jp/home/?cat=24";
thisCatUrl1[5]="http://yokohama-now.jp/home/?cat=12";

thisCatName2 = new Array(6);
thisCatName2[0]="横浜カルチャー";
thisCatName2[1]="横浜自我自賛";
thisCatName2[2]="ヒトリゴト";
thisCatName2[3]="ともの現場";
thisCatName2[4]="最近のネット＆デジタル事情";
thisCatName2[5]="横浜ブックス";


thisCatUrl2 = new Array(6);
thisCatUrl2[0]="http://yokohama-now.jp/home/?cat=20";
thisCatUrl2[1]="http://yokohama-now.jp/home/?cat=22";
thisCatUrl2[2]="http://yokohama-now.jp/home/?cat=16";
thisCatUrl2[3]="http://yokohama-now.jp/home/?cat=17";
thisCatUrl2[4]="http://yokohama-now.jp/home/?cat=21";
thisCatUrl2[5]="http://yokohama-now.jp/home/?cat=23";

