function shareVal() {
	if(document.frmShareLookup.shareName.value == null || document.frmShareLookup.shareName.value == "") {
		alert("Please enter either a company name or share name. For example Stanbank or sbk!");
		return false;
	}
	return true;
}
	
