function submitNormal()
{
	document.getElementById('addForm').submit();
}

function startUp()
{
}