//<![CDATA[
var SL = null;
function setSection(value){SL=value;}
function adjustLayout(){
	if(document.location.toString().indexOf("/System/Media/")!=-1){ancestors[ancestors.length] = "media";}
	if(ancestors.length >= 1 && document.getElementById("imbmenu")!=undefined){
		var ML = document.getElementById("imbmenu").getElementsByTagName("a");
		for(var i = 0, ii = ancestors.length; i < ii; i++){
			for(var j = 0, jj = ML.length; j < jj; j++){
				if(ML[j].className == "L"+ ancestors[i]){ML[j].className += " selected";}
			}
		}
	}
}
if(window.addEventListener){
	window.addEventListener("load", adjustLayout, true);
}else if(window.attachEvent){
	window.attachEvent("onload", adjustLayout);
}
//]]>
