function GoToPage(){var d=document.getElementById(CustomPagesId);var a="";for(var b=0;b<d.options.length;b++){var c=d.options[b];if(c.selected){a=c.value;break}}if(a.length>0){window.location=a}};