function popUp(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=480');");
}

function preloadimages(){
   	var image1 = new image();
   	var image2 = new image();
   	var image3 = new image();

	image1.src = "images/flpLandscape.jpg";
	image2.src = "images/flpTreeFarm.jpg";
	image3.src = "images/flpRockscape.jpg";
}

function menu2in () {
	document.getElementById("linkBoxTop2").style.backgroundColor = "#e5e3e3";
	document.getElementById("imageBox2").style.backgroundImage = "url(images/flpLandscape.jpg)";
}
function menu2out () {
	document.getElementById("linkBoxTop2").style.backgroundColor = "#ffffff";
	document.getElementById("imageBox2").style.backgroundImage = "url(images/hdHome_02.jpg)";
}

function menu3in () {
	document.getElementById("linkBoxTop3").style.backgroundColor = "#e5e3e3";
	document.getElementById("imageBox3").style.backgroundImage = "url(images/flpTreeFarm.jpg)";
}
function menu3out () {
	document.getElementById("linkBoxTop3").style.backgroundColor = "#ffffff";
	document.getElementById("imageBox3").style.backgroundImage = "url(images/hdHome_03.jpg)";
}
		
function menu4in () {
	document.getElementById("linkBoxTop4").style.backgroundColor = "#e5e3e3";
	document.getElementById("imageBox4").style.backgroundImage = "url(images/flpRockscape.jpg)";
}
function menu4out () {
	document.getElementById("linkBoxTop4").style.backgroundColor = "#ffffff";
	document.getElementById("imageBox4").style.backgroundImage = "url(images/hdHome_04.jpg)";
}

function pic1in () {
	document.getElementById("Pics1").style.backgroundColor = "#f5f5f5";
}

function pic1out () {
	document.getElementById("Pics1").style.backgroundColor = "#eaeaea";
}

function pic2in () {
	document.getElementById("Pics2").style.backgroundColor = "#f5f5f5";
}

function pic2out () {
	document.getElementById("Pics2").style.backgroundColor = "#eaeaea";
}

function pic3in () {
	document.getElementById("Pics3").style.backgroundColor = "#f5f5f5";
}

function pic3out () {
	document.getElementById("Pics3").style.backgroundColor = "#eaeaea";
}

function pic4in () {
	document.getElementById("Pics4").style.backgroundColor = "#f5f5f5";
}

function pic4out () {
	document.getElementById("Pics4").style.backgroundColor = "#eaeaea";
}

function pic5in () {
	document.getElementById("Pics5").style.backgroundColor = "#f5f5f5";
}

function pic5out () {
	document.getElementById("Pics5").style.backgroundColor = "#eaeaea";
}


