<!-- 
browsok = true;

if(browsok) {
	// MouseOn   
	Contemp1 = new Image();
	Contemp1.src = "content/Contemp_tbn_r.jpg";
	DLCaro1 = new Image();
	DLCaro1.src = "content/DLCaro-1_tbn_r.jpg";
	Oshkosh1 = new Image();
	Oshkosh1.src = "content/Oshkosh_tbn_r.jpg";
	DLNewo1 = new Image();
	DLNewo1.src = "content/DLNewo-1A_tbn_r.jpg";
	DLObse1 = new Image();
	DLObse1.src = "content/DLObse-2_tbn_r.jpg";
	DLPark1 = new Image();
	DLPark1.src = "content/DLPark-1_tbn_r.jpg";

	Err09Three1 = new Image();
	Err09Three1.src = "content/Err09_03_tbn_r.jpg";
	Err09Two1 = new Image();
	Err09Two1.src = "content/Err09_02_tbn_r.jpg";
	Err09One1 = new Image();
	Err09One1.src = "content/Err09_01_tbn_r.jpg";
	Hotel_Plotecher1 = new Image();
	Hotel_Plotecher1.src = "content/Hotel_Plotecher_tbn_r.jpg";
	MetroparksCreek1 = new Image();
	MetroparksCreek1.src = "content/MetroparksCreek-02_tbn_r.jpg";
	Love_Ann1 = new Image();
	Love_Ann1.src = "content/Love_Ann_tbn_r.jpg";

	Barn1 = new Image();
	Barn1.src = "content/Farm-48_tbn_r.jpg";
	Field1 = new Image();
	Field1.src = "content/Farm-32_tbn_r.jpg";
	InsideBarn1 = new Image();
	InsideBarn1.src = "content/Farm-23_tbn_r.jpg";
	Welcome1 = new Image();
	Welcome1.src = "content/Welcome_tbn_r.jpg";
	ParentsHouse1 = new Image();
	ParentsHouse1.src = "content/ParentsHouse_tbn_r.jpg";
	Wish1 = new Image();
	Wish1.src = "content/Wish_tbn_r.jpg";

	Quarry1 = new Image();
	Quarry1.src = "content/Quarry_tbn_r.jpg";

	// MouseOff
	Contemp0 = new Image();
	Contemp0.src = "content/Contemp_tbn.jpg";
	DLCaro0 = new Image();
	DLCaro0.src = "content/DLCaro-1_tbn.jpg";
	Oshkosh0 = new Image();
	Oshkosh0.src = "content/Oshkosh_tbn.jpg";
	DLNewo0 = new Image();
	DLNewo0.src = "content/DLNewo-1A_tbn.jpg";
	DLObse0 = new Image();
	DLObse0.src = "content/DLObse-2_tbn.jpg";
	DLPark0 = new Image();
	DLPark0.src = "content/DLPark-1_tbn.jpg";

	Err09Three0 = new Image();
	Err09Three0.src = "content/Err09_03_tbn.jpg";
	Err09Two0 = new Image();
	Err09Two0.src = "content/Err09_02_tbn.jpg";
	Err09One0 = new Image();
	Err09One0.src = "content/Err09_01_tbn.jpg";
	Hotel_Plotecher0 = new Image();
	Hotel_Plotecher0.src = "content/Hotel_Plotecher_tbn.jpg";
	MetroparksCreek0 = new Image();
	MetroparksCreek0.src = "content/MetroparksCreek-02_tbn.jpg";
	Love_Ann0 = new Image();
	Love_Ann0.src = "content/Love_Ann_tbn.jpg";

	Barn0 = new Image();
	Barn0.src = "content/Farm-48_tbn.jpg";
	Field0 = new Image();
	Field0.src = "content/Farm-32_tbn.jpg";
	InsideBarn0 = new Image();
	InsideBarn0.src = "content/Farm-23_tbn.jpg";
	Welcome0 = new Image();
	Welcome0.src = "content/Welcome_tbn.jpg";
	ParentsHouse0 = new Image();
	ParentsHouse0.src = "content/ParentsHouse_tbn.jpg";
	Wish0 = new Image();
	Wish0.src = "content/Wish_tbn.jpg";

	Quarry0 = new Image();
	Quarry0.src = "content/Quarry_tbn.jpg";

}

function mouseon(n) {
	if(browsok){
		imageON = eval(n + "1.src");
		document [n].src = imageON;
	}
}

function mouseoff(n) {
	if(browsok){
		imageOFF = eval(n + "0.src");
		document [n].src = imageOFF;
	}
}


// -->