function emailVerify(){ document.getElementById("login-trigger").click(); } function resetPasswordBooking(){ if(document.getElementById("logo:resetPassword_Hidden_Booking")) { document.getElementById("logo:resetPassword_Hidden_Booking").click(); } return false; } function resetPasswordProfile(){ if(document.getElementById("logo:resetPassword_Hidden_Profile")) { document.getElementById("logo:resetPassword_Hidden_Profile").click(); } return false; } function reloadPage() { document.location.reload(); } -->