﻿if (document.images) {

/* TOP */
var cnt01on = new Image();
cnt01on.src = "images/organic2.jpg";
var cnt01off = new Image();
cnt01off.src = "images/organic.jpg";

var cnt02on = new Image();
cnt02on.src = "images/warmathome2.jpg";
var cnt02off = new Image();
cnt02off.src = "images/warmathome.jpg";

var cnt03on = new Image();
cnt03on.src = "images/top_lunch2.jpg";
var cnt03off = new Image();
cnt03off.src = "images/top_lunch.jpg";

var cnt33on = new Image();
cnt33on.src = "images/top_partyplan2.jpg";
var cnt33off = new Image();
cnt33off.src = "images/top_partyplan.jpg";

var cnt04on = new Image();
cnt04on.src = "images/top_homemade2.jpg";
var cnt04off = new Image();
cnt04off.src = "images/top_homemade.jpg";

var cnt05on = new Image();
cnt05on.src = "images/top_healthydinner2.jpg";
var cnt05off = new Image();
cnt05off.src = "images/top_healthydinner.jpg";

var cnt35on = new Image();
cnt35on.src = "images/top_healthydinner_091010-2.jpg";
var cnt35off = new Image();
cnt35off.src = "images/top_healthydinner_091010.jpg";

var cnt06on = new Image();
cnt06on.src = "images/top_dressing2.jpg";
var cnt06off = new Image();
cnt06off.src = "images/top_dressing.jpg";

var cnt07on = new Image();
cnt07on.src = "images/top_seasonwine2.jpg";
var cnt07off = new Image();
cnt07off.src = "images/top_seasonwine.jpg";

var cnt37on = new Image();
cnt37on.src = "images/top_seasonwine_091010-2.jpg";
var cnt37off = new Image();
cnt37off.src = "images/top_seasonwine_091010.jpg";

var cnt08on = new Image();
cnt08on.src = "images/ecological2.jpg";
var cnt08off = new Image();
cnt08off.src = "images/ecological.jpg";

var cnt09on = new Image();
cnt09on.src = "images/top_terrace2.jpg";
var cnt09off = new Image();
cnt09off.src = "images/top_terrace.jpg";

var cnt39on = new Image();
cnt39on.src = "images/top_terrace_091010-2.jpg";
var cnt39off = new Image();
cnt39off.src = "images/top_terrace_091010.jpg";

var cnt10on = new Image();
cnt10on.src = "images/top_privatespace2.jpg";
var cnt10off = new Image();
cnt10off.src = "images/top_privatespace.jpg";

var cnt11on = new Image();
cnt11on.src = "images/top_party2.jpg";
var cnt11off = new Image();
cnt11off.src = "images/top_party.jpg";

var cnt12on = new Image();
cnt12on.src = "images/top_coupon2.jpg";
var cnt12off = new Image();
cnt12off.src = "images/top_coupon.jpg";

var cnt13on = new Image();
cnt13on.src = "images/top_parking2.jpg";
var cnt13off = new Image();
cnt13off.src = "images/top_parking.jpg";

var cnt14on = new Image();
cnt14on.src = "images/ecological2.jpg";
var cnt14off = new Image();
cnt14off.src = "images/ecological.jpg";

var cnt15on = new Image();
cnt15on.src = "images/top_staff2.jpg";
var cnt15off = new Image();
cnt15off.src = "images/top_staff.jpg";

}

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');
  }
}