var navSrcd = new Array();
var navSrc = new Array('fresh_top','fresh_bottom');

if (document.images){
var navMve = new Array();
	for (i=0;i<navSrc.length; i++){
		navMve[i] = new Image();
		navMve[i].src = "images/"+navSrc[i]+"d.jpg";
	}
}

function over(num){
if (document.images){
navSrcd[num] = document.images[navSrc[num]].src;
document.images[navSrc[num]].src = navMve[num].src;
}}

function out(num){
if (document.images)document.images[navSrc[num]].src = navSrcd[num];
}

textArr = new Array();
linkArr = new Array();
numArr = new Array();
subLink = null;
subHref = null;
sLink = null;
sHref = null;

textArr[0] = 'Specials';
textArr[1] = 'Inventory';
//textArr[2] = 'Rentals';
textArr[2] = 'Service Center';
textArr[3] = 'Financing';
textArr[4] = 'Photo Gallery';

linkArr[0] = 'specials.php';
linkArr[1] = 'inventory.php';
//linkArr[2] = 'rentals.php';
linkArr[2] = 'service.php';
linkArr[3] = 'financing.php';
linkArr[4] = 'gallery.php';

numArr[0] = '2';
numArr[1] = '1';
//numArr[2] = '1';
numArr[2] = '1';
numArr[3] = '1';
numArr[4] = '1';
