function swap(){this.className="msieFix"}
function swapBack(){this.className="trigger"}
function swapfocus() {this.parentNode.parentNode.parentNode.className="msieFix"}
function swapblur() {this.parentNode.parentNode.parentNode.className="trigger"}
function TJK_dropDown(){// v1.0 Copyright (c) 2006 TJKDesign - Thierry Koblentz
	if (document.getElementById){	
	var LI = document.getElementsByTagName("li");
	var zLI= LI.length;
		for(var k=0;k<zLI;k++){
			if(LI[k].id){
//			LI[k].firstChild.href="#";
			LI[k].className="trigger";
			}
			if(LI[k].parentNode.parentNode.className=="trigger"){LI[k].firstChild.onfocus=swapfocus;LI[k].firstChild.onblur = swapblur}
			if(LI[k].className=="trigger"){LI[k].onmouseover=swap;LI[k].onmouseout=swapBack}
		}
	}
}
function background(){	
	var bg = document.getElementById("nav");
	bg.onmouseover=function(){
		this.style.background="url('../images/images/bg-subnav-new.png') repeat-x 0 27px";
	}
	bg.onmouseout=function(){
		this.style.background="";
	}
}
function chrome() {
	if (is_chrome = navigator.userAgent.toLowerCase().indexOf('chrome') > -1) 
	{

	}
}
window.onload=function(){TJK_dropDown();}

