<!--
	var imgArray = ["home", "projects", "employ", "reg", "procure", "news", "links", "consult", "about", "contact"];

	if (document.images) 
	{
		blank = new Image();
		blank = "images/1nav-blank.gif";
		
		homeOn = new Image();
		homeOn = "images/1nav-home-on.gif";
		homeTxt = new Image();
		homeTxt = "images/1nav-home-txt.gif";
		
		projectsOn = new Image();
		projectsOn = "images/1nav-projects-on.gif";
		projectsTxt = new Image();
		projectsTxt = "images/1nav-projects-txt.gif";
		employOn = new Image();
		employOn = "images/1nav-employ-on.gif";
		employTxt = new Image();
		employTxt = "images/1nav-employ-txt.gif";
		
		regOn = new Image();
		regOn = "images/1nav-reg-on.gif";
		regTxt = new Image();
		regTxt = "images/1nav-reg-txt.gif";
		
		procureOn = new Image();
		procureOn = "images/1nav-procure-on.gif";
		procureTxt = new Image();
		procureTxt = "images/1nav-procure-txt.gif";
		newsOn = new Image();
		newsOn = "images/1nav-news-on.gif";
		newsTxt = new Image();
		newsTxt = "images/1nav-news-txt.gif";
		
		linksOn = new Image();
		linksOn = "images/1nav-links-on.gif";
		linksTxt = new Image();
		linksTxt = "images/1nav-links-txt.gif";
		
		consultOn = new Image();
		consultOn = "images/1nav-consult-on.gif";
		consultTxt = new Image();
		consultTxt = "images/1nav-consult-txt.gif";
		aboutOn = new Image();
		aboutOn = "images/1nav-about-on.gif";
		aboutTxt = new Image();
		aboutTxt = "images/1nav-about-txt.gif";
		
		contactOn = new Image();
		contactOn = "images/1nav-contact-on.gif";
		contactTxt = new Image();
		contactTxt = "images/1nav-contact-txt.gif";
	}

function swap(img, status)
{
	if (status)
	{
		eval("document."+img+".src = \"images/1nav-"+img+"-on.gif\"");
		eval("document.text.src = \"images/1nav-"+img+"-txt.gif\"");
	}
	else
	{
		eval("document."+img+".src = \"images/1nav-"+img+".gif\"");
		document.text.src = "images/1nav-blank.gif";
	}
}


function BrowserCheck() {
	var b = navigator.appName
	if (b=="Netscape") this.b = "ns"
	else if (b=="Microsoft Internet Explorer") this.b = "ie"
	else this.b = b
	this.version = navigator.appVersion
	if (this.b=='ie'){ // Internet Explorer '4.0 (compatible; MSIE 5.5...'
		var ve = this.version.indexOf("MSIE")
		this.v = parseInt(this.version.substr(ve+4))
	}
	else this.v = parseInt(this.version)
	this.ns = (this.b=="ns" && this.v>=4)
	this.ns4 = (this.b=="ns" && this.v<5)
	this.ns5 = (this.b=="ns" && this.v==5)
	this.ie = (this.b=="ie" && this.v>=4)
	this.ie4 = (this.version.indexOf('MSIE 4')>0)
	this.ie5 = (this.version.indexOf('MSIE 5')>0)
	this.ie55 = (this.version.indexOf('MSIE 5.5')>0) // AT 05.11.00
	this.min = (this.ns||this.ie)
}

is = new BrowserCheck();

if(is.ns4){
document.write('<link href="1acilaustylenn.css" rel="stylesheet" type="text/css">');}
else
{
	document.write('<link href="1acilaustyle.css" rel="stylesheet" type="text/css">');
}

function Preload ()	{
	var imgOver = new Array();
	for (var i = 0; i < Preload.arguments.length; i++){
	imgOver[imgOver.length] = new Image();
	imgOver[imgOver.length-1].src = Preload.arguments[i] ;
	}
	}

function PreloadImg(){
	Preload  ('images/1nav-about-on.gif','images/1nav-consult-on.gif','images/1nav-contact-on.gif','images/1nav-employ-on.gif','images/1nav-home-on.gif','images/1nav-links-on.gif','images/1nav-procure-on.gif','images/1nav-projects-on.gif','images/1nav-reg-on.gif');
	}

// -->

