function fix(){
if(location.pathname.indexOf("/documents/")!=-1){
	document.getElementById("cuban_docs").style.display="";
	document.getElementById("us_docs").style.display="";
	document.getElementById("un_docs").style.display="";
	document.getElementById("other_docs").style.display="";
	document.getElementById("tbdocuments").onmouseout=''
}

if(location.pathname.indexOf("/articles/")!=-1){
	document.getElementById("karen").style.display="";
	document.getElementById("others").style.display="";
	document.getElementById("tbarticles").onmouseout=''
}

if(location.pathname.indexOf("/campaigns/")!=-1){
	document.getElementById("varela").style.display="";
	document.getElementById("other_camp").style.display="";
	document.getElementById("libraries").style.display="";
	document.getElementById("journalists").style.display="";
	document.getElementById("sex").style.display=""
	document.getElementById("tbcampaigns").onmouseout=''
}

if(location.pathname.indexOf("/international/")!=-1){
	document.getElementById("africa_rel").style.display="";
	document.getElementById("other_rel").style.display="";
	document.getElementById("uscuba_rel").style.display="";
	document.getElementById("tbrelations").onmouseout=''
}
if(location.pathname.indexOf("/legislation/")!=-1){
	document.getElementById("pending").style.fontWeight="bold"
}
if(location.pathname.indexOf("/index.shtml")==0){
	document.getElementById("home").style.fontWeight="bold"
}
if(location.pathname.indexOf("/archive/")==0){
	document.getElementById("archives").style.fontWeight="bold"
}

}