function saveBestelling()
{
	document.getElementById('ideal_form').submit();
    return true;
}

