// JavaScript Document
function Selectform(){

document.getElementById('src').select();
   
}


