books = new Image();
books.src = "gfx/head_books.gif";

contact = new Image();
contact.src = "gfx/head_contact.gif";

destinations = new Image();
destinations.src = "gfx/head_destinations.gif";

details = new Image();
details.src = "gfx/head_details.gif";

food = new Image();
food.src = "gfx/head_food.gif";

intro = new Image();
intro.src = "gfx/head_intro.gif";

packages = new Image();
packages.src = "gfx/head_packages.gif";

photos = new Image();
photos.src = "gfx/head_photos.gif";

yachts = new Image();
yachts.src = "gfx/head_yachts.gif";

quote_elvis = new Image();
quote_elvis.src = "gfx/quote_elvis.gif";

quote_frank = new Image();
quote_frank.src = "gfx/quote_frank.gif";

quote_larry = new Image();
quote_larry.src = "gfx/quote_larry.gif";

quote_patrick = new Image();
quote_patrick.src = "gfx/quote_patrick.gif";

quote_queen = new Image();
quote_queen.src = "gfx/quote_queen.gif";

quote_santana = new Image();
quote_santana.src = "gfx/quote_santana.gif";

quote_dad = new Image();
quote_dad.src = "gfx/quote_dad.gif";

quote_barry = new Image();
quote_barry.src = "gfx/quote_barry.gif";

quote_7of9 = new Image();
quote_7of9.src = "gfx/quote_7of9.gif";

function imageChange(imageName) {
	document.images.head.src = eval(imageName + ".src");
}


