function printPrice (form) {
	form.abonnementprijs.value = actieprijzen[form.abonnementselection.selectedIndex+1];
	form.abonnementprijsstandaard.value = abonnementprijzen[form.abonnementselection.selectedIndex+1];
	form.netwerkactie.value = netwerkacties[form.abonnementselection.selectedIndex+1];
	form.abonnementtype.value = abonnement[form.abonnementselection.selectedIndex+1]+"SIM";
	form.abonnementtypeextra.value = " "+prijs[0][form.abonnementselection.selectedIndex+1];
	form.duur.value = duur[form.abonnementselection.selectedIndex+1];
	form.toestel.value = prijs[0][form.abonnementselection.selectedIndex+1];

	form.subject.value = "T-Mobile Flex SimOnly aanvraag";
	if (form.nrbehoud.checked) form.subject.value = "T-Mobile Flex SimOnly aanvraag met nummerbehoud";
}
