function iHide() {
	$('lookup').hide();
}
function iShow() {
	$('lookup').show();
}
