function swap(){this.className="msieFix";$('.subnav').css("display","block");}
function swapBack(){this.className="trigger"; $('.subnav').css("display","none");}
function swapfocus() {this.parentNode.parentNode.parentNode.className="msieFix"}
function swapblur() {this.parentNode.parentNode.parentNode.className="trigger"}
function IWH_dropDown(){
	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}
		}
	}
    //lastminute additions
    $("#centercontentrhborder p:contains('View archive')").css("visibility","hidden");
    $(".news-item ul.lhmenu li:last").css("display","none");
    $(".news-item ul.lhmenu li:last, .news-item ul.lhmenu li:last a").css("border-width","0");
   $(".news-item ul.lhmenu li:eq(4), .news-item ul.lhmenu li:eq(4) a").css("border-width","0");
}
window.onload=function(){IWH_dropDown();}
