function hizli(url,obje){
        obje.options[0].selected=true;
        if(url!='none'){
                     top.location.href = url;
        }
}