function ValidateForm(){if((document.forms[0].username.value=="")||(document.forms[0].userpass.value=="")){alert("Please enter a valid username and password");return false}else{return true}}function ValidateFormIrish(){if((document.forms[0].username.value=="")||(document.forms[0].userpass.value=="")){alert("Cuirtear isteach ainm agus pasfhocal cu\355 don \372s\341ideoir");return false}else{return true}}function ReloadIfInFrameset(){if(parent.top.frames.length>0){parent.location.href=self.document.location}if(opener&&!opener.closed){if(parent.top.frames.length>0){opener.parent.location.href=self.document.location;self.close();}else{opener.location.href=self.document.location;self.close();}}}function ResetForm(){if(navigator.appName=='Netscape')document.forms[0].reset();}