items["home"] = new Item("home");
items["home"].on.src = "nav/home_on.gif";
items["home"].off.src = "nav/home_off.gif";

items["news"] = new Item("news");
items["news"].on.src = "nav/news_on.gif";
items["news"].off.src = "nav/news_off.gif";

items["artists"] = new Item("artists");
items["artists"].on.src = "nav/artists_on.gif";
items["artists"].off.src = "nav/artists_off.gif";

items["win"] = new Item("win");
items["win"].on.src = "nav/win_on.gif";
items["win"].off.src = "nav/win_off.gif";

items["mobile"] = new Item("mobile");
items["mobile"].on.src = "nav/mobile_on.gif";
items["mobile"].off.src = "nav/mobile_off.gif";

items["video"] = new Item("video");
items["video"].on.src = "nav/video_on.gif";
items["video"].off.src = "nav/video_off.gif";

items["join"] = new Item("join");
items["join"].on.src = "nav/join_on.gif";
items["join"].off.src = "nav/join_off.gif";

items["tours"] = new Item("tours");
items["tours"].on.src = "nav/tours_on.gif";
items["tours"].off.src = "nav/tours_off.gif";

items["buy"] = new Item("buy");
items["buy"].on.src = "nav/buy_on.gif";
items["buy"].off.src = "nav/buy_off.gif";

items["radio"] = new Item("radio");
items["radio"].on.src = "nav/radio_on.gif";
items["radio"].off.src = "nav/radio_off.gif";