// JavaScript Document
	function searchid(x) {
		document.getElementById('searchid').value = x;
		document.getElementById('txtsearch').focus();
	}
