function correctValues(){if($("emailOption").checked){$("rid").value="";$("rid").disabled=true}else{$("email").value="";$("email").disabled=true}}function searchProfileByKeywords(A){$("keyword").value=A;document.forms.ProfileSearchByKeyword.submit()}function showMoreOptions(){lastName=document.getElementById("lastName").value;lastNameParam=lastName!=""?"?criteria.lastName="+lastName:"";url="ViewProfileSearch.action"+lastNameParam;window.location=url};
