function logintoaccess(){alert("You have to be logged in to do this")}function submitForm(B,A){B.method.value=A;B.submit()}function hideDiv(A){oNameDiv=document.getElementById(A);oNameDiv.style.visibility="hidden"}function displayStandardMsg(A){var B=document.getElementById("ajaxMessages");var C=document.createElement("div");B.appendChild(C);if(C){C.className="promptDiv";C.innerHTML="<label color='green'>"+A+"</label>";C.style.visibility="visible"}};