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