function selectALL(link_to_us){
	 document.getElementById(link_to_us).select();
}