function MenuButton() { } function LoginBox() { document.write('
'+ '
Username Password
'+ '
'); } function UserID() { return(-1) } function isLoggedOut() { return(-1==-1) }