<!--//--><![CDATA[//><!--
startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList;
//--><!]]>

<!--//--><![CDATA[//><!--
startList2 = function() {
	if (document.all&&document.getElementById) {
		navRoot2 = document.getElementById("home_nav");
		for (i=0; i<navRoot2.childNodes.length; i++) {
			node = navRoot2.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
				}
			}
		}
	}
}
window.onload=startList2;
//--><!]]>

if (document.images){
	var navNum = 6;
	var navof = new Array(navNum);
	var navon = new Array(navNum);
	var navat = new Array(navNum);
	for (i = 0; i < navNum; i++){
		navof[i] = new Image(); navof[i].src = 'images/navof' + i + '.gif';
		navon[i] = new Image(); navon[i].src = 'images/navon' + i + '.gif';
		navat[i] = new Image(); navat[i].src = 'images/navat' + i + '.gif';
	}
}


if (document.images){
	var homenavNum = 4;
	var homenavof = new Array(homenavNum);
	var homenavon = new Array(homenavNum);
	/*var leftnavat = new Array(navNum);*/
	for (i = 0; i < homenavNum; i++){
		homenavof[i] = new Image(); homenavof[i].src = 'images/homenavof' + i + '.jpg';
		homenavon[i] = new Image(); homenavon[i].src = 'images/homenavon' + i + '.jpg';
	}
}