';
else ttl=pars['title'];
ttl0=ttl.replace(/\'/g,"'");
ttl0=ttl0.replace(/\"/g,""");
ttl0=ttl0.replace(/'/g,"\\'");
ttl0=ttl0.replace(/"/g,'\\"');
var p=location.pathname.substr(0,location.pathname.lastIndexOf('/')+1);
if (pars['url']) {
if (location.protocol=='https:' && pars['url'].substr(0,4)!='http'){
var h=unsecure();
if (pars['url'].substr(0,1)!='/')
h+=p;
}
else var h='';
var htm=''+ttl+''
li.innerHTML=htm;
}
else if (pars['scene'] && pars['window']) {
if (p.indexOf('scenes/')<0) p+='scenes/';
var htm=''+ttl+'';
}
else {
var htm='
'+ttl+'
';
li.innerHTML=htm;
}
if (pars['buildonly']=='Y' && window.name != 'PG')
ul.removeChild(li);
// ul.appendChild(li);
if (menu) {
li.childMenu=doMenuWWO_index_2(lev+1,menu,li);
}
ax_addEvent(li,'mouseover',function(ev) {
var el=ev.currentTarget;
if (el.childMenu) el.childMenu.style.display="block";
el.className=clsName+' '+clsName+'Hover';
},false);
ax_addEvent(li,'mouseout',function(ev) {
var el=ev.currentTarget;
if (el.childMenu) el.childMenu.style.display="none";
if (el != objWWO_index_2.activeWin) el.className=clsName;
},false);
if (lev==1 && sep && j'
sli.separator=true;
ul.appendChild(sli);
}
}
// Position all child menus
// kids=ul.getElementsByTagName('li');
for (j=0;j0 && bb>0 && bt>0) { // Collapse border
li.style.marginTop=-bt+'px';
}
if (kids[j].childMenu) {
var menu=kids[j].childMenu;
if (lev==1) {
var marT=parseInt('0'+ax_getStyle(li,'paddingBottom'));
var marL=-parseInt('0'+ax_getStyle(li,'paddingLeft'));
}
else {
var pr=parseInt('0'+ax_getStyle(li,'paddingRight'));
var pb=parseInt('0'+ax_getStyle(li,'paddingBottom'));
var blr=parseInt('0'+ax_getStyle(li,'borderLeft'))+
parseInt('0'+ax_getStyle(li,'borderRight'));
var marL=li.offsetWidth-pr-blr-1;
var marT=-li.offsetHeight+pb+bb;
}
menu.style.marginLeft=(marL)+'px';
menu.style.marginTop=(marT)+'px';
menu.style.display='none';
}
}
return ul;
};
nav=typeof navNode_WWO_index_2=='object'?navNode_WWO_index_2:parent.navNode_WWO_index_2;
mn=nav.getElementsByTagName('objects')[0].getElementsByTagName('menu')[0];
doMenuWWO_index_2(1,mn,objWWO_index_2,'|');
setActiveWinWWO_index_2=function(me,lv,ttl) {
if (parent && parent._suppressLink) return;
pageTitle=ttl;
if (typeof objWWO_index_2.activeWin !='undefined')
objWWO_index_2.activeWin.className=objWWO_index_2.activeWin.oClassName;
objWWO_index_2.activeWin=me.parentNode;
var u=me.parentNode.parentNode; //
var par='';
while (u.parentNode && u.parentNode.childMenu) {
par=u.parentNode.childMenu;
u=u.parentNode.parentNode;
}
if (par) par.style.display='none';
}
}
// 10/05/17: Bump parent container's z-Index so vert nav works
var el=document.getElementById('WWO_index_2');
while (el.offsetParent) {
el=el.offsetParent;
el.style.zIndex=1000;
}
//})();