<!--
function testform()
{
	with(document.statform)
	{
		if(uid.value==""||pwd.value=="") event.returnValue = false;
	}
}
//-->