<!-- 
browsok = true;

if(browsok) {
	// MouseOn   
	movHi1 = new Image();
	movHi1.src = "../images/movHi-r.jpg";
	movLo1 = new Image();
	movLo1.src = "../images/movLo-r.jpg";
	
	realHi1 = new Image();
	realHi1.src = "../images/realHi-r.jpg";
	realLo1 = new Image();
	realLo1.src = "../images/realLo-r.jpg";

	wmvHi1 = new Image();
	wmvHi1.src = "../images/wmvHi-r.jpg";
	wmvLo1 = new Image();
	wmvLo1.src = "../images/wmvLo-r.jpg";

	wmvPopup1 = new Image();
	wmvPopup1.src = "../images/wmvPopup-r.jpg";
	movPopup1 = new Image();
	movPopup1.src = "../images/movPopup-r.jpg";
	mpgPopup1 = new Image();
	mpgPopup1.src = "../images/mpgPopup-r.jpg";
	
	YourFault1 = new Image();
	YourFault1.src = "content/Your_Fault_tbn_r.jpg";
	BallClub1 = new Image();
	BallClub1.src = "content/BallClub_tbn_r.jpg";
	ThinkTwice1 = new Image();
	ThinkTwice1.src = "content/Think_Twice_tbn_r.jpg";
	Photograph1 = new Image();
	Photograph1.src = "content/Photograph_tbn_r.jpg";

	Residual1 = new Image();
	Residual1.src = "content/Residual_tbn_r.jpg";
	Private1 = new Image();
	Private1.src = "content/Private_tbn_r.jpg";
	Asterix1 = new Image();
	Asterix1.src = "content/Asterix_tbn_r.jpg";
	RealWorld1 = new Image();
	RealWorld1.src = "content/RealWorld_tbn_r.jpg";
	
	Stylophonia1 = new Image();
	Stylophonia1.src = "content/Stylophonia_tbn_r.jpg";
	LookingSun1 = new Image();
	LookingSun1.src = "content/LookingSun_tbn_r.jpg";
	Female1 = new Image();
	Female1.src = "content/Female_tbn_r.jpg";
	BadBone1 = new Image();
	BadBone1.src = "content/BadBone_tbn_r.jpg";
	
	GoAway1 = new Image();
	GoAway1.src = "content/GoAway_tbn_r.jpg";
	ArtIs1 = new Image();
	ArtIs1.src = "content/ArtIs_tbn_r.jpg";
	Timebomb1 = new Image();
	Timebomb1.src = "content/Timebomb_tbn_r.jpg";
	Lot131 = new Image();
	Lot131.src = "content/Lot13_tbn_r.jpg";
	
	Cautioners1 = new Image();
	Cautioners1.src = "content/Cautioners_tbn_r.jpg";
	
	// MouseOff
	wmvPopup0 = new Image();
	wmvPopup0.src = "../images/wmvPopup.jpg";
	movPopup0 = new Image();
	movPopup0.src = "../images/movPopup.jpg";
	mpgPopup0 = new Image();
	mpgPopup0.src = "../images/mpgPopup.jpg";

	movHi0 = new Image();
	movHi0.src = "../images/movHi.jpg";
	movLo0 = new Image();
	movLo0.src = "../images/movLo.jpg";

	realHi0 = new Image();
	realHi0.src = "../images/realHi.jpg";
	realLo0 = new Image();
	realLo0.src = "../images/realLo.jpg";

	wmvHi0 = new Image();
	wmvHi0.src = "../images/wmvHi.jpg";
	wmvLo0 = new Image();
	wmvLo0.src = "../images/wmvLo.jpg";

	YourFault0 = new Image();
	YourFault0.src = "content/Your_Fault_tbn.jpg";
	BallClub0 = new Image();
	BallClub0.src = "content/BallClub_tbn.jpg";
	ThinkTwice0 = new Image();
	ThinkTwice0.src = "content/Think_Twice_tbn.jpg";
	Photograph0 = new Image();
	Photograph0.src = "content/Photograph_tbn.jpg";

	Residual0 = new Image();
	Residual0.src = "content/Residual_tbn.jpg";
	Private0 = new Image();
	Private0.src = "content/Private_tbn.jpg";
	Asterix0 = new Image();
	Asterix0.src = "content/Asterix_tbn.jpg";
	RealWorld0 = new Image();
	RealWorld0.src = "content/RealWorld_tbn.jpg";

	Stylophonia0 = new Image();
	Stylophonia0.src = "content/Stylophonia_tbn.jpg";
	LookingSun0 = new Image();
	LookingSun0.src = "content/LookingSun_tbn.jpg";
	Female0 = new Image();
	Female0.src = "content/Female_tbn.jpg";
	BadBone0 = new Image();
	BadBone0.src = "content/BadBone_tbn.jpg";

	GoAway0 = new Image();
	GoAway0.src = "content/GoAway_tbn.jpg";
	ArtIs0 = new Image();
	ArtIs0.src = "content/ArtIs_tbn.jpg";
	Timebomb0 = new Image();
	Timebomb0.src = "content/Timebomb_tbn.jpg";
	Lot130 = new Image();
	Lot130.src = "content/Lot13_tbn.jpg";

	Cautioners0 = new Image();
	Cautioners0.src = "content/Cautioners_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;
	}
}

function showDescription(desc) {
	var d = document.getElementById("d");
	d.innerHTML = desc;
}

// -->