function Copy2CB(thevalue) {
	Copied = document.getElementById(thevalue).createTextRange();
	Copied.execCommand("Copy");
}
