// JavaScript Document

// This function submits the form using a text link
function viewUserProfile()
{
  document.profileForm.submit() ;
}
