// removed the comment around the "return false" statement
// I can't remember why I commented it in the first place :-( 
function swap(){this.className="msieFix";}
function swapBack(){this.className="menuHeaderButton";}
function toggle(){(this.parentNode.className=="menuHeaderButton")?this.parentNode.className="msieFix":this.parentNode.className="menuHeaderButton";return false;}
function reveal(){
this.parentNode.parentNode.parentNode.className="msieFix";
}
function cleanUp(){
	var zA;
	var LI = document.getElementsByTagName("li");
	var zLI= LI.length;
		for(var k=0;k<zLI;k++){
		if(LI[k]!=this.parentNode){
		LI[k].className="menuHeaderButton";
		}
	}	
}
function TJK_keyBoardDropDown(){// v1.2.1 Copyright (c) 2006 TJKDesign - Thierry Koblentz
//    var LI = document.getElementById('menuHeader').getElementsByTagName("li");
//	var zLI= LI.length;
//	
//	//alert(zLI);
//	if (document.getElementById){
//		for(var k=0;k<zLI;k++){
//		    //alert(LI[k].id);
//		    if (left(LI[k].id,3) != 'sub') {
//			    if(LI[k].id){
//				    LI[k].className="menuHeaderButton";
//				    //LI[k].firstChild.onclick=cleanUp;
//				    //LI[k].firstChild.onfocus=cleanUp;
//			    }
//			}
//			
//			//alert(left(LI[k].id,1));
//			
//			if(LI[k].className=="menuHeaderButton"){
//				LI[k].onmouseover=swap;
//				LI[k].onmouseout=swapBack;
//				
//			}
//			//alert(k);
//			if (LI[k].id != '') {
//			    if(!LI[k].id){
//				    LI[k].firstChild.onfocus=reveal;
//			    }
//			}
//		}
//	}
}
