<!--
// Preload nav images
if (document.images){
	Home0=new Image();Home0.src="img/fcBtnHome0.jpg";
	Home1=new Image();Home1.src="img/fcBtnHome1.jpg";
	About0=new Image();About0.src="img/fcBtnAbout0.jpg";
	About1=new Image();About1.src="img/fcBtnAbout1.jpg";
	What0=new Image();What0.src="img/fcBtnWhat0.jpg";
	What1=new Image();What1.src="img/fcBtnWhat1.jpg";
	Services0=new Image();Services0.src="img/fcBtnServices0.jpg";
	Services1=new Image();Services1.src="img/fcBtnServices1.jpg";
	Products0=new Image();Products0.src="img/fcBtnProducts0.jpg";
	Products1=new Image();Products1.src="img/fcBtnProducts1.jpg";
	Contact0=new Image();Contact0.src="img/fcBtnContact0.jpg";
	Contact1=new Image();Contact1.src="img/fcBtnContact1.jpg";
}
// The function to do the nav image swapping
function Swap(i,src){
	if(document.images){
		i.src='img/fcBtn'+src+'.jpg';
	}
}
//-->