


<!--
function document_onkeypress() {
	if(window.event.keyCode == 13)
		confirmuser();
}

//-->