if (document.images) {

hang = new Image();
buzz = new Image();
star = new Image();
eye = new Image();
tsunami = new Image();
dark = new Image();

b1 = new Image();
b2 = new Image();
b3 = new Image();
b4 = new Image();
b5 = new Image();
b6 = new Image();

about = new Image();
buy = new Image();
homeimg = new Image();
coffees = new Image();

hang_o = new Image();
buzz_o = new Image();
star_o = new Image();
eye_o = new Image();
tsunami_o = new Image();
dark_o = new Image();

b1_o = new Image();
b2_o = new Image();
b3_o = new Image();
b4_o = new Image();
b5_o = new Image();
b6_o = new Image();

about_o = new Image();
buy_o = new Image();
home_o = new Image();
coffees_o = new Image();

hang.src = "images/long_02.gif";
buzz.src = "images/long_09.gif";
star.src = "images/long_16.gif";
eye.src = "images/long_18.gif";
tsunami.src = "images/long_21.gif";
dark.src = "images/long_26.gif";

b1.src = "images/long_04.gif";
b2.src = "images/long_06.gif";
b3.src = "images/long_12.gif";
b4.src = "images/long_15.gif";
b5.src = "images/long_17.gif";
b6.src = "images/long_20.gif";

about.src = "images/long_30.gif";
buy.src = "images/long_31.gif";
homeimg.src = "images/long_28.gif";
coffees.src = "images/long_33.gif";

hang_o.src = "images/long_o_02.gif";
buzz_o.src = "images/long_o_09.gif";
star_o.src = "images/long_o_16.gif";
eye_o.src = "images/long_o_18.gif";
tsunami_o.src = "images/long_o_21.gif";
dark_o.src = "images/long_o_26.gif";

b1_o.src = "images/long_o_04.gif";
b2_o.src = "images/long_o_06.gif";
b3_o.src = "images/long_o_12.gif";
b4_o.src = "images/long_o_15.gif";
b5_o.src = "images/long_o_17.gif";
b6_o.src = "images/long_o_20.gif";

about_o.src = "images/long_o_30.gif";
buy_o.src = "images/long_o_31.gif";
home_o.src = "images/long_o_28.gif";
coffees_o.src = "images/long_o_33.gif";

}

// function for opening new windows //
function openCoffee() {
	newWin = window.open('coffee.html','smWin','height=250,width=360,toolbar=no,location=no,scrollbars=auto,resizable=yes');
	newWin.focus();
}