<!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images && (preloadFlag == true)) {
		for (var i=0; i<changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		
		menu1_1999_over = newImage("logo/images/menu1-1999_over.jpg");
		menu1_1998_over = newImage("logo/images/menu1-1998_over.jpg");
		menu1_1997_over = newImage("logo/images/menu1-1997_over.jpg");
		menu1_1996_over = newImage("logo/images/menu1-1996_over.jpg");
		menu2_lucy02_over = newImage("logo/images/menu2-lucy02_over.jpg");
		menu2_lucy97_over = newImage("logo/images/menu2-lucy97_over.jpg");
		menu2_2003_over = newImage("logo/images/menu2-2003_over.jpg");
		menu2_2002_over = newImage("logo/images/menu2-2002_over.jpg");
		menu2_2001_over = newImage("logo/images/menu2-2001_over.jpg");
		menu2_2000_over = newImage("logo/images/menu2-2000_over.jpg");
		menu2_1999_over = newImage("logo/images/menu2-1999_over.jpg");
		menu2_1998_over = newImage("logo/images/menu2-1998_over.jpg");
		menu2_coverindex_over = newImage("logo/images/menu2-coverindex_over.jpg");
		
		bottomcurve_coverindex_over = newImage("logo/images/bottomcurve-coverindex_over.jpg");
		preloadFlag = true;
	}
}


var image = new Array();
var index

image[0] = '<IMG SRC =\"images/small/l1.jpg\" ALT="">';
image[1] = '<IMG SRC =\"images/small/g1.jpg\" ALT="">';
image[2] = '<IMG SRC =\"images/small/g2.jpg\" ALT="">';
image[3] = '<IMG SRC =\"images/small/l2.jpg\" ALT="">';
image[4] = '<IMG SRC =\"images/small/g7.jpg\" ALT="">';
image[5] = '<IMG SRC =\"images/small/l7.jpg\" ALT="">';
image[6] = '<IMG SRC =\"images/small/l8.jpg\" ALT="">';
image[7] = '<IMG SRC =\"images/small/g8.jpg\" ALT="">';
image[8] = '<IMG SRC =\"images/small/g13.jpg\" ALT="">';
image[9] = '<IMG SRC =\"images/small/l13.jpg\" ALT="">';
image[10] = '<IMG SRC =\"images/small/g14.jpg\" ALT="">';
image[11] = '<IMG SRC =\"images/small/l14.jpg\" ALT="">';
image[12] = '<IMG SRC =\"images/small/l19.jpg\" ALT="">';
image[13] = '<IMG SRC =\"images/small/g19.jpg\" ALT="">';




var image2 = new Array();
var index2
image2[0] = '<IMG SRC =\"images/small/g3.jpg\" ALT="">';
image2[1] = '<IMG SRC =\"images/small/l3.jpg\" ALT="">';
image2[2] = '<IMG SRC =\"images/small/g4.jpg\" ALT="">';
image2[3] = '<IMG SRC =\"images/small/l4.jpg\" ALT="">';
image2[4] = '<IMG SRC =\"images/small/g9.jpg\" ALT="">';
image2[5] = '<IMG SRC =\"images/small/l9.jpg\" ALT="">';
image2[6] = '<IMG SRC =\"images/small/g10.jpg\" ALT="">';
image2[7] = '<IMG SRC =\"images/small/l10.jpg\" ALT="">';
image2[8] = '<IMG SRC =\"images/small/g15.jpg\" ALT="">';
image2[9] = '<IMG SRC =\"images/small/l15.jpg\" ALT="">';
image2[10] = '<IMG SRC =\"images/small/g16.jpg\" ALT="">';
image2[11] = '<IMG SRC =\"images/small/l16.jpg\" ALT="">';
image2[12] = '<IMG SRC =\"images/small/g20.jpg\" ALT="">';
image2[13] = '<IMG SRC =\"images/small/l20.jpg\" ALT="">';



var image3 = new Array();
var index3
image3[0] = '<IMG SRC =\"images/small/g5.jpg\" ALT="">';
image3[1] = '<IMG SRC =\"images/small/l5.jpg\" ALT="">';
image3[2] = '<IMG SRC =\"images/small/g6.jpg\" ALT="">';
image3[3] = '<IMG SRC =\"images/small/l6.jpg\" ALT="">';
image3[4] = '<IMG SRC =\"images/small/l11.jpg\" ALT="">';
image3[5] = '<IMG SRC =\"images/small/g11.jpg\" ALT="">';
image3[6] = '<IMG SRC =\"images/small/g12.jpg\" ALT="">';
image3[7] = '<IMG SRC =\"images/small/l12.jpg\" ALT="">';
image3[8] = '<IMG SRC =\"images/small/g17.jpg\" ALT="">';
image3[9] = '<IMG SRC =\"images/small/l17.jpg\" ALT="">';
image3[10] = '<IMG SRC =\"images/small/l18.jpg\" ALT="">';
image3[11] = '<IMG SRC =\"images/small/g18.jpg\" ALT="">';
image3[12] = '<IMG SRC =\"images/small/g21.jpg\" ALT="">';
image3[13] = '<IMG SRC =\"images/small/l21.jpg\" ALT="">';



now = new Date();
seed = now.getSeconds();
var rand1 = Math.round(Math.random(seed) * 14);
if (rand1 == 14){rand1 = 0}
//second random number
var rand2 = Math.round(Math.random(seed) * 14);
if (rand2 == 14){rand2 = 0}
//third random number
var rand3 = Math.round(Math.random(seed) * 14);
if (rand3 == 14){rand3 = 0}







// -->
