﻿function wp_navbar_combo(j,f,i,h){var a=this;if(f===null||f.childArray===null)return;a.options={m_bNoScript:false,m_bStaticScript:false};if(i)a.options=WpNavBar.mergeOptions(a.options,i);a.styleOptions={select:{sStyle:[],bIndent:true},option1:{sStyle:[]},option2:{sStyle:[]},button:{bShowButton:false,sText:""}};if(h)a.styleOptions=WpNavBar.mergeOptions(a.styleOptions,h);a.AddItems=function(h,i,b,d){var j="";if(b.select.bIndent)for(var k=0;k<d;++k)j+="&nbsp;&nbsp;&nbsp;";for(var e=0;e<i.childArray.length;e++){var c=i.childArray[e],a=document.createElement("OPTION");a.navbaritem=c;a.innerHTML=j+c.sTitle;h.appendChild(a);if(d===0){for(var f in this.styleOptions.option1.sStyle)if(this.styleOptions.option1.sStyle.hasOwnProperty(f))a.style[f]=b.option1.sStyle[f]}else for(var g in b.option2.sStyle)if(this.styleOptions.option2.sStyle.hasOwnProperty(g))a.style[g]=b.option2.sStyle[g];if(c.bIsCurrentPage)a.defaultSelected=true;if(c.childArray)this.AddItems(h,c,b,d+1)}};var e=document.getElementById(j);e.style.textAlign="left";var b=document.createElement("SELECT");for(var g in this.styleOptions.select.sStyle)if(a.styleOptions.select.sStyle.hasOwnProperty(g))b.style[g]=a.styleOptions.select.sStyle[g];e.appendChild(b);a.AddItems(b,f,a.styleOptions,0);for(var d=0;d<b.length;++d)if(b.options[d].defaultSelected)b.selectedIndex=d;if(a.styleOptions.button.bShowButton){var c=document.createElement("INPUT");c.type="button";c.value=a.styleOptions.button.sText;c.selectElement=b;c.onclick=wp_navbar_combo.onbuttonclicked;e.appendChild(c)}else b.onchange=wp_navbar_combo.onselectchanged}wp_navbar_combo.go=function(a){if(a.selectedIndex<0)return;var b=a.options[a.selectedIndex];window.open(b.navbaritem.sUrl,b.navbaritem.sTarget)};wp_navbar_combo.onbuttonclicked=function(){wp_navbar_combo.go(this.selectElement)};wp_navbar_combo.onselectchanged=function(){wp_navbar_combo.go(this)}
