var tstAcct='nnsa';
var tstUID='micah';
var tstPWD='rabbit';

function testLogin(){

	//test for visibility

	//test that we set the values

	el=document.getElementById('acct');
	el.value=tstAcct;
	assert(el.value==tstAcct);
	//...uid
	//...pwd

	//click the login

	//check for the "Logged In" message on the screen

}
