
function test()
{
 alert( "We are in the test function!" );
}

if (document.images)
{
	// NAVIGATION BUTTONS
	splash_e_off = new Image(142,35); splash_e_off.src = "images/splash_english_off.gif";
	splash_e_on = new Image(142,35); splash_e_on.src = "images/splash_english_on.gif";
	splash_f_off = new Image(142,35); splash_f_off.src = "images/splash_french_off.gif";
	splash_f_on = new Image(142,35); splash_f_on.src = "images/splash_french_on.gif";
	splash_s_off = new Image(142,35); splash_s_off.src = "images/splash_spanish_off.gif";
	splash_s_on = new Image(142,35); splash_s_on.src = "images/splash_spanish_on.gif";
	
	home_e_off = new Image(80,35); home_e_off.src = "images/home_english_off.gif";
	home_e_on = new Image(80,35); home_e_on.src = "images/home_english_on.gif";
	home_f_off = new Image(94,35); home_f_off.src = "images/home_french_off.gif";
	home_f_on = new Image(94,35); home_f_on.src = "images/home_french_on.gif";
	home_s_off = new Image(68,35); home_s_off.src = "images/home_spanish_off.gif";
	home_s_on = new Image(68,35); home_s_on.src = "images/home_spanish_on.gif";

	ourfarms_e_off = new Image(130,35); ourfarms_e_off.src = "images/ourfarms_english_off.gif";
	ourfarms_e_on = new Image(130,35); ourfarms_e_on.src = "images/ourfarms_english_on.gif";
	ourfarms_f_off = new Image(138,35); ourfarms_f_off.src = "images/ourfarms_french_off.gif";
	ourfarms_f_on = new Image(138,35); ourfarms_f_on.src = "images/ourfarms_french_on.gif";
	ourfarms_s_off = new Image(236,35); ourfarms_s_off.src = "images/ourfarms_spanish_off.gif";
	ourfarms_s_on = new Image(236,35); ourfarms_s_on.src = "images/ourfarms_spanish_on.gif";

	ourcherries_e_off = new Image(160,35); ourcherries_e_off.src = "images/ourcherries_english_off.gif";
	ourcherries_e_on = new Image(160,35); ourcherries_e_on.src = "images/ourcherries_english_on.gif";
	ourcherries_f_off = new Image(138,35); ourcherries_f_off.src = "images/ourcherries_french_off.gif";
	ourcherries_f_on = new Image(138,35); ourcherries_f_on.src = "images/ourcherries_french_on.gif";
	ourcherries_s_off = new Image(186,35); ourcherries_s_off.src = "images/ourcherries_spanish_off.gif";
	ourcherries_s_on = new Image(186,35); ourcherries_s_on.src = "images/ourcherries_spanish_on.gif";

	pickingsorting_e_off = new Image(200,35); pickingsorting_e_off.src = "images/pickingsorting_english_off.gif";
	pickingsorting_e_on = new Image( 200,35); pickingsorting_e_on.src = "images/pickingsorting_english_on.gif";
	pickingsorting_f_off = new Image(166,35); pickingsorting_f_off.src = "images/pickingsorting_french_off.gif";
	pickingsorting_f_on = new Image( 166,35); pickingsorting_f_on.src = "images/pickingsorting_french_on.gif";
	pickingsorting_s_off = new Image(236,35); pickingsorting_s_off.src = "images/pickingsorting_spanish_off.gif";
	pickingsorting_s_on = new Image( 236,35); pickingsorting_s_on.src = "images/pickingsorting_spanish_on.gif";

	contactus_e_off = new Image(140,35); contactus_e_off.src = "images/contactus_english_off.gif";
	contactus_e_on = new Image(140,35); contactus_e_on.src = "images/contactus_english_on.gif";
	contactus_f_off = new Image(174,35); contactus_f_off.src = "images/contactus_french_off.gif";
	contactus_f_on = new Image(174,35); contactus_f_on.src = "images/contactus_french_on.gif";
	contactus_s_off = new Image(130,35); contactus_s_off.src = "images/contactus_spanish_off.gif";
	contactus_s_on = new Image(130,35); contactus_s_on.src = "images/contactus_spanish_on.gif";

	// DISPLAY IMAGES - day in the life
	img1 = new Image(490,326); img1.src = "images/pickingsorting/adayinthelife/img1.jpg";
	img2 = new Image(312,217); img2.src = "images/pickingsorting/adayinthelife/img2.jpg";
	img3 = new Image(312,217); img3.src = "images/pickingsorting/adayinthelife/img3.jpg";
	img4 = new Image(312,217); img4.src = "images/pickingsorting/adayinthelife/img4.jpg";
	img5 = new Image(312,217); img5.src = "images/pickingsorting/adayinthelife/img5.jpg";
	img6 = new Image(312,217); img6.src = "images/pickingsorting/adayinthelife/img6.jpg";
	img7 = new Image(312,217); img7.src = "images/pickingsorting/adayinthelife/img7.jpg";
	img8 = new Image(312,217); img8.src = "images/pickingsorting/adayinthelife/img8.jpg";
	img9 = new Image(312,217); img9.src = "images/pickingsorting/adayinthelife/img9.jpg";
	img10 = new Image(312,217); img10.src = "images/pickingsorting/adayinthelife/img10.jpg";
	dspImg = new Image(490,326);dspImg.src = "images/pickingsorting/adayinthelife/img1.jpg";

}

function activateButton( imgName )
{
	//alert("here");
	if (document.images)
	{
		imgTextOn = eval( imgName + "_on.src" );
		//alert("here: " + imgTextOn + " with imgName: " + imgName);
		document[imgName].src = imgTextOn;
	}
}

function deactivateButton( imgName )
{
	if (document.images)
	{
		imgTextOff = eval( imgName + "_off.src" );
		document[imgName].src = imgTextOff;
	}
}

function displayDayinthelifeImage( imgName, imgText )
{
    if (document.images)
	{
		imgTextOn = eval( imgName + ".src" );
		document['dspImg'].src = imgTextOn;
		dspTxt.innerText = imgText;
	}
}



