function GP(url) { window.open(url,"_top") }

function Idx_Selects(){
           var SelectInteger,SelectString
           SelectInteger=document.Idxform.Idxselect.selectedIndex
           SelectString=document.Idxform.Idxselect.options[SelectInteger].value
           location=SelectString
           }