<!--
var version = parseInt(navigator.appVersion);
var valid = (navigator.appName=="Netscape" && version>2) ||
		(navigator.appName=="Microsoft Internet Explorer" && version>3);

if(valid)
{
	var button1on = new Image(120, 18);
	button1on.src = "/_img/Nav/120x18/AboutUs(Hover).gif";
	var button1off = new Image(120, 18);
	button1off.src = "/_img/Nav/120x18/AboutUs.gif";
		var button2on = new Image(120, 18);	button2on.src = "/_img/Nav/120x18/CoreValues(Hover).gif";	var button2off = new Image(120, 18);	button2off.src = "/_img/Nav/120x18/CoreValues.gif";		
	var button3on = new Image(120, 18);
	button3on.src = "/_img/Nav/120x18/CurrentProjects(Hover).gif";
	var button3off = new Image(120, 18);
	button3off.src = "/_img/Nav/120x18/CurrentProjects.gif";

	var button4on = new Image(120, 18);
	button4on.src = "/_img/Nav/120x18/Portfolio(Hover).gif";
	var button4off = new Image(120, 18);
	button4off.src = "/_img/Nav/120x18/Portfolio.gif";			var button5on = new Image(120, 18);	button5on.src = "/_img/Nav/120x18/PicturePortfolio(Hover).gif";	var button5off = new Image(120, 18);	button5off.src = "/_img/Nav/120x18/PicturePortfolio.gif";	

	var button6on = new Image(120, 18);
	button6on.src = "/_img/Nav/120x18/AccountingDepartment(Hover).gif";
	var button6off = new Image(120, 18);
	button6off.src = "/_img/Nav/120x18/AccountingDepartment.gif";

	var button7on = new Image(120, 18);
	button7on.src = "/_img/Nav/120x18/OrlandoDivision(Hover).gif";
	var button7off = new Image(120, 18);
	button7off.src = "/_img/Nav/120x18/OrlandoDivision.gif";

	var button8on = new Image(120, 18);
	button8on.src = "/_img/Nav/120x18/Estimating(Hover).gif";
	var button8off = new Image(120, 18);
	button8off.src = "/_img/Nav/120x18/Estimating.gif";

	var button9on = new Image(120, 18);
	button9on.src = "/_img/Nav/120x18/Safety(Hover).gif";
	var button9off = new Image(120, 18);
	button9off.src = "/_img/Nav/120x18/Safety.gif";

	var button10on = new Image(120, 18);
	button10on.src = "/_img/Nav/120x18/ContactUs(Hover).gif";
	var button10off = new Image(120, 18);
	button10off.src = "/_img/Nav/120x18/ContactUs.gif";

	var button11on = new Image(120, 18);
	button11on.src = "/_img/Nav/120x18/NewsEvents(Hover).gif";
	var button11off = new Image(120, 18);
	button11off.src = "/_img/Nav/120x18/NewsEvents.gif";

	var button12on = new Image(120, 18);
	button12on.src = "/_img/Nav/120x18/PlanRoom(Hover).gif";
	var button12off = new Image(120, 18);
	button12off.src = "/_img/Nav/120x18/PlanRoom.gif";
	
	var button13on = new Image(120, 18);
	button13on.src = "/_img/Nav/120x18/Links(Hover).gif";
	var button13off = new Image(120, 18);
	button13off.src = "/_img/Nav/120x18/Links.gif";
}

function onRoll(imgName)
{
	if(valid) document[imgName].src = eval(imgName + "on.src");
	return true;
}

function offRoll(imgName)
{
	if(valid) document[imgName].src = eval(imgName + "off.src");
	return true;
}
//-->