function UTEA(j,k) {
	document.order.abonnementtype.options[j].selected=true;
	document.location.hash="f1";
	printPrice( document.order );
}

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 Relax SimOnly aanvraag";
	if (form.nrbehoud.checked) form.subject.value = "T-Mobile Relax SimOnly aanvraag met nummerbehoud";
}
