function getUrl(target) {  
            var url = target.value;            
            window.location = url;  
       }  
