document.observe("xwiki:dom:loaded",function(){$("goto-select")&&(Event.observe($("goto-select"),"change",function(a){a=a.element();var b=a.selectedIndex;window.location!=a.options[b].value&&(window.location=a.options[b].value)}),$("goto-select").next().hide())});