function activateControl(theId){

	document.write(theId.text);
	theId.id='';

}
