function sub(){
	tmp = document.getElementById('mainform');
	
	tmp.submit();
}


function LootChoice(string){
	
	elmt = document.getElementById('textboxSearch');
	elmt.value = string.firstChild.id;
	
	elmt = document.getElementById('obj_id');
	elmt.value = string.id;
	
	elmt = document.getElementById('AjaxShowResult');
	elmt.innerHTML = string.innerHTML;
	
}